You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/15 13:31:27 UTC

[3/5] incubator-commonsrdf git commit: [maven-release-plugin] prepare release 0.3.0-incubating-RC2

[maven-release-plugin] prepare release 0.3.0-incubating-RC2


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

Branch: refs/heads/master
Commit: 0bcb207521acfba04d3fabbe8fbc001ef9c0eb0a
Parents: b25ae1f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Nov 8 10:27:25 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Nov 8 10:27:25 2016 +0000

----------------------------------------------------------------------
 api/pom.xml               | 2 +-
 integration-tests/pom.xml | 2 +-
 jena/pom.xml              | 2 +-
 jsonld-java/pom.xml       | 2 +-
 pom.xml                   | 4 ++--
 rdf4j/pom.xml             | 2 +-
 simple/pom.xml            | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index f3090c7..e75e042 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index b990eb0..2692431 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.commons</groupId>
 		<artifactId>commons-rdf-parent</artifactId>
-		<version>0.3.0-incubating-SNAPSHOT</version>
+		<version>0.3.0-incubating</version>
 	</parent>
 	<artifactId>commons-rdf-integration-tests</artifactId>
 	<name>Commons RDF: Integration tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index eda03de..84b2414 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.commons</groupId>
 		<artifactId>commons-rdf-parent</artifactId>
-		<version>0.3.0-incubating-SNAPSHOT</version>
+		<version>0.3.0-incubating</version>
 	</parent>
 
 	<artifactId>commons-rdf-jena</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/jsonld-java/pom.xml
----------------------------------------------------------------------
diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml
index ad8645c..cdb6af2 100644
--- a/jsonld-java/pom.xml
+++ b/jsonld-java/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-jsonld-java</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 16671ea..25368c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rdf-parent</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.3.0-incubating</version>
     <packaging>pom</packaging>
 
     <name>Commons RDF</name>
@@ -78,7 +78,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.3.0-incubating-RC2</tag>
     </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/rdf4j/pom.xml
----------------------------------------------------------------------
diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml
index 45c4609..2186a26 100644
--- a/rdf4j/pom.xml
+++ b/rdf4j/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.commons</groupId>
 		<artifactId>commons-rdf-parent</artifactId>
-		<version>0.3.0-incubating-SNAPSHOT</version>
+		<version>0.3.0-incubating</version>
 	</parent>
 
 	<artifactId>commons-rdf-rdf4j</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0bcb2075/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 8e0ad57..9599b99 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.3.0-incubating-SNAPSHOT</version>
+        <version>0.3.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-simple</artifactId>