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:27 UTC

[1/2] incubator-commonsrdf git commit: [maven-release-plugin] prepare release 0.1.0-incubating

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 7360232b0 -> fa2d2105a


[maven-release-plugin] prepare release 0.1.0-incubating


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

Branch: refs/heads/master
Commit: eba760d0b0eeb0f7e9238ff22da78895eb271f43
Parents: 7360232
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed May 6 12:41:36 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed May 6 12:43:31 2015 +0200

----------------------------------------------------------------------
 api/pom.xml    |  7 +++----
 pom.xml        | 11 +++++------
 simple/pom.xml |  9 ++++-----
 3 files changed, 12 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/eba760d0/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 6544b28..459024e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -18,18 +18,17 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.1.0-incubating-SNAPSHOT</version>
+        <version>0.1.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>
-    <version>0.1-incubating-SNAPSHOT</version>
+    <version>0.1-incubating</version>
     <packaging>jar</packaging>
 
     <name>Commons RDF: API</name>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/eba760d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4f4ef5..f0d277a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,7 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -30,7 +29,7 @@
 
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rdf-parent</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
     <packaging>pom</packaging>
 
     <name>Commons RDF</name>
@@ -67,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>HEAD</tag>
+        <tag>0.1.0-incubating</tag>
     </scm>
 
     <issueManagement>
@@ -390,7 +389,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -403,7 +402,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/eba760d0/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 50c9ca0..327e8da 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -18,14 +18,13 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.1.0-incubating-SNAPSHOT</version>
+        <version>0.1.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-simple</artifactId>
@@ -38,12 +37,12 @@
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-incubating-SNAPSHOT</version>
+            <version>0.1-incubating</version>
         </dependency>
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>commons-rdf-api</artifactId>
-            <version>0.1-incubating-SNAPSHOT</version>
+            <version>0.1-incubating</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>


[2/2] incubator-commonsrdf git commit: [maven-release-plugin] prepare for next development iteration

Posted by wi...@apache.org.
[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>