You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/01 19:27:06 UTC

git commit: CLEREZZA-926: using released parent in unreleased modules

Repository: clerezza
Updated Branches:
  refs/heads/master 74fe1745d -> 2fe266854


CLEREZZA-926: using released parent in unreleased modules


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/2fe26685
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/2fe26685
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/2fe26685

Branch: refs/heads/master
Commit: 2fe266854f222a650d080702b219d983f1b4e028
Parents: 74fe174
Author: Reto Gmür <re...@apache.org>
Authored: Fri Aug 1 19:26:48 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Fri Aug 1 19:26:48 2014 +0200

----------------------------------------------------------------------
 internal.archetype/pom.xml                   | 2 +-
 maven-jaxrs-report-plugin/pom.xml            | 2 +-
 platform.launcher.storageless.parent/pom.xml | 2 +-
 platform.launcher.tdb/pom.xml                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/2fe26685/internal.archetype/pom.xml
----------------------------------------------------------------------
diff --git a/internal.archetype/pom.xml b/internal.archetype/pom.xml
index 35d9b1a..c3a7e27 100644
--- a/internal.archetype/pom.xml
+++ b/internal.archetype/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2fe26685/maven-jaxrs-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-jaxrs-report-plugin/pom.xml b/maven-jaxrs-report-plugin/pom.xml
index 22b1c70..a8979f7 100644
--- a/maven-jaxrs-report-plugin/pom.xml
+++ b/maven-jaxrs-report-plugin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2fe26685/platform.launcher.storageless.parent/pom.xml
----------------------------------------------------------------------
diff --git a/platform.launcher.storageless.parent/pom.xml b/platform.launcher.storageless.parent/pom.xml
index 6dbc63f..9cb059a 100644
--- a/platform.launcher.storageless.parent/pom.xml
+++ b/platform.launcher.storageless.parent/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/2fe26685/platform.launcher.tdb/pom.xml
----------------------------------------------------------------------
diff --git a/platform.launcher.tdb/pom.xml b/platform.launcher.tdb/pom.xml
index f1380f0..e0f2acd 100644
--- a/platform.launcher.tdb/pom.xml
+++ b/platform.launcher.tdb/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
         <relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>