Skip to content

Commit cff6cd9

Browse files
committed
Extracted Tycho version to a common property (also increased it to 1.1.0)
1 parent 6a17eca commit cff6cd9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

+9-5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<url>https://github.com/angelozerr/lsp4e-freemarker</url>
1212
</organization>
1313
<inceptionYear>2018</inceptionYear>
14+
15+
<properties>
16+
<tycho.version>1.1.0</tycho.version>
17+
</properties>
1418

1519
<licenses>
1620
<license>
@@ -53,13 +57,13 @@
5357
<plugin>
5458
<groupId>org.eclipse.tycho</groupId>
5559
<artifactId>tycho-maven-plugin</artifactId>
56-
<version>1.0.0</version>
60+
<version>${tycho.version}</version>
5761
<extensions>true</extensions>
5862
</plugin>
5963
<plugin>
6064
<groupId>org.eclipse.tycho</groupId>
6165
<artifactId>target-platform-configuration</artifactId>
62-
<version>1.0.0</version>
66+
<version>${tycho.version}</version>
6367
<inherited>true</inherited>
6468
<configuration>
6569
<resolver>p2</resolver>
@@ -77,7 +81,7 @@
7781
<plugin>
7882
<groupId>org.eclipse.tycho</groupId>
7983
<artifactId>tycho-source-plugin</artifactId>
80-
<version>1.0.0</version>
84+
<version>${tycho.version}</version>
8185
<executions>
8286
<execution>
8387
<id>plugin-source</id>
@@ -88,13 +92,13 @@
8892
</executions>
8993
</plugin>
9094
<!-- <plugin> <groupId>org.eclipse.tycho.extras</groupId> <artifactId>tycho-source-feature-plugin</artifactId>
91-
<version>1.0.0</version> <executions> <execution> <id>source-feature</id>
95+
<version>${tycho.version}</version> <executions> <execution> <id>source-feature</id>
9296
<phase>package</phase> <goals> <goal>source-feature</goal> </goals> </execution>
9397
</executions> </plugin> -->
9498
<plugin>
9599
<groupId>org.eclipse.tycho</groupId>
96100
<artifactId>tycho-p2-plugin</artifactId>
97-
<version>1.0.0</version>
101+
<version>${tycho.version}</version>
98102
<executions>
99103
<execution>
100104
<id>attach-p2-metadata</id>

0 commit comments

Comments
 (0)