Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Sobolev2017-06-16 09:55:50 +0000
committerAndrey Sobolev2017-06-16 09:55:50 +0000
commitc22085c7c61dfbb99c78dc92b43d2933c58a557e (patch)
treef3496bd9af9ed667776ea2acd9a1a14ca6925198
parent59cf2ac7991b99b0ec95572a56180810ade6dc01 (diff)
downloadorg.eclipse.rcptt-2.2.0-release.tar.gz
org.eclipse.rcptt-2.2.0-release.tar.xz
org.eclipse.rcptt-2.2.0-release.zip
Release maven plugin 2.2.02.2.0-release
-rw-r--r--maven-plugin/pom.xml2
-rw-r--r--maven-plugin/rcptt-maven-plugin/pom.xml2
-rw-r--r--maven-plugin/rcptt-maven-util/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 41330d3af..dae41e036 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>rcptt-maven-modules</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
<packaging>pom</packaging>
<name>RCPTT maven support modules</name>
<url>http://eclipse.org/rcptt</url>
diff --git a/maven-plugin/rcptt-maven-plugin/pom.xml b/maven-plugin/rcptt-maven-plugin/pom.xml
index 9227021e9..27d7e423b 100644
--- a/maven-plugin/rcptt-maven-plugin/pom.xml
+++ b/maven-plugin/rcptt-maven-plugin/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>rcptt-maven-modules</artifactId>
<groupId>org.eclipse.rcptt</groupId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/maven-plugin/rcptt-maven-util/pom.xml b/maven-plugin/rcptt-maven-util/pom.xml
index 922c0ac2d..fcccb5517 100644
--- a/maven-plugin/rcptt-maven-util/pom.xml
+++ b/maven-plugin/rcptt-maven-util/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>rcptt-maven-modules</artifactId>
<groupId>org.eclipse.rcptt</groupId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top