Skip to content

Commit 1eb37ee

Browse files
authored
Add tycho-versions plugin (#8)
1 parent 989bc35 commit 1eb37ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

java/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<packaging>pom</packaging>
99

1010
<properties>
11-
<tycho-version>4.0.0</tycho-version>
12-
<tycho-extras-version>4.0.0</tycho-extras-version>
11+
<tycho-version>4.0.1</tycho-version>
12+
<tycho-extras-version>4.0.1</tycho-extras-version>
1313
<deploy-plugin-version>3.1.1</deploy-plugin-version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.build.timestamp.format>yyyyMMdd_HHmmssZ</maven.build.timestamp.format>
@@ -44,6 +44,12 @@
4444
</configuration>
4545
</plugin>
4646

47+
<plugin>
48+
<groupId>org.eclipse.tycho</groupId>
49+
<artifactId>tycho-versions-plugin</artifactId>
50+
<version>${tycho-version}</version>
51+
</plugin>
52+
4753
<plugin>
4854
<groupId>org.eclipse.tycho</groupId>
4955
<artifactId>tycho-maven-plugin</artifactId>

0 commit comments

Comments
 (0)