Repository: cayenne Updated Branches: refs/heads/master 0cfd17e83 -> 8be4ca1af
[maven-release-plugin] prepare release 4.0.M2 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/8be4ca1a Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/8be4ca1a Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/8be4ca1a Branch: refs/heads/master Commit: 8be4ca1afdb087510cab9f4bf3138a9a202f9660 Parents: 0cfd17e Author: kolonitsky <alex.kolonit...@gmail.com> Authored: Thu Feb 19 17:21:49 2015 +0300 Committer: kolonitsky <alex.kolonit...@gmail.com> Committed: Thu Feb 19 17:21:49 2015 +0300 ---------------------------------------------------------------------- assembly/pom.xml | 5 ++--- 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 | 5 ++--- cayenne-client/pom.xml | 5 ++--- cayenne-crypto/pom.xml | 5 ++--- cayenne-di/pom.xml | 5 ++--- cayenne-lifecycle/pom.xml | 2 +- cayenne-project/pom.xml | 2 +- cayenne-server/pom.xml | 8 +++----- cayenne-tools/pom.xml | 5 ++--- docs/doc/pom.xml | 2 +- docs/docbook/cayenne-guide/pom.xml | 2 +- docs/docbook/docbook-stylesheets/pom.xml | 2 +- docs/docbook/getting-started-rop/pom.xml | 2 +- docs/docbook/getting-started/pom.xml | 2 +- docs/docbook/pom.xml | 2 +- docs/docbook/upgrade-guide/pom.xml | 2 +- docs/pom.xml | 2 +- itests/cayenne-tools-itest/pom.xml | 2 +- itests/pom.xml | 2 +- modeler/cayenne-modeler-generic-ext/pom.xml | 2 +- modeler/cayenne-modeler-generic/pom.xml | 5 ++--- modeler/cayenne-modeler-mac-ext/pom.xml | 2 +- modeler/cayenne-modeler-mac-legacy/pom.xml | 2 +- modeler/cayenne-modeler-mac/pom.xml | 2 +- modeler/cayenne-modeler-win/pom.xml | 2 +- modeler/cayenne-modeler/pom.xml | 5 ++--- modeler/cayenne-wocompat/pom.xml | 2 +- modeler/pom.xml | 2 +- plugins/maven-cayenne-modeler-plugin/pom.xml | 2 +- plugins/maven-cayenne-plugin/pom.xml | 5 ++--- plugins/pom.xml | 5 ++--- pom.xml | 7 +++---- tutorials/pom.xml | 2 +- tutorials/tutorial-rop-client/pom.xml | 2 +- tutorials/tutorial-rop-server/pom.xml | 2 +- tutorials/tutorial/pom.xml | 2 +- 39 files changed, 53 insertions(+), 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 5d64490..5cd9443 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -9,15 +9,14 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <groupId>org.apache.cayenne.assembly</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/build-tools/cayenne-checkers/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-checkers/pom.xml b/build-tools/cayenne-checkers/pom.xml index 5dc6e94..b5a2614 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/build-tools/cayenne-legal/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/cayenne-legal/pom.xml b/build-tools/cayenne-legal/pom.xml index c121aa5..90bce14 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-legal</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/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 1d41004..66ed342 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <description>Common Unit Test Utilities</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 27740c4..eac4a75 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -17,15 +17,14 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <groupId>org.apache.cayenne.build-tools</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-client/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml index 09332a4..aef2c65 100644 --- a/cayenne-client/pom.xml +++ b/cayenne-client/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-client</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-crypto/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml index 89a52f3..ef06660 100644 --- a/cayenne-crypto/pom.xml +++ b/cayenne-crypto/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-crypto</artifactId> <name>Cayenne Cryptography Extensions</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-di/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-di/pom.xml b/cayenne-di/pom.xml index 18e355f..3ff36a1 100644 --- a/cayenne-di/pom.xml +++ b/cayenne-di/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-di</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-lifecycle/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml index 4669f09..c4c1216 100644 --- a/cayenne-lifecycle/pom.xml +++ b/cayenne-lifecycle/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-lifecycle</artifactId> <name>Cayenne Lifecycle Utilities</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-project/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml index ca11f00..447ff7c 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-project</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-server/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml index a0ef333..1e9aa23 100644 --- a/cayenne-server/pom.xml +++ b/cayenne-server/pom.xml @@ -17,13 +17,12 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-server</artifactId> <name>Cayenne Server</name> @@ -225,8 +224,7 @@ <configuration> <tasks> <!-- This will remove duplicate Node file --> - <delete - file="${project.build.directory}/generated-sources/jjtree/org/apache/cayenne/ejbql/parser/Node.java" /> + <delete file="${project.build.directory}/generated-sources/jjtree/org/apache/cayenne/ejbql/parser/Node.java" /> </tasks> </configuration> <goals> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/cayenne-tools/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-tools/pom.xml b/cayenne-tools/pom.xml index 49ee901..9f108d9 100644 --- a/cayenne-tools/pom.xml +++ b/cayenne-tools/pom.xml @@ -17,13 +17,12 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/doc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml index ff1c17e..79f37e2 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-doc</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/docbook/cayenne-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/cayenne-guide/pom.xml b/docs/docbook/cayenne-guide/pom.xml index 37ca8ad..0d8d3b7 100644 --- a/docs/docbook/cayenne-guide/pom.xml +++ b/docs/docbook/cayenne-guide/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docbook</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/docbook/docbook-stylesheets/pom.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/docbook-stylesheets/pom.xml b/docs/docbook/docbook-stylesheets/pom.xml index 4ebc47b..e05f545 100644 --- a/docs/docbook/docbook-stylesheets/pom.xml +++ b/docs/docbook/docbook-stylesheets/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docbook</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>docbook-stylesheets</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/docbook/getting-started-rop/pom.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/getting-started-rop/pom.xml b/docs/docbook/getting-started-rop/pom.xml index 934582a..a23c5bb 100644 --- a/docs/docbook/getting-started-rop/pom.xml +++ b/docs/docbook/getting-started-rop/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docbook</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>getting-started-rop</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/docbook/getting-started/pom.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/getting-started/pom.xml b/docs/docbook/getting-started/pom.xml index bdb3e16..8427b51 100644 --- a/docs/docbook/getting-started/pom.xml +++ b/docs/docbook/getting-started/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docbook</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/docbook/pom.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/pom.xml b/docs/docbook/pom.xml index 6c3c974..bf442c5 100644 --- a/docs/docbook/pom.xml +++ b/docs/docbook/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docs-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modules> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/docbook/upgrade-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/upgrade-guide/pom.xml b/docs/docbook/upgrade-guide/pom.xml index bae65f3..8c19a38 100644 --- a/docs/docbook/upgrade-guide/pom.xml +++ b/docs/docbook/upgrade-guide/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-docbook</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>upgrade-guide</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 2a47e77..92e0063 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <groupId>org.apache.cayenne.docs</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/itests/cayenne-tools-itest/pom.xml ---------------------------------------------------------------------- diff --git a/itests/cayenne-tools-itest/pom.xml b/itests/cayenne-tools-itest/pom.xml index 052c9d3..28b6f08 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <description>Integration Tests - Cayenne Tools</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 49522db..ac8bed4 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <groupId>org.apache.cayenne.itests</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/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 93460f5..8730227 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-generic-ext</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/cayenne-modeler-generic/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-generic/pom.xml b/modeler/cayenne-modeler-generic/pom.xml index 934d65f..68cd012 100644 --- a/modeler/cayenne-modeler-generic/pom.xml +++ b/modeler/cayenne-modeler-generic/pom.xml @@ -9,15 +9,14 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-generic</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/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 6412b00..97269ea 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-mac-ext</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/cayenne-modeler-mac-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-mac-legacy/pom.xml b/modeler/cayenne-modeler-mac-legacy/pom.xml index 23ba4ba..b94f488 100644 --- a/modeler/cayenne-modeler-mac-legacy/pom.xml +++ b/modeler/cayenne-modeler-mac-legacy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-mac-legacy</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/cayenne-modeler-mac/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-mac/pom.xml b/modeler/cayenne-modeler-mac/pom.xml index 8dc3a16..9dd38f1 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-mac</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/cayenne-modeler-win/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-win/pom.xml b/modeler/cayenne-modeler-win/pom.xml index dccf0f5..1a37d59 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-win</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/cayenne-modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml index fa18085..815c60f 100644 --- a/modeler/cayenne-modeler/pom.xml +++ b/modeler/cayenne-modeler/pom.xml @@ -17,15 +17,14 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne.modeler</groupId> <artifactId>cayenne-modeler-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/cayenne-wocompat/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-wocompat/pom.xml b/modeler/cayenne-wocompat/pom.xml index cfe0dbd..feb0ade 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-wocompat</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/pom.xml b/modeler/pom.xml index 8737266..09c109f 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>cayenne-modeler-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/plugins/maven-cayenne-modeler-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/maven-cayenne-modeler-plugin/pom.xml b/plugins/maven-cayenne-modeler-plugin/pom.xml index dd09f94..534374f 100644 --- a/plugins/maven-cayenne-modeler-plugin/pom.xml +++ b/plugins/maven-cayenne-modeler-plugin/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-plugins-parent</artifactId> <groupId>org.apache.cayenne.plugins</groupId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/plugins/maven-cayenne-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/maven-cayenne-plugin/pom.xml b/plugins/maven-cayenne-plugin/pom.xml index ee2ed25..904a64f 100644 --- a/plugins/maven-cayenne-plugin/pom.xml +++ b/plugins/maven-cayenne-plugin/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>cayenne-plugins-parent</artifactId> <groupId>org.apache.cayenne.plugins</groupId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 6d29668..58c608e 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -9,13 +9,12 @@ License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <groupId>org.apache.cayenne.plugins</groupId> <artifactId>cayenne-plugins-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f63f1df..9567a99 100644 --- a/pom.xml +++ b/pom.xml @@ -17,15 +17,14 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> <name>Cayenne</name> - <version>4.0.M2-SNAPSHOT</version> + <version>4.0.M2</version> <packaging>pom</packaging> <description> @@ -245,7 +244,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>HEAD</tag> + <tag>4.0.M2</tag> </scm> <organization> <name>Apache Cayenne</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/pom.xml b/tutorials/pom.xml index 9170a5d..a94ae46 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <groupId>org.apache.cayenne.tutorials</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/tutorials/tutorial-rop-client/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-client/pom.xml b/tutorials/tutorial-rop-client/pom.xml index 3fd1621..c1ab450 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>tutorial-rop-client</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/tutorials/tutorial-rop-server/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-server/pom.xml b/tutorials/tutorial-rop-server/pom.xml index 03e2120..447d8ae 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>tutorial-rop-server</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/8be4ca1a/tutorials/tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml index b1197c3..1472211 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.M2-SNAPSHOT</version> + <version>4.0.M2</version> </parent> <artifactId>tutorial</artifactId>