Skip to content

Commit

Permalink
Maven build fixed
Browse files Browse the repository at this point in the history
Update to Tycho 2.2.0 as the old Tycho version does not work with Java 8
or larger.
This also speeds up the build process.
Also renamed the artifacts in the pom file, as the folder were renamed
in d79836e
  • Loading branch information
vogella committed Feb 23, 2021
1 parent 3b082de commit 8f01238
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.forkexample.calc.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.example.calc.test</artifactId>
<artifactId>org.eclipse.forkexample.calc.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
<version>0.1.0-SNAPSHOT</version>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.forkexample.calc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.example.calc</artifactId>
<artifactId>org.eclipse.forkexample.calc</artifactId>
<packaging>eclipse-plugin</packaging>
<version>0.1.0-SNAPSHOT</version>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<properties>
<calc-version>0.1.0-SNAPSHOT</calc-version>
<tycho-version>1.0.0</tycho-version>
<tycho-version>2.2.0</tycho-version>
<junit-version>4.8.1</junit-version>
</properties>

Expand Down Expand Up @@ -84,8 +84,8 @@
</profiles>

<modules>
<module>org.eclipse.example.calc</module>
<module>org.eclipse.example.calc.test</module>
<module>org.eclipse.forkexample.calc</module>
<module>org.eclipse.forkexample.calc.test</module>
</modules>

<repositories>
Expand Down

0 comments on commit 8f01238

Please sign in to comment.