Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 74f89476c9..436fea13a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,12 +345,12 @@
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
- <version>0.21.0</version>
+ <version>0.22.0</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
- <version>0.21.0</version>
+ <version>0.22.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>

Back to the top