You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/24 10:53:51 UTC

[47/50] [abbrv] aries-jax-rs-whiteboard git commit: use proper versions

use proper versions


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/1cab2b1e
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/1cab2b1e
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/1cab2b1e

Branch: refs/heads/master
Commit: 1cab2b1e7763e39c222495926b173e70525c4818
Parents: ed563e7
Author: Carlos Sierra <ca...@liferay.com>
Authored: Tue Nov 8 19:22:37 2016 +0100
Committer: Raymond Auge <ra...@liferay.com>
Committed: Tue Nov 8 14:29:25 2016 -0500

----------------------------------------------------------------------
 jax-rs.example-run/pom.xml | 6 +++---
 jax-rs.example/pom.xml     | 2 +-
 jax-rs.itests-run/pom.xml  | 6 +++---
 jax-rs.itests/pom.xml      | 2 +-
 jax-rs.whiteboard/pom.xml  | 2 +-
 pom.xml                    | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/1cab2b1e/jax-rs.example-run/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.example-run/pom.xml b/jax-rs.example-run/pom.xml
index 17721a2..a22ecbf 100644
--- a/jax-rs.example-run/pom.xml
+++ b/jax-rs.example-run/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 	    <groupId>org.apache.aries</groupId>
 	    <artifactId>org.apache.aries.jax.rs</artifactId>
-	    <version>1.0.0-SNAPSHOT</version>
+	    <version>0.0.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.apache.aries.jax.rs.example-run</artifactId>
@@ -40,7 +40,7 @@
 		<dependency>
 			<groupId>org.apache.aries</groupId>
 			<artifactId>org.apache.aries.jax.rs.example</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>0.0.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries</groupId>
@@ -50,7 +50,7 @@
 		<dependency>
 			<groupId>org.apache.aries</groupId>
 			<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>0.0.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/1cab2b1e/jax-rs.example/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.example/pom.xml b/jax-rs.example/pom.xml
index 3740a4d..5f36245 100644
--- a/jax-rs.example/pom.xml
+++ b/jax-rs.example/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.aries.jax.rs.example</artifactId>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/1cab2b1e/jax-rs.itests-run/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.itests-run/pom.xml b/jax-rs.itests-run/pom.xml
index 72469c8..81c4ab1 100644
--- a/jax-rs.itests-run/pom.xml
+++ b/jax-rs.itests-run/pom.xml
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.apache.aries</groupId>
 		<artifactId>org.apache.aries.jax.rs</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>0.0.1-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -43,7 +43,7 @@
 		<dependency>
 			<groupId>org.apache.aries</groupId>
 			<artifactId>org.apache.aries.jax.rs.itests</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>0.0.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.aries</groupId>
@@ -53,7 +53,7 @@
 		<dependency>
 			<groupId>org.apache.aries</groupId>
 			<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>0.0.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/1cab2b1e/jax-rs.itests/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml
index 61b93a9..c1a6880 100644
--- a/jax-rs.itests/pom.xml
+++ b/jax-rs.itests/pom.xml
@@ -8,7 +8,7 @@
 	<parent>
 		<groupId>org.apache.aries</groupId>
 		<artifactId>org.apache.aries.jax.rs</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>0.0.1-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.apache.aries.jax.rs.itests</artifactId>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/1cab2b1e/jax-rs.whiteboard/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 12b1996..16d787d 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>org.apache.aries.jax.rs</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.0.1-SNAPSHOT</version>
     </parent>
     <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
     <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/1cab2b1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0059f50..455dd3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries</groupId>
     <artifactId>org.apache.aries.jax.rs</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -81,4 +81,4 @@
             <layout>default</layout>
         </pluginRepository>
     </pluginRepositories>
-</project>
\ No newline at end of file
+</project>