Repository: cayenne Updated Branches: refs/heads/master 58eb3c365 -> 98dc75f5d
[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/98dc75f5 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/98dc75f5 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/98dc75f5 Branch: refs/heads/master Commit: 98dc75f5dc6c44d2d90b684952b47b413a9c6154 Parents: 58eb3c3 Author: Nikita Timofeev <[email protected]> Authored: Wed Jul 11 17:30:23 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Wed Jul 11 17:30:23 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-jcache/pom.xml | 2 +- cayenne-jgroups/pom.xml | 2 +- cayenne-jms/pom.xml | 2 +- cayenne-joda/pom.xml | 2 +- cayenne-lifecycle/pom.xml | 2 +- cayenne-osgi/pom.xml | 2 +- cayenne-project-compatibility/pom.xml | 2 +- cayenne-project/pom.xml | 2 +- cayenne-protostuff/pom.xml | 2 +- cayenne-rop-server/pom.xml | 2 +- cayenne-server/pom.xml | 2 +- cayenne-velocity/pom.xml | 2 +- cayenne-web/pom.xml | 2 +- cayenne-xmpp/pom.xml | 2 +- docs/asciidoc/cayenne-asciidoc-extension/pom.xml | 2 +- docs/asciidoc/cayenne-guide/pom.xml | 2 +- docs/asciidoc/getting-started-db-first/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 +- maven-plugins/cayenne-maven-plugin/pom.xml | 2 +- maven-plugins/cayenne-modeler-maven-plugin/pom.xml | 2 +- maven-plugins/cayenne-tools-itest/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 +- 60 files changed, 61 insertions(+), 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index ef4d56b..e48f362 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.assembly</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/build-tools/cayenne-checkers/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-checkers/pom.xml b/build-tools/cayenne-checkers/pom.xml index c28c4f0..187bf6f 100644 --- a/build-tools/cayenne-checkers/pom.xml +++ b/build-tools/cayenne-checkers/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.cayenne.build-tools</groupId> <artifactId>cayenne-checkers</artifactId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> <packaging>jar</packaging> <name>cayenne-checkers: Cayenne Code Checkers</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/build-tools/cayenne-legal/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-legal/pom.xml b/build-tools/cayenne-legal/pom.xml index dd1aa54..dea2f01 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-legal</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 5635aba..65b4bd9 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <description>Common Unit Test Utilities</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index aab7e39..7ebec11 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.build-tools</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-ant/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml index 51e0068..2f1469e 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-cache-invalidation/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-cache-invalidation/pom.xml b/cayenne-cache-invalidation/pom.xml index d2466a2..5f02c83 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-cgen/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-cgen/pom.xml b/cayenne-cgen/pom.xml index 597e50b..d3c3ea6 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-client-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml index 448a073..0ec5d6f 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-client-jetty</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-client/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml index 61e0991..0f07c6e 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-client</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-commitlog/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-commitlog/pom.xml b/cayenne-commitlog/pom.xml index 96aa658..8de5f1c 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-crypto/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml index dcf4da2..44d8364 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-crypto</artifactId> <name>cayenne-crypto: Cayenne Cryptography Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-dbcp2/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-dbcp2/pom.xml b/cayenne-dbcp2/pom.xml index de47d75..22c4a97 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-dbcp2</artifactId> <name>cayenne-dbcp2: Cayenne DBCP2 Extension</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-dbsync/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml index 850c3b0..a791678 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-di/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml index e703f68..74acde8 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-di</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-gradle-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-gradle-plugin/pom.xml b/cayenne-gradle-plugin/pom.xml index 9a2d61b..63b79ef 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-jcache/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml index 0b040a6..919e66a 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-jgroups/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-jgroups/pom.xml b/cayenne-jgroups/pom.xml index aced3c1..0e2f5e1 100644 --- a/cayenne-jgroups/pom.xml +++ b/cayenne-jgroups/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-jms/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-jms/pom.xml b/cayenne-jms/pom.xml index eb858e7..3691e49 100644 --- a/cayenne-jms/pom.xml +++ b/cayenne-jms/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-joda/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml index e3bf461..e57f01a 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-joda</artifactId> <name>cayenne-joda: Cayenne Joda Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-lifecycle/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml index e752fc0..d5ba621 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-lifecycle</artifactId> <name>cayenne-lifecycle: Cayenne Lifecycle Utilities</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-osgi/pom.xml b/cayenne-osgi/pom.xml index d3e97c1..d5e0405 100644 --- a/cayenne-osgi/pom.xml +++ b/cayenne-osgi/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-project-compatibility/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-project-compatibility/pom.xml b/cayenne-project-compatibility/pom.xml index b4c3fde..093572c 100644 --- a/cayenne-project-compatibility/pom.xml +++ b/cayenne-project-compatibility/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-project/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml index 02bbfc6..af65466 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-project</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-protostuff/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml index a5d0a12..953db59 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-protostuff</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-rop-server/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-rop-server/pom.xml b/cayenne-rop-server/pom.xml index d9ed1d4..cdb5ca7 100644 --- a/cayenne-rop-server/pom.xml +++ b/cayenne-rop-server/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-server/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml index 8ce09b6..0ede0dd 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-server</artifactId> <name>cayenne-server: Cayenne Server</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-velocity/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-velocity/pom.xml b/cayenne-velocity/pom.xml index 9507229..3b2e6f4 100644 --- a/cayenne-velocity/pom.xml +++ b/cayenne-velocity/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-web/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-web/pom.xml b/cayenne-web/pom.xml index a705c27..0bed673 100644 --- a/cayenne-web/pom.xml +++ b/cayenne-web/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/cayenne-xmpp/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-xmpp/pom.xml b/cayenne-xmpp/pom.xml index 8d6b841..b55a463 100644 --- a/cayenne-xmpp/pom.xml +++ b/cayenne-xmpp/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 76bd6f9..e3c9c11 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-asciidoc-extension</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/docs/asciidoc/cayenne-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/cayenne-guide/pom.xml b/docs/asciidoc/cayenne-guide/pom.xml index a574936..8ae0f55 100644 --- a/docs/asciidoc/cayenne-guide/pom.xml +++ b/docs/asciidoc/cayenne-guide/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/docs/asciidoc/getting-started-db-first/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/getting-started-db-first/pom.xml b/docs/asciidoc/getting-started-db-first/pom.xml index e8bc46c..79af8e7 100644 --- a/docs/asciidoc/getting-started-db-first/pom.xml +++ b/docs/asciidoc/getting-started-db-first/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 de00d64..af4a28e 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 ab4dcc1..9949d20 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/docs/asciidoc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index 85b2d2b..a8f62b0 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-asciidoc-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/docs/asciidoc/upgrade-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/upgrade-guide/pom.xml b/docs/asciidoc/upgrade-guide/pom.xml index a89b939..13365cd 100644 --- a/docs/asciidoc/upgrade-guide/pom.xml +++ b/docs/asciidoc/upgrade-guide/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-asciidoc-parent</artifactId> <groupId>org.apache.cayenne.docs</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/docs/doc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml index 3943c7c..26b5808 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-doc</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index e71070e..554d2b1 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.docs</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 6fbde48..4426c06 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 5744ced..9ad031c 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/maven-plugins/cayenne-tools-itest/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/cayenne-tools-itest/pom.xml b/maven-plugins/cayenne-tools-itest/pom.xml index d7ef803..76d5260 100644 --- a/maven-plugins/cayenne-tools-itest/pom.xml +++ b/maven-plugins/cayenne-tools-itest/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>cayenne-maven-plugins-parent</artifactId> <groupId>org.apache.cayenne.plugins</groupId> - <version>4.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <description>Integration Tests - Cayenne Tools</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 4dde07e..107269c 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 432e9eb..4e2c579 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.1.M2</version> + <version>4.1.M3-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/98dc75f5/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 c87cd80..6de3ac3 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-generic-ext</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/modeler/cayenne-modeler-generic/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-generic/pom.xml b/modeler/cayenne-modeler-generic/pom.xml index 97e01fb..56ea8e6 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-generic</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 b9e8248..ce7de8b 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-mac-ext</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/modeler/cayenne-modeler-mac/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-mac/pom.xml b/modeler/cayenne-modeler-mac/pom.xml index 2f258b4..7e77513 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-mac</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 434fea8..baf4dc7 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <name>cayenne-modeler-win-ext: Modeler Win Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/modeler/cayenne-modeler-win/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-win/pom.xml b/modeler/cayenne-modeler-win/pom.xml index 393c24c..03bea0c 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-win</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/modeler/cayenne-modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml index 9596261..10aabe1 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/modeler/cayenne-wocompat/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml index e0863a6..0796063 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-wocompat</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/pom.xml b/modeler/pom.xml index 9ed5919..babf7b2 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>cayenne-modeler-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2d06496..4e83b63 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> <packaging>pom</packaging> <description> @@ -279,7 +279,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.1.M2</tag> + <tag>HEAD</tag> </scm> <organization> <name>Apache Cayenne</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 54c348f..ccb271c 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <groupId>org.apache.cayenne.tutorials</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 c0e38da..0ce6c23 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-client-http2</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/tutorials/tutorial-rop-client/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-client/pom.xml b/tutorials/tutorial-rop-client/pom.xml index 36efadd..ae9876d 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-client</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/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 53baae0..1bb1711 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-server-http2</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/tutorials/tutorial-rop-server/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-server/pom.xml b/tutorials/tutorial-rop-server/pom.xml index 0aee0a8..07a21cc 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>tutorial-rop-server</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/98dc75f5/tutorials/tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml index 18b19ef..0ce8e70 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.1.M2</version> + <version>4.1.M3-SNAPSHOT</version> </parent> <artifactId>tutorial</artifactId>
