[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a40eaaeb Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a40eaaeb Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a40eaaeb Branch: refs/heads/prepare/isis-1.2.0-RC1 Commit: a40eaaeb7853c351eb0565834046900cb47b271d Parents: 48a7e66 Author: Dan Haywood <[email protected]> Authored: Mon May 20 17:25:29 2013 +0100 Committer: Dan Haywood <[email protected]> Committed: Mon May 20 17:25:29 2013 +0100 ---------------------------------------------------------------------- core/applib/pom.xml | 2 +- core/bytecode-cglib/pom.xml | 2 +- core/bytecode-javassist/pom.xml | 4 +- core/integtestsupport/pom.xml | 2 +- core/metamodel/pom.xml | 2 +- core/objectstore-inmemory/pom.xml | 2 +- core/pom.xml | 44 +++++++++++++++--------------- core/profilestore-inmemory/pom.xml | 2 +- core/runtime/pom.xml | 2 +- core/security-noop/pom.xml | 2 +- core/tck/pom.xml | 2 +- core/tck/tck-dom/pom.xml | 2 +- core/tck/tck-fixture/pom.xml | 2 +- core/unittestsupport/pom.xml | 2 +- core/webserver/pom.xml | 2 +- core/wrapper/pom.xml | 2 +- 16 files changed, 38 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/applib/pom.xml b/core/applib/pom.xml index 289dd3b..91b5ef8 100644 --- a/core/applib/pom.xml +++ b/core/applib/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-applib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/bytecode-cglib/pom.xml ---------------------------------------------------------------------- diff --git a/core/bytecode-cglib/pom.xml b/core/bytecode-cglib/pom.xml index c6cb732..604b97d 100644 --- a/core/bytecode-cglib/pom.xml +++ b/core/bytecode-cglib/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-bytecode-cglib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/bytecode-javassist/pom.xml ---------------------------------------------------------------------- diff --git a/core/bytecode-javassist/pom.xml b/core/bytecode-javassist/pom.xml index f1bba31..6267043 100644 --- a/core/bytecode-javassist/pom.xml +++ b/core/bytecode-javassist/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-bytecode-javassist</artifactId> @@ -39,7 +39,7 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/runtimes/dflt/bytecode/javassist/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl}</developerConnection> <url>http://svn.apache.org/repos/asf/incubator/isis/trunk/runtimes/dflt/bytecode/javassist/</url> - <tag>isis-1.2.0</tag> + <tag>HEAD</tag> </scm> <!-- used in Site generation for relative references. --> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/integtestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/integtestsupport/pom.xml b/core/integtestsupport/pom.xml index 4e3ac73..af7bdae 100644 --- a/core/integtestsupport/pom.xml +++ b/core/integtestsupport/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-integtestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/metamodel/pom.xml ---------------------------------------------------------------------- diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml index bb5661a..85d97a1 100644 --- a/core/metamodel/pom.xml +++ b/core/metamodel/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-metamodel</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/objectstore-inmemory/pom.xml ---------------------------------------------------------------------- diff --git a/core/objectstore-inmemory/pom.xml b/core/objectstore-inmemory/pom.xml index 8421138..885cc70 100644 --- a/core/objectstore-inmemory/pom.xml +++ b/core/objectstore-inmemory/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-objectstore</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 453d2ea..be42fc5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ </parent> <groupId>org.apache.isis.core</groupId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <artifactId>isis</artifactId> <packaging>pom</packaging> @@ -81,7 +81,7 @@ <connection>scm:git:http://git.apache.org/isis.git/core</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/isis.git/trunk/framework/</developerConnection> <url>git://git.apache.org/isis.git/core</url> - <tag>isis-1.2.0</tag> + <tag>HEAD</tag> </scm> <!-- used in Site generation for relative references. --> @@ -986,13 +986,13 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <!-- not scope=test, because referenced by some sql-tests-common under compile scope --> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1001,14 +1001,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1017,14 +1017,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1033,12 +1033,12 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1047,26 +1047,26 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-bytecode-cglib</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-bytecode-javassist</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- webserver --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-webserver</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <!-- isis-integtestsupport --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-integtestsupport</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <!-- not scope=test, because referenced by some sql-tests-common under compile scope --> </dependency> @@ -1074,7 +1074,7 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-wrapper</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> @@ -1082,24 +1082,24 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-objectstore</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-objectstore</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-profilestore</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> @@ -1108,17 +1108,17 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck-dom</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck-fixture</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/profilestore-inmemory/pom.xml ---------------------------------------------------------------------- diff --git a/core/profilestore-inmemory/pom.xml b/core/profilestore-inmemory/pom.xml index 204fb02..f38ef21 100644 --- a/core/profilestore-inmemory/pom.xml +++ b/core/profilestore-inmemory/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-profilestore</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/runtime/pom.xml ---------------------------------------------------------------------- diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index 0cf61e9..bf2c8b2 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-runtime</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/security-noop/pom.xml ---------------------------------------------------------------------- diff --git a/core/security-noop/pom.xml b/core/security-noop/pom.xml index b164cb2..9281dc2 100644 --- a/core/security-noop/pom.xml +++ b/core/security-noop/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-security</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/tck/pom.xml ---------------------------------------------------------------------- diff --git a/core/tck/pom.xml b/core/tck/pom.xml index 9ff7935..ec63203 100644 --- a/core/tck/pom.xml +++ b/core/tck/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-tck</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/tck/tck-dom/pom.xml ---------------------------------------------------------------------- diff --git a/core/tck/tck-dom/pom.xml b/core/tck/tck-dom/pom.xml index f764409..9d0c01b 100644 --- a/core/tck/tck-dom/pom.xml +++ b/core/tck/tck-dom/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-tck-dom</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/tck/tck-fixture/pom.xml ---------------------------------------------------------------------- diff --git a/core/tck/tck-fixture/pom.xml b/core/tck/tck-fixture/pom.xml index 18dee77..6dd32d7 100644 --- a/core/tck/tck-fixture/pom.xml +++ b/core/tck/tck-fixture/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-tck-fixture</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/unittestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml index 98b8ead..70cd28f 100644 --- a/core/unittestsupport/pom.xml +++ b/core/unittestsupport/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-unittestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/webserver/pom.xml ---------------------------------------------------------------------- diff --git a/core/webserver/pom.xml b/core/webserver/pom.xml index 30f290f..bd49b75 100644 --- a/core/webserver/pom.xml +++ b/core/webserver/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-webserver</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/a40eaaeb/core/wrapper/pom.xml ---------------------------------------------------------------------- diff --git a/core/wrapper/pom.xml b/core/wrapper/pom.xml index a6f4a5c..69a4c72 100644 --- a/core/wrapper/pom.xml +++ b/core/wrapper/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.2.0</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>isis-core-wrapper</artifactId>
