Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Ci Build of lsp4e broken ?

Hi Mikael,

 

I checked the pom.xml of org.eclipse.lsp4e and I found a version mismatch between this plugin and the parent:

 

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <artifactId>org.eclipse.lsp4e</artifactId>

  <version>0.9.0-SNAPSHOT</version>

  <parent>

    <groupId>org.eclipse.lsp4e</groupId>

    <artifactId>parent</artifactId>

    <version>0.8.0-SNAPSHOT</version>

  </parent>

  <packaging>eclipse-plugin</packaging>

 

</project>

 

Is this correct or an issue? Shouldn’t it be also 0.9.0-SNAPSHOT at the parent ? Maybe this causes the build problem.

 

Thanks,

Markus

 

 

From: <lsp4e-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Reply-To: lsp4e developer discussions <lsp4e-dev@xxxxxxxxxxx>
Date: Friday, 15. March 2019 at 13:37
To: lsp4e developer discussions <lsp4e-dev@xxxxxxxxxxx>
Subject: Re: [lsp4e-dev] Ci Build of lsp4e broken ?

 

You need to increase the version of the bundle.

Since you changes are so far not API nor noticeable features, you can add +0.0.1 to the version.


Back to the top