Released maven plugin 2.3.0
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 4367299..3a873c7 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.3.0-SNAPSHOT</version>
+	<version>2.3.0</version>
 	<packaging>pom</packaging>
 	<name>RCPTT maven support modules</name>
 	<url>http://eclipse.org/rcptt</url>
@@ -55,4 +55,4 @@
 		</plugins>
 	</build>
 	<dependencies/>
-</project>
\ No newline at end of file
+</project>
diff --git a/maven-plugin/rcptt-maven-plugin/pom.xml b/maven-plugin/rcptt-maven-plugin/pom.xml
index 8d68c81..35ae7b6 100644
--- a/maven-plugin/rcptt-maven-plugin/pom.xml
+++ b/maven-plugin/rcptt-maven-plugin/pom.xml
@@ -15,12 +15,13 @@
 	<parent>
 		<artifactId>rcptt-maven-modules</artifactId>
 		<groupId>org.eclipse.rcptt</groupId>
-		<version>2.3.0-SNAPSHOT</version>
+		<version>2.3.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
 	<artifactId>rcptt-maven-plugin</artifactId>
 	<packaging>maven-plugin</packaging>
+	<version>2.3.0</version>
 
 	<name>RCPTT runner maven plugin</name>
 	<url>http://xored.com</url>
diff --git a/maven-plugin/rcptt-maven-util/pom.xml b/maven-plugin/rcptt-maven-util/pom.xml
index 29fe895..090e2e1 100644
--- a/maven-plugin/rcptt-maven-util/pom.xml
+++ b/maven-plugin/rcptt-maven-util/pom.xml
@@ -15,11 +15,12 @@
 	<parent>
 		<artifactId>rcptt-maven-modules</artifactId>
 		<groupId>org.eclipse.rcptt</groupId>
-		<version>2.3.0-SNAPSHOT</version>
+		<version>2.3.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
 	<artifactId>rcptt-maven-util</artifactId>
+	<version>2.3.0</version>
 	<name>Utilities for RCPTT-related maven plugins</name>
 	<url>http://eclipse.org/rcptt</url>