Repository: cayenne Updated Branches: refs/heads/STABLE-4.0 cab93c479 -> d2c9a0f9d
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/d2c9a0f9 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/d2c9a0f9 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/d2c9a0f9 Branch: refs/heads/STABLE-4.0 Commit: d2c9a0f9dfe050e63420529ade99e25ebb7efeae Parents: cab93c4 Author: Nikita Timofeev <stari...@gmail.com> Authored: Thu Dec 20 13:59:09 2018 +0300 Committer: Nikita Timofeev <stari...@gmail.com> Committed: Thu Dec 20 13:59:09 2018 +0300 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- build-tools/cayenne-checkers/pom.xml | 2 +- build-tools/cayenne-legal/pom.xml | 2 +- build-tools/cayenne-test-utilities/pom.xml | 2 +- build-tools/pom.xml | 2 +- cayenne-ant/pom.xml | 2 +- cayenne-cache-invalidation/pom.xml | 2 +- cayenne-cgen/pom.xml | 2 +- cayenne-client-jetty/pom.xml | 2 +- cayenne-client/pom.xml | 2 +- cayenne-commitlog/pom.xml | 2 +- cayenne-crypto/pom.xml | 2 +- cayenne-dbcp2/pom.xml | 2 +- cayenne-dbsync/pom.xml | 2 +- cayenne-di/pom.xml | 2 +- cayenne-gradle-plugin/pom.xml | 2 +- cayenne-java8/pom.xml | 2 +- cayenne-jcache/pom.xml | 2 +- cayenne-joda/pom.xml | 2 +- cayenne-lifecycle/pom.xml | 2 +- cayenne-project/pom.xml | 2 +- cayenne-protostuff/pom.xml | 2 +- cayenne-server/pom.xml | 2 +- docs/asciidoc/cayenne-asciidoc-extension/pom.xml | 2 +- docs/asciidoc/cayenne-guide/pom.xml | 2 +- docs/asciidoc/getting-started-guide/pom.xml | 2 +- docs/asciidoc/getting-started-rop/pom.xml | 2 +- docs/asciidoc/pom.xml | 2 +- docs/asciidoc/upgrade-guide/pom.xml | 2 +- docs/doc/pom.xml | 2 +- docs/pom.xml | 2 +- eventbridges/cayenne-jgroups/pom.xml | 2 +- eventbridges/cayenne-jms/pom.xml | 2 +- eventbridges/cayenne-xmpp/pom.xml | 2 +- eventbridges/pom.xml | 2 +- itests/cayenne-tools-itest/pom.xml | 2 +- itests/pom.xml | 2 +- maven-plugins/cayenne-maven-plugin/pom.xml | 2 +- maven-plugins/cayenne-modeler-maven-plugin/pom.xml | 2 +- maven-plugins/maven-cayenne-plugin/pom.xml | 2 +- maven-plugins/pom.xml | 2 +- modeler/cayenne-modeler-generic-ext/pom.xml | 2 +- modeler/cayenne-modeler-generic/pom.xml | 2 +- modeler/cayenne-modeler-mac-ext/pom.xml | 2 +- modeler/cayenne-modeler-mac/pom.xml | 2 +- modeler/cayenne-modeler-win-ext/pom.xml | 2 +- modeler/cayenne-modeler-win/pom.xml | 2 +- modeler/cayenne-modeler/pom.xml | 2 +- modeler/cayenne-wocompat/pom.xml | 2 +- modeler/pom.xml | 2 +- pom.xml | 4 ++-- tutorials/pom.xml | 2 +- tutorials/tutorial-rop-client-http2/pom.xml | 2 +- tutorials/tutorial-rop-client/pom.xml | 2 +- tutorials/tutorial-rop-server-http2/pom.xml | 2 +- tutorials/tutorial-rop-server/pom.xml | 2 +- tutorials/tutorial/pom.xml | 2 +- 57 files changed, 58 insertions(+), 58 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 87a1200..2eb67a3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.assembly</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/build-tools/cayenne-checkers/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-checkers/pom.xml b/build-tools/cayenne-checkers/pom.xml index a43a892..5aade9c 100644 --- a/build-tools/cayenne-checkers/pom.xml +++ b/build-tools/cayenne-checkers/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cayenne.build-tools</groupId> <artifactId>build-tools-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/build-tools/cayenne-legal/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-legal/pom.xml b/build-tools/cayenne-legal/pom.xml index 8a18b6f..b7ce8d5 100644 --- a/build-tools/cayenne-legal/pom.xml +++ b/build-tools/cayenne-legal/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.build-tools</groupId> <artifactId>build-tools-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-legal</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/build-tools/cayenne-test-utilities/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-test-utilities/pom.xml b/build-tools/cayenne-test-utilities/pom.xml index b8a30b6..12744e1 100644 --- a/build-tools/cayenne-test-utilities/pom.xml +++ b/build-tools/cayenne-test-utilities/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.build-tools</groupId> <artifactId>build-tools-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <description>Common Unit Test Utilities</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 0bcd8d8..feec88e 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.build-tools</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-ant/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml index 8b62739..e198a94 100644 --- a/cayenne-ant/pom.xml +++ b/cayenne-ant/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-cache-invalidation/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-cache-invalidation/pom.xml b/cayenne-cache-invalidation/pom.xml index 6249c73..9f68ee4 100644 --- a/cayenne-cache-invalidation/pom.xml +++ b/cayenne-cache-invalidation/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-cgen/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-cgen/pom.xml b/cayenne-cgen/pom.xml index 37875e3..ae57ee5 100644 --- a/cayenne-cgen/pom.xml +++ b/cayenne-cgen/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-client-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml index 132c63f..576f056 100644 --- a/cayenne-client-jetty/pom.xml +++ b/cayenne-client-jetty/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-client-jetty</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-client/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml index d3c0511..d033f06 100644 --- a/cayenne-client/pom.xml +++ b/cayenne-client/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-client</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-commitlog/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-commitlog/pom.xml b/cayenne-commitlog/pom.xml index d1ced50..3d7371f 100644 --- a/cayenne-commitlog/pom.xml +++ b/cayenne-commitlog/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-crypto/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml index e76fd99..6c2b47b 100644 --- a/cayenne-crypto/pom.xml +++ b/cayenne-crypto/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-crypto</artifactId> <name>cayenne-crypto: Cayenne Cryptography Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-dbcp2/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-dbcp2/pom.xml b/cayenne-dbcp2/pom.xml index 32d9bd0..41fcac9 100644 --- a/cayenne-dbcp2/pom.xml +++ b/cayenne-dbcp2/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-dbcp2</artifactId> <name>cayenne-dbcp2: Cayenne DBCP2 Extension</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-dbsync/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml index e350c5d..df750c2 100644 --- a/cayenne-dbsync/pom.xml +++ b/cayenne-dbsync/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-di/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml index 7d3a60a..37239aa 100644 --- a/cayenne-di/pom.xml +++ b/cayenne-di/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-di</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-gradle-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-gradle-plugin/pom.xml b/cayenne-gradle-plugin/pom.xml index 199c564..ab7f8de 100644 --- a/cayenne-gradle-plugin/pom.xml +++ b/cayenne-gradle-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-java8/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-java8/pom.xml b/cayenne-java8/pom.xml index 9576845..05d167f 100644 --- a/cayenne-java8/pom.xml +++ b/cayenne-java8/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-java8</artifactId> <name>cayenne-java8: Cayenne Java8 Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-jcache/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml index 9312a8c..7055bc8 100644 --- a/cayenne-jcache/pom.xml +++ b/cayenne-jcache/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-joda/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml index 7327379..913f9fe 100644 --- a/cayenne-joda/pom.xml +++ b/cayenne-joda/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-joda</artifactId> <name>cayenne-joda: Cayenne Joda Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-lifecycle/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml index 1fe7161..f5f5f8a 100644 --- a/cayenne-lifecycle/pom.xml +++ b/cayenne-lifecycle/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-lifecycle</artifactId> <name>cayenne-lifecycle: Cayenne Lifecycle Utilities</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-project/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml index ab3af97..35cd395 100644 --- a/cayenne-project/pom.xml +++ b/cayenne-project/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-project</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-protostuff/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml index 7c0ff25..6def9c0 100644 --- a/cayenne-protostuff/pom.xml +++ b/cayenne-protostuff/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-protostuff</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/cayenne-server/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml index 7aca2a9..c165d8c 100644 --- a/cayenne-server/pom.xml +++ b/cayenne-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-server</artifactId> <name>cayenne-server: Cayenne Server</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/asciidoc/cayenne-asciidoc-extension/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml index ca3c5d3..5e4d996 100644 --- a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml +++ b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-asciidoc-extension</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/asciidoc/cayenne-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/cayenne-guide/pom.xml b/docs/asciidoc/cayenne-guide/pom.xml index 718f153..fa8078e 100644 --- a/docs/asciidoc/cayenne-guide/pom.xml +++ b/docs/asciidoc/cayenne-guide/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/asciidoc/getting-started-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/getting-started-guide/pom.xml b/docs/asciidoc/getting-started-guide/pom.xml index 45df221..0ea92d3 100644 --- a/docs/asciidoc/getting-started-guide/pom.xml +++ b/docs/asciidoc/getting-started-guide/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/asciidoc/getting-started-rop/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/getting-started-rop/pom.xml b/docs/asciidoc/getting-started-rop/pom.xml index f3930de..5e8c1bc 100644 --- a/docs/asciidoc/getting-started-rop/pom.xml +++ b/docs/asciidoc/getting-started-rop/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/asciidoc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index dd301f5..c177675 100644 --- a/docs/asciidoc/pom.xml +++ b/docs/asciidoc/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>cayenne-docs-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-asciidoc-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/asciidoc/upgrade-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/upgrade-guide/pom.xml b/docs/asciidoc/upgrade-guide/pom.xml index 7c42c34..e2c6aac 100644 --- a/docs/asciidoc/upgrade-guide/pom.xml +++ b/docs/asciidoc/upgrade-guide/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/doc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml index bab85db..dc21b5c 100644 --- a/docs/doc/pom.xml +++ b/docs/doc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docs-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-doc</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index d498360..2a082b6 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.docs</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/eventbridges/cayenne-jgroups/pom.xml ---------------------------------------------------------------------- diff --git a/eventbridges/cayenne-jgroups/pom.xml b/eventbridges/cayenne-jgroups/pom.xml index 4b317a2..fc9d99a 100644 --- a/eventbridges/cayenne-jgroups/pom.xml +++ b/eventbridges/cayenne-jgroups/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-eventbridges-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/eventbridges/cayenne-jms/pom.xml ---------------------------------------------------------------------- diff --git a/eventbridges/cayenne-jms/pom.xml b/eventbridges/cayenne-jms/pom.xml index a2fac95..fef0da6 100644 --- a/eventbridges/cayenne-jms/pom.xml +++ b/eventbridges/cayenne-jms/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-eventbridges-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/eventbridges/cayenne-xmpp/pom.xml ---------------------------------------------------------------------- diff --git a/eventbridges/cayenne-xmpp/pom.xml b/eventbridges/cayenne-xmpp/pom.xml index 1caeef9..d72bcd9 100644 --- a/eventbridges/cayenne-xmpp/pom.xml +++ b/eventbridges/cayenne-xmpp/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-eventbridges-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/eventbridges/pom.xml ---------------------------------------------------------------------- diff --git a/eventbridges/pom.xml b/eventbridges/pom.xml index 88c7f99..7ec774b 100644 --- a/eventbridges/pom.xml +++ b/eventbridges/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/itests/cayenne-tools-itest/pom.xml ---------------------------------------------------------------------- diff --git a/itests/cayenne-tools-itest/pom.xml b/itests/cayenne-tools-itest/pom.xml index e2e0f9e..464bcad 100644 --- a/itests/cayenne-tools-itest/pom.xml +++ b/itests/cayenne-tools-itest/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cayenne.itests</groupId> <artifactId>cayenne-itests-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <description>Integration Tests - Cayenne Tools</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index d1c7742..014d2b7 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.itests</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/maven-plugins/cayenne-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/cayenne-maven-plugin/pom.xml b/maven-plugins/cayenne-maven-plugin/pom.xml index 536a495..5fad77c 100644 --- a/maven-plugins/cayenne-maven-plugin/pom.xml +++ b/maven-plugins/cayenne-maven-plugin/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>cayenne-maven-plugins-parent</artifactId> <groupId>org.apache.cayenne.plugins</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/maven-plugins/cayenne-modeler-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/cayenne-modeler-maven-plugin/pom.xml b/maven-plugins/cayenne-modeler-maven-plugin/pom.xml index e2be4ff..993305b 100644 --- a/maven-plugins/cayenne-modeler-maven-plugin/pom.xml +++ b/maven-plugins/cayenne-modeler-maven-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-maven-plugins-parent</artifactId> <groupId>org.apache.cayenne.plugins</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/maven-plugins/maven-cayenne-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/maven-cayenne-plugin/pom.xml b/maven-plugins/maven-cayenne-plugin/pom.xml index 08c23f1..531af8d 100644 --- a/maven-plugins/maven-cayenne-plugin/pom.xml +++ b/maven-plugins/maven-cayenne-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-maven-plugins-parent</artifactId> <groupId>org.apache.cayenne.plugins</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index a64e981..5664ff1 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.plugins</groupId> <artifactId>cayenne-maven-plugins-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler-generic-ext/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-generic-ext/pom.xml b/modeler/cayenne-modeler-generic-ext/pom.xml index 1e9b972..4a19a69 100644 --- a/modeler/cayenne-modeler-generic-ext/pom.xml +++ b/modeler/cayenne-modeler-generic-ext/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-generic-ext</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler-generic/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-generic/pom.xml b/modeler/cayenne-modeler-generic/pom.xml index b50e84a..7bfb16e 100644 --- a/modeler/cayenne-modeler-generic/pom.xml +++ b/modeler/cayenne-modeler-generic/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-generic</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler-mac-ext/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-mac-ext/pom.xml b/modeler/cayenne-modeler-mac-ext/pom.xml index 0681fcf..667355e 100644 --- a/modeler/cayenne-modeler-mac-ext/pom.xml +++ b/modeler/cayenne-modeler-mac-ext/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-mac-ext</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler-mac/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-mac/pom.xml b/modeler/cayenne-modeler-mac/pom.xml index 4ef3ac1..05e5ab1 100644 --- a/modeler/cayenne-modeler-mac/pom.xml +++ b/modeler/cayenne-modeler-mac/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-mac</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler-win-ext/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-win-ext/pom.xml b/modeler/cayenne-modeler-win-ext/pom.xml index 86591ad..de52bdd 100644 --- a/modeler/cayenne-modeler-win-ext/pom.xml +++ b/modeler/cayenne-modeler-win-ext/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>cayenne-modeler-parent</artifactId> <groupId>org.apache.cayenne.modeler</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <name>cayenne-modeler-win-ext: Modeler Win Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler-win/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-win/pom.xml b/modeler/cayenne-modeler-win/pom.xml index 51a6c0a..40dbc1e 100644 --- a/modeler/cayenne-modeler-win/pom.xml +++ b/modeler/cayenne-modeler-win/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-win</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml index 0b95ce1..e5b7ce8 100644 --- a/modeler/cayenne-modeler/pom.xml +++ b/modeler/cayenne-modeler/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/cayenne-wocompat/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml index fc4f9e2..2d49435 100644 --- a/modeler/cayenne-wocompat/pom.xml +++ b/modeler/cayenne-wocompat/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-wocompat</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/pom.xml b/modeler/pom.xml index 12f4cd7..4b9067b 100644 --- a/modeler/pom.xml +++ b/modeler/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a89833..9c17fea 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <groupId>org.apache.cayenne</groupId> <name>cayenne-parent: Top-level parent of Cayenne modules</name> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> <packaging>pom</packaging> <description> @@ -263,7 +263,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/cayenne.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cayenne.git</developerConnection> <url>https://github.com/apache/cayenne</url> - <tag>4.0.1</tag> + <tag>HEAD</tag> </scm> <organization> <name>Apache Cayenne</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/pom.xml b/tutorials/pom.xml index a2d0e6b..7699264 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.tutorials</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/tutorials/tutorial-rop-client-http2/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-client-http2/pom.xml b/tutorials/tutorial-rop-client-http2/pom.xml index ceb45c7..dffefdd 100644 --- a/tutorials/tutorial-rop-client-http2/pom.xml +++ b/tutorials/tutorial-rop-client-http2/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>cayenne-tutorials-parent</artifactId> <groupId>org.apache.cayenne.tutorials</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-client-http2</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/tutorials/tutorial-rop-client/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-client/pom.xml b/tutorials/tutorial-rop-client/pom.xml index 6d538f7..036d962 100644 --- a/tutorials/tutorial-rop-client/pom.xml +++ b/tutorials/tutorial-rop-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.cayenne.tutorials</groupId> <artifactId>cayenne-tutorials-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-client</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/tutorials/tutorial-rop-server-http2/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-server-http2/pom.xml b/tutorials/tutorial-rop-server-http2/pom.xml index be0d6b4..b68bc46 100644 --- a/tutorials/tutorial-rop-server-http2/pom.xml +++ b/tutorials/tutorial-rop-server-http2/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>cayenne-tutorials-parent</artifactId> <groupId>org.apache.cayenne.tutorials</groupId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-server-http2</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/tutorials/tutorial-rop-server/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-server/pom.xml b/tutorials/tutorial-rop-server/pom.xml index 9e8a0c5..9295f6f 100644 --- a/tutorials/tutorial-rop-server/pom.xml +++ b/tutorials/tutorial-rop-server/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.cayenne.tutorials</groupId> <artifactId>cayenne-tutorials-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-server</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/d2c9a0f9/tutorials/tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml index aab3808..a79e056 100644 --- a/tutorials/tutorial/pom.xml +++ b/tutorials/tutorial/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.cayenne.tutorials</groupId> <artifactId>cayenne-tutorials-parent</artifactId> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>tutorial</artifactId>