Repository: isis Updated Branches: refs/heads/master d023786e7 -> d89a12611
ISIS-1470: updates pom.xml from 1.14.0-SNAPSHOT to 1.13.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/f264a797 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/f264a797 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/f264a797 Branch: refs/heads/master Commit: f264a797578f5764c4046511380fb7d71e5c0ea3 Parents: 9772654 Author: Dan Haywood <[email protected]> Authored: Thu Jul 14 12:35:02 2016 +0100 Committer: Dan Haywood <[email protected]> Committed: Thu Jul 14 12:35:02 2016 +0100 ---------------------------------------------------------------------- adocs/documentation/pom.xml | 2 +- core/applib/pom.xml | 2 +- core/integtestsupport/pom.xml | 2 +- core/log4j/pom.xml | 2 +- core/maven-plugin/pom.xml | 2 +- core/metamodel/pom.xml | 2 +- core/pom.xml | 64 ++++++++++---------- core/runtime/pom.xml | 2 +- core/schema/pom.xml | 2 +- core/security-shiro/pom.xml | 6 +- core/security/pom.xml | 2 +- core/specsupport/pom.xml | 2 +- core/unittestsupport/pom.xml | 2 +- core/viewer-restfulobjects-applib/pom.xml | 2 +- core/viewer-restfulobjects-rendering/pom.xml | 2 +- core/viewer-restfulobjects-server/pom.xml | 2 +- core/viewer-wicket-applib/pom.xml | 2 +- core/viewer-wicket-impl/pom.xml | 2 +- core/viewer-wicket-model/pom.xml | 2 +- core/viewer-wicket-ui/pom.xml | 2 +- core/webserver/pom.xml | 2 +- core/wrapper/pom.xml | 2 +- example/application/simpleapp/app/pom.xml | 2 +- example/application/simpleapp/dom/pom.xml | 2 +- example/application/simpleapp/fixture/pom.xml | 2 +- .../application/simpleapp/integtests/pom.xml | 2 +- example/application/simpleapp/pom.xml | 4 +- example/application/simpleapp/webapp/pom.xml | 2 +- example/archetype/simpleapp/pom.xml | 2 +- 29 files changed, 63 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/adocs/documentation/pom.xml ---------------------------------------------------------------------- diff --git a/adocs/documentation/pom.xml b/adocs/documentation/pom.xml index c6627c9..8c34857 100644 --- a/adocs/documentation/pom.xml +++ b/adocs/documentation/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.isis.docs</groupId> <artifactId>isis-documentation</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Isis Docs</name> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/applib/pom.xml b/core/applib/pom.xml index 7e93ae8..b7eef02 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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-applib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/integtestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/integtestsupport/pom.xml b/core/integtestsupport/pom.xml index a834871..3a2061d 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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-integtestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/core/log4j/pom.xml b/core/log4j/pom.xml index 41fa92b..ca20444 100644 --- a/core/log4j/pom.xml +++ b/core/log4j/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-log4j</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/core/maven-plugin/pom.xml b/core/maven-plugin/pom.xml index 99ff1a2..93d4119 100644 --- a/core/maven-plugin/pom.xml +++ b/core/maven-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <groupId>org.apache.isis.tool</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/metamodel/pom.xml ---------------------------------------------------------------------- diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml index 69be87e..6273e63 100644 --- a/core/metamodel/pom.xml +++ b/core/metamodel/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-metamodel</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 3f45024..66cfce5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -1082,13 +1082,13 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1097,14 +1097,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1113,14 +1113,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-schema</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-schema</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1129,7 +1129,7 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-log4j</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> @@ -1138,14 +1138,14 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1154,40 +1154,40 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-wrapper</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <!-- webserver --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-webserver</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <!-- specsupport --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-specsupport</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <!-- integtestsupport --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-integtestsupport</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <!-- not scope=test, because referenced by some sql-tests-common under compile scope --> </dependency> @@ -1195,36 +1195,36 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-applib</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-applib</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-rendering</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-rendering</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-server</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-viewer-restfulobjects-server</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -1233,12 +1233,12 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security-shiro</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> @@ -1246,41 +1246,41 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-applib</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-model</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-model</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-ui</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-ui</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-impl</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.isis.viewer</groupId> <artifactId>isis-viewer-wicket-impl</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <scope>test</scope> <type>test-jar</type> </dependency> @@ -1290,7 +1290,7 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.tool</groupId> <artifactId>isis-maven-plugin</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> <!-- JodaTime --> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/runtime/pom.xml ---------------------------------------------------------------------- diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index e70fb3b..a6eed59 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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-runtime</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/schema/pom.xml ---------------------------------------------------------------------- diff --git a/core/schema/pom.xml b/core/schema/pom.xml index d6e40ef..1918a33 100644 --- a/core/schema/pom.xml +++ b/core/schema/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-schema</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/security-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/core/security-shiro/pom.xml b/core/security-shiro/pom.xml index 93d8e2a..48d9308 100644 --- a/core/security-shiro/pom.xml +++ b/core/security-shiro/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security-shiro</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <name>Apache Isis Security Shiro</name> @@ -65,7 +65,7 @@ <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security-shiro</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </dependency> </dependencies> </dependencyManagement> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/security/pom.xml ---------------------------------------------------------------------- diff --git a/core/security/pom.xml b/core/security/pom.xml index c89b85e..b0589df 100644 --- a/core/security/pom.xml +++ b/core/security/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-security</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/specsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/specsupport/pom.xml b/core/specsupport/pom.xml index 008ecd6..a7b6f35 100644 --- a/core/specsupport/pom.xml +++ b/core/specsupport/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-specsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/unittestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml index 23dd13e..63504ea 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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-unittestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-restfulobjects-applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-restfulobjects-applib/pom.xml b/core/viewer-restfulobjects-applib/pom.xml index 53f7d79..ab5c695 100644 --- a/core/viewer-restfulobjects-applib/pom.xml +++ b/core/viewer-restfulobjects-applib/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-viewer-restfulobjects-applib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-restfulobjects-rendering/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-restfulobjects-rendering/pom.xml b/core/viewer-restfulobjects-rendering/pom.xml index 3060db5..891b199 100644 --- a/core/viewer-restfulobjects-rendering/pom.xml +++ b/core/viewer-restfulobjects-rendering/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-viewer-restfulobjects-rendering</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-restfulobjects-server/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-restfulobjects-server/pom.xml b/core/viewer-restfulobjects-server/pom.xml index 3611539..f1c6737 100644 --- a/core/viewer-restfulobjects-server/pom.xml +++ b/core/viewer-restfulobjects-server/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-viewer-restfulobjects-server</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-wicket-applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket-applib/pom.xml b/core/viewer-wicket-applib/pom.xml index 704cf32..69903e9 100644 --- a/core/viewer-wicket-applib/pom.xml +++ b/core/viewer-wicket-applib/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <groupId>org.apache.isis.viewer</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-wicket-impl/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket-impl/pom.xml b/core/viewer-wicket-impl/pom.xml index 56a1232..55c20e8 100644 --- a/core/viewer-wicket-impl/pom.xml +++ b/core/viewer-wicket-impl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <name>Apache Isis Wicket Viewer Implementation</name> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-wicket-model/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket-model/pom.xml b/core/viewer-wicket-model/pom.xml index 0aa91b0..06b2b3d 100644 --- a/core/viewer-wicket-model/pom.xml +++ b/core/viewer-wicket-model/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <groupId>org.apache.isis.viewer</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/viewer-wicket-ui/pom.xml ---------------------------------------------------------------------- diff --git a/core/viewer-wicket-ui/pom.xml b/core/viewer-wicket-ui/pom.xml index c7ebe31..f28816a 100644 --- a/core/viewer-wicket-ui/pom.xml +++ b/core/viewer-wicket-ui/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <groupId>org.apache.isis.viewer</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/webserver/pom.xml ---------------------------------------------------------------------- diff --git a/core/webserver/pom.xml b/core/webserver/pom.xml index a7172cc..43d2f62 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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-webserver</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/core/wrapper/pom.xml ---------------------------------------------------------------------- diff --git a/core/wrapper/pom.xml b/core/wrapper/pom.xml index c8223a5..4384f19 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.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>isis-core-wrapper</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/application/simpleapp/app/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/app/pom.xml b/example/application/simpleapp/app/pom.xml index 23eba68..1e827ef 100644 --- a/example/application/simpleapp/app/pom.xml +++ b/example/application/simpleapp/app/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.example.application</groupId> <artifactId>simpleapp</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>simpleapp-app</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/application/simpleapp/dom/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/dom/pom.xml b/example/application/simpleapp/dom/pom.xml index d65bf4c..b1fd337 100644 --- a/example/application/simpleapp/dom/pom.xml +++ b/example/application/simpleapp/dom/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.example.application</groupId> <artifactId>simpleapp</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>simpleapp-dom</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/application/simpleapp/fixture/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/fixture/pom.xml b/example/application/simpleapp/fixture/pom.xml index f992662..6231416 100644 --- a/example/application/simpleapp/fixture/pom.xml +++ b/example/application/simpleapp/fixture/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.example.application</groupId> <artifactId>simpleapp</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>simpleapp-fixture</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/application/simpleapp/integtests/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/integtests/pom.xml b/example/application/simpleapp/integtests/pom.xml index eb9bf97..7cb0d5c 100644 --- a/example/application/simpleapp/integtests/pom.xml +++ b/example/application/simpleapp/integtests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.isis.example.application</groupId> <artifactId>simpleapp</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>simpleapp-integtests</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/application/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml index 1bbb74a..af4bca5 100644 --- a/example/application/simpleapp/pom.xml +++ b/example/application/simpleapp/pom.xml @@ -23,7 +23,7 @@ <groupId>org.apache.isis.example.application</groupId> <artifactId>simpleapp</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <name>Simple App</name> @@ -34,7 +34,7 @@ </prerequisites> <properties> - <isis.version>1.14.0-SNAPSHOT</isis.version> + <isis.version>1.13.1-SNAPSHOT</isis.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/application/simpleapp/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/webapp/pom.xml b/example/application/simpleapp/webapp/pom.xml index a6839d1..d866717 100644 --- a/example/application/simpleapp/webapp/pom.xml +++ b/example/application/simpleapp/webapp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.example.application</groupId> <artifactId>simpleapp</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>simpleapp-webapp</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/f264a797/example/archetype/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml index d2f508a..657f73d 100644 --- a/example/archetype/simpleapp/pom.xml +++ b/example/archetype/simpleapp/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.isis.archetype</groupId> <artifactId>simpleapp-archetype</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <packaging>maven-archetype</packaging> <name>simpleapp-archetype</name> <build>
