Repository: clerezza Updated Branches: refs/heads/master 2fe266854 -> 94afd41a1
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/94afd41a Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/94afd41a Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/94afd41a Branch: refs/heads/master Commit: 94afd41a1e96d7d0f006c058155979225dd95d7e Parents: 2fe2668 Author: Reto Gmür <[email protected]> Authored: Fri Aug 1 19:30:00 2014 +0200 Committer: Reto Gmür <[email protected]> Committed: Fri Aug 1 19:30:00 2014 +0200 ---------------------------------------------------------------------- ext.javax.mail/pom.xml | 2 +- ext.org.apache.jena.tdb/pom.xml | 2 +- ext.org.apache.jena/pom.xml | 2 +- ext.org.apache.lucene/pom.xml | 2 +- ext.org.ops4j.pax.swissbox.tinybundles/pom.xml | 2 +- platform.style.classic.webguiexamples/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/94afd41a/ext.javax.mail/pom.xml ---------------------------------------------------------------------- diff --git a/ext.javax.mail/pom.xml b/ext.javax.mail/pom.xml index 80183c5..f99b9de 100644 --- a/ext.javax.mail/pom.xml +++ b/ext.javax.mail/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.ext</groupId> http://git-wip-us.apache.org/repos/asf/clerezza/blob/94afd41a/ext.org.apache.jena.tdb/pom.xml ---------------------------------------------------------------------- diff --git a/ext.org.apache.jena.tdb/pom.xml b/ext.org.apache.jena.tdb/pom.xml index c8769ea..f354478 100644 --- a/ext.org.apache.jena.tdb/pom.xml +++ b/ext.org.apache.jena.tdb/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> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/clerezza/blob/94afd41a/ext.org.apache.jena/pom.xml ---------------------------------------------------------------------- diff --git a/ext.org.apache.jena/pom.xml b/ext.org.apache.jena/pom.xml index b81c702..bedb991 100644 --- a/ext.org.apache.jena/pom.xml +++ b/ext.org.apache.jena/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> <packaging>bundle</packaging> http://git-wip-us.apache.org/repos/asf/clerezza/blob/94afd41a/ext.org.apache.lucene/pom.xml ---------------------------------------------------------------------- diff --git a/ext.org.apache.lucene/pom.xml b/ext.org.apache.lucene/pom.xml index 714fb99..453830d 100644 --- a/ext.org.apache.lucene/pom.xml +++ b/ext.org.apache.lucene/pom.xml @@ -22,7 +22,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.ext</groupId> http://git-wip-us.apache.org/repos/asf/clerezza/blob/94afd41a/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml ---------------------------------------------------------------------- diff --git a/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml b/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml index 3ace8b7..ec92ade 100644 --- a/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml +++ b/ext.org.ops4j.pax.swissbox.tinybundles/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.ext</groupId> http://git-wip-us.apache.org/repos/asf/clerezza/blob/94afd41a/platform.style.classic.webguiexamples/pom.xml ---------------------------------------------------------------------- diff --git a/platform.style.classic.webguiexamples/pom.xml b/platform.style.classic.webguiexamples/pom.xml index 7e2f0e8..46e6835 100644 --- a/platform.style.classic.webguiexamples/pom.xml +++ b/platform.style.classic.webguiexamples/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>
