[ARIES-JAX-RS-whiteboard][maven-release-plugin] 1.0.5 prepare release org.apache.aries.jax.rs-1.0.5
diff --git a/jax-rs.features/pom.xml b/jax-rs.features/pom.xml
index 35153d1..902ae0b 100644
--- a/jax-rs.features/pom.xml
+++ b/jax-rs.features/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.5</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.features</artifactId>
diff --git a/jax-rs.itests-fragment/pom.xml b/jax-rs.itests-fragment/pom.xml
index fcf1589..64da3c1 100644
--- a/jax-rs.itests-fragment/pom.xml
+++ b/jax-rs.itests-fragment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.5</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
      released independently) can refer to it consistently. This artifact is not
      released anyway so the version never needs to change.
      -->
-    <version>1.0.4</version>
+    <version>1.0.5</version>
 
     <build>
         <plugins>
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index c2cd751..7a671e9 100644
--- a/jax-rs.itests/pom.xml
+++ b/jax-rs.itests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.5</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.aries.jax.rs</groupId>
             <artifactId>org.apache.aries.jax.rs.itests-fragment</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 97cd629..1611be6 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jax.rs</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.5</version>
     </parent>
 
     <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
diff --git a/org.apache.aries.jax.rs.cxf.repackage/pom.xml b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
index 5ec66ed..885e2ed 100644
--- a/org.apache.aries.jax.rs.cxf.repackage/pom.xml
+++ b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
@@ -3,7 +3,7 @@
     <parent>
       <groupId>org.apache.aries.jax.rs</groupId>
       <artifactId>org.apache.aries.jax.rs</artifactId>
-      <version>1.0.5-SNAPSHOT</version>
+      <version>1.0.5</version>
     </parent>
   
     <groupId>org.apache.aries.jax.rs.cxf.repackage</groupId>
@@ -89,14 +89,13 @@
                         </goals>
                         <configuration>
                             <target>
-                                <concat destfile="${project.build.outputDirectory}/META-INF/cxf/bus-extensions.txt"
-                                        fixlastline="true">
+                                <concat destfile="${project.build.outputDirectory}/META-INF/cxf/bus-extensions.txt" fixlastline="true">
                                     <fileset dir="${project.build.directory}/cxf-bus">
-                                        <include name="**/bus-extensions.txt"></include>
+                                        <include name="**/bus-extensions.txt" />
                                     </fileset>
                                     <filterchain>
-                                        <tokenfilter> <trim/> </tokenfilter>
-                                        <tokenfilter> <ignoreblank/> </tokenfilter>
+                                        <tokenfilter> <trim /> </tokenfilter>
+                                        <tokenfilter> <ignoreblank /> </tokenfilter>
                                     </filterchain>
                                 </concat>
                             </target>
diff --git a/pom.xml b/pom.xml
index 88fa60f..ce49639 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.aries.jax.rs</groupId>
     <artifactId>org.apache.aries.jax.rs</artifactId>
     <name>JAX-RS Integration Project</name>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.5</version>
     <packaging>pom</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -44,7 +44,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.aries.jax.rs-1.0.5</tag>
     </scm>
 
     <modules>