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 22:31:35 UTC

[1/2] incubator-commonsrdf git commit: reverted rc1

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 27d4ceddf -> 4731519ed


reverted rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/b0cddbc4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/b0cddbc4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/b0cddbc4

Branch: refs/heads/master
Commit: b0cddbc421238dea1105061ba21fb32450b7efb7
Parents: 27d4ced
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed May 6 22:29:40 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed May 6 22:29:40 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b0cddbc4/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 4715f1a..25cef5b 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.2.0-incubating-SNAPSHOT</version>
+        <version>0.1.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Commons RDF: API</name>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b0cddbc4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1653485..b864a86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rdf-parent</artifactId>
-    <version>0.2.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Commons RDF</name>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/b0cddbc4/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 4904628..b224cac 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.2.0-incubating-SNAPSHOT</version>
+        <version>0.1.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.2-incubating-SNAPSHOT</version>
+            <version>0.1-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.2-incubating-SNAPSHOT</version>
+            <version>0.1-incubating-SNAPSHOT</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>


[2/2] incubator-commonsrdf git commit: simplified versioning schema to be compatible with our tooling

Posted by wi...@apache.org.
simplified versioning schema to be compatible with our tooling


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/4731519e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/4731519e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/4731519e

Branch: refs/heads/master
Commit: 4731519ed6104be1ace423a6198b0d60468d32b3
Parents: b0cddbc
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed May 6 22:31:22 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed May 6 22:31:22 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4731519e/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 25cef5b..0f99f02 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -28,7 +28,6 @@
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>
-    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Commons RDF: API</name>
@@ -56,7 +55,6 @@
                         </goals>
                     </execution>
                 </executions>
-
             </plugin>
         </plugins>
     </build>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4731519e/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index b224cac..fb8184f 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-incubating-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-incubating-SNAPSHOT</version>
+            <version>${project.version}</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>