You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/05/01 12:57:13 UTC

[15/15] maven-aether git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/b74f7a1e
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/b74f7a1e
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/b74f7a1e

Branch: refs/heads/1.0.x
Commit: b74f7a1e8837875b4780199f644119f55d22465d
Parents: 8092eae
Author: Igor Fedorenko <ig...@ifedorenko.com>
Authored: Wed Jan 14 07:56:18 2015 -0500
Committer: Igor Fedorenko <ig...@ifedorenko.com>
Committed: Wed Jan 14 07:56:18 2015 -0500

----------------------------------------------------------------------
 aether-api/pom.xml                 | 2 +-
 aether-connector-basic/pom.xml     | 2 +-
 aether-impl/pom.xml                | 2 +-
 aether-spi/pom.xml                 | 2 +-
 aether-test-util/pom.xml           | 2 +-
 aether-transport-classpath/pom.xml | 2 +-
 aether-transport-file/pom.xml      | 2 +-
 aether-transport-http/pom.xml      | 2 +-
 aether-transport-wagon/pom.xml     | 2 +-
 aether-util/pom.xml                | 2 +-
 pom.xml                            | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-api/pom.xml
----------------------------------------------------------------------
diff --git a/aether-api/pom.xml b/aether-api/pom.xml
index 66da780..7d2aaf0 100644
--- a/aether-api/pom.xml
+++ b/aether-api/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-api</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-connector-basic/pom.xml
----------------------------------------------------------------------
diff --git a/aether-connector-basic/pom.xml b/aether-connector-basic/pom.xml
index 302e232..e8e32fc 100644
--- a/aether-connector-basic/pom.xml
+++ b/aether-connector-basic/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-connector-basic</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-impl/pom.xml
----------------------------------------------------------------------
diff --git a/aether-impl/pom.xml b/aether-impl/pom.xml
index 9eaa08e..5bae016 100644
--- a/aether-impl/pom.xml
+++ b/aether-impl/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-spi/pom.xml
----------------------------------------------------------------------
diff --git a/aether-spi/pom.xml b/aether-spi/pom.xml
index db006e5..68e3d00 100644
--- a/aether-spi/pom.xml
+++ b/aether-spi/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-spi</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-test-util/pom.xml
----------------------------------------------------------------------
diff --git a/aether-test-util/pom.xml b/aether-test-util/pom.xml
index e594bf3..a923172 100644
--- a/aether-test-util/pom.xml
+++ b/aether-test-util/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-test-util</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-transport-classpath/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-classpath/pom.xml b/aether-transport-classpath/pom.xml
index 0513583..690557b 100644
--- a/aether-transport-classpath/pom.xml
+++ b/aether-transport-classpath/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-transport-classpath</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-transport-file/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-file/pom.xml b/aether-transport-file/pom.xml
index 3ea5988..f717d5f 100644
--- a/aether-transport-file/pom.xml
+++ b/aether-transport-file/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-transport-file</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-transport-http/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-http/pom.xml b/aether-transport-http/pom.xml
index 8ad59af..8e207d0 100644
--- a/aether-transport-http/pom.xml
+++ b/aether-transport-http/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-transport-http</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-transport-wagon/pom.xml
----------------------------------------------------------------------
diff --git a/aether-transport-wagon/pom.xml b/aether-transport-wagon/pom.xml
index b0bf3a1..5084606 100644
--- a/aether-transport-wagon/pom.xml
+++ b/aether-transport-wagon/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-transport-wagon</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/aether-util/pom.xml
----------------------------------------------------------------------
diff --git a/aether-util/pom.xml b/aether-util/pom.xml
index 4e66290..f43956c 100644
--- a/aether-util/pom.xml
+++ b/aether-util/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.eclipse.aether</groupId>
     <artifactId>aether</artifactId>
-    <version>1.0.2.v20150114</version>
+    <version>1.0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>aether-util</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b74f7a1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b53095d..c18b34f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 
   <groupId>org.eclipse.aether</groupId>
   <artifactId>aether</artifactId>
-  <version>1.0.2.v20150114</version>
+  <version>1.0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Aether</name>