Repository: deltaspike Updated Branches: refs/heads/master 356f8f7d9 -> 346910129
DELTASPIKE-543 upgraded version numbers Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/34691012 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/34691012 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/34691012 Branch: refs/heads/master Commit: 3469101290ce6b1ed6340ef8b5a14f725a6bf227 Parents: 356f8f7 Author: Rafael Benevides <[email protected]> Authored: Wed Apr 30 14:10:22 2014 +0200 Committer: gpetracek <[email protected]> Committed: Wed Apr 30 14:10:22 2014 +0200 ---------------------------------------------------------------------- deltaspike/dist/bom/pom.xml | 4 ++-- deltaspike/dist/full/pom.xml | 2 +- deltaspike/dist/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/34691012/deltaspike/dist/bom/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index 8f60598..07d0038 100644 --- a/deltaspike/dist/bom/pom.xml +++ b/deltaspike/dist/bom/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>distributions-bom</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution Bill of Materials</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/34691012/deltaspike/dist/full/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml index 1b5af93..1c55347 100644 --- a/deltaspike/dist/full/pom.xml +++ b/deltaspike/dist/full/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> </parent> <artifactId>distribution-full</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/34691012/deltaspike/dist/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index 7aa4ace..e4a1d79 100644 --- a/deltaspike/dist/pom.xml +++ b/deltaspike/dist/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent-code</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution</name>
