|
11 | 11 | <url>https://github.com/angelozerr/lsp4e-freemarker</url>
|
12 | 12 | </organization>
|
13 | 13 | <inceptionYear>2018</inceptionYear>
|
| 14 | + |
| 15 | + <properties> |
| 16 | + <tycho.version>1.1.0</tycho.version> |
| 17 | + </properties> |
14 | 18 |
|
15 | 19 | <licenses>
|
16 | 20 | <license>
|
|
53 | 57 | <plugin>
|
54 | 58 | <groupId>org.eclipse.tycho</groupId>
|
55 | 59 | <artifactId>tycho-maven-plugin</artifactId>
|
56 |
| - <version>1.0.0</version> |
| 60 | + <version>${tycho.version}</version> |
57 | 61 | <extensions>true</extensions>
|
58 | 62 | </plugin>
|
59 | 63 | <plugin>
|
60 | 64 | <groupId>org.eclipse.tycho</groupId>
|
61 | 65 | <artifactId>target-platform-configuration</artifactId>
|
62 |
| - <version>1.0.0</version> |
| 66 | + <version>${tycho.version}</version> |
63 | 67 | <inherited>true</inherited>
|
64 | 68 | <configuration>
|
65 | 69 | <resolver>p2</resolver>
|
|
77 | 81 | <plugin>
|
78 | 82 | <groupId>org.eclipse.tycho</groupId>
|
79 | 83 | <artifactId>tycho-source-plugin</artifactId>
|
80 |
| - <version>1.0.0</version> |
| 84 | + <version>${tycho.version}</version> |
81 | 85 | <executions>
|
82 | 86 | <execution>
|
83 | 87 | <id>plugin-source</id>
|
|
88 | 92 | </executions>
|
89 | 93 | </plugin>
|
90 | 94 | <!-- <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> |
92 | 96 | <phase>package</phase> <goals> <goal>source-feature</goal> </goals> </execution>
|
93 | 97 | </executions> </plugin> -->
|
94 | 98 | <plugin>
|
95 | 99 | <groupId>org.eclipse.tycho</groupId>
|
96 | 100 | <artifactId>tycho-p2-plugin</artifactId>
|
97 |
| - <version>1.0.0</version> |
| 101 | + <version>${tycho.version}</version> |
98 | 102 | <executions>
|
99 | 103 | <execution>
|
100 | 104 | <id>attach-p2-metadata</id>
|
|
0 commit comments