You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by wi...@apache.org on 2015/05/06 13:11:28 UTC

[2/2] incubator-commonsrdf 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/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/fa2d2105
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/fa2d2105
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/fa2d2105

Branch: refs/heads/master
Commit: fa2d2105afcb7ecc610922375232f7327e87c569
Parents: eba760d
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed May 6 12:41:47 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed May 6 12:46:33 2015 +0200

----------------------------------------------------------------------
 api/pom.xml    | 4 ++--
 pom.xml        | 4 ++--
 simple/pom.xml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/fa2d2105/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 459024e..4715f1a 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.1.0-incubating</version>
+        <version>0.2.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>
-    <version>0.1-incubating</version>
+    <version>0.2-incubating-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Commons RDF: API</name>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/fa2d2105/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f0d277a..1653485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rdf-parent</artifactId>
-    <version>0.1.0-incubating</version>
+    <version>0.2.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Commons RDF</name>
@@ -66,7 +66,7 @@
         <url>https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</url>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</developerConnection>
-        <tag>0.1.0-incubating</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/fa2d2105/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 327e8da..4904628 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.1.0-incubating</version>
+        <version>0.2.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-simple</artifactId>
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-incubating</version>
+            <version>0.2-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-incubating</version>
+            <version>0.2-incubating-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>