You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/02/20 16:14:22 UTC

[1/5] git commit: Fixed some old parent-pom versions

Fixed some old parent-pom versions

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

Branch: refs/heads/master
Commit: 6a3ac17b268a3773ee024d679205ac1eeee48c96
Parents: 2fa7e49
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Feb 20 07:54:40 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Feb 20 07:54:40 2013 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 client/lmf-client-js-sample-webapp/pom.xml         |    2 +-
 client/lmf-client-js/pom.xml                       |    2 +-
 client/lmf-client-php/pom.xml                      |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6a3ac17b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
index 7f20339..0b33d59 100644
--- a/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
+++ b/build/archetypes/marmotta-archetype-module/src/main/resources/archetype-resources/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
-        <version>2.6.0</version>
+        <version>3.0.0-incubating-SNAPSHOT</version>
     </parent>
 
     <groupId>${groupId}</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6a3ac17b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
index 3a85c58..204ba51 100644
--- a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
+++ b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>3.0.0-incubating-SNAPSHOT</version>
     </parent>
 
     <groupId>${groupId}</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6a3ac17b/client/lmf-client-js-sample-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/client/lmf-client-js-sample-webapp/pom.xml b/client/lmf-client-js-sample-webapp/pom.xml
index f99b3d8..a6e74b8 100644
--- a/client/lmf-client-js-sample-webapp/pom.xml
+++ b/client/lmf-client-js-sample-webapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-client</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>3.0.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>lmf-client-js-sample-webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6a3ac17b/client/lmf-client-js/pom.xml
----------------------------------------------------------------------
diff --git a/client/lmf-client-js/pom.xml b/client/lmf-client-js/pom.xml
index 4dfe851..a5c8ba1 100644
--- a/client/lmf-client-js/pom.xml
+++ b/client/lmf-client-js/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-client</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>3.0.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>lmf-client-js</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/6a3ac17b/client/lmf-client-php/pom.xml
----------------------------------------------------------------------
diff --git a/client/lmf-client-php/pom.xml b/client/lmf-client-php/pom.xml
index d2c0d31..0c201b1 100644
--- a/client/lmf-client-php/pom.xml
+++ b/client/lmf-client-php/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-client</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>3.0.0-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>lmf-client-php</artifactId>