Repository: cayenne Updated Branches: refs/heads/STABLE-3.1 dd0e7cd78 -> 3fc129eb6
[maven-release-plugin] prepare release 3.1.3 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/3fc129eb Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/3fc129eb Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/3fc129eb Branch: refs/heads/STABLE-3.1 Commit: 3fc129eb651863872172c98c2c8eaf4e0bcf1336 Parents: dd0e7cd Author: Nikita Timofeev <[email protected]> Authored: Wed Jul 11 12:46:09 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Wed Jul 11 12:46:09 2018 +0300 ---------------------------------------------------------------------- assembly/pom.xml | 2 +- build-tools/cayenne-test-utilities/pom.xml | 2 +- build-tools/maven-cayenne-build-plugin/pom.xml | 2 +- build-tools/pom.xml | 2 +- docs/asciidoc/cayenne-asciidoc-extension/pom.xml | 6 ++---- docs/asciidoc/cayenne-guide/pom.xml | 10 ++++------ docs/asciidoc/getting-started-guide/pom.xml | 10 ++++------ docs/asciidoc/getting-started-rop/pom.xml | 10 ++++------ docs/asciidoc/pom.xml | 8 +++----- docs/asciidoc/upgrade-guide/pom.xml | 10 ++++------ docs/doc/pom.xml | 2 +- docs/pom.xml | 2 +- framework/cayenne-client/pom.xml | 2 +- framework/cayenne-di-unpublished/pom.xml | 2 +- framework/cayenne-jdk1.5-unpublished/pom.xml | 2 +- framework/cayenne-legal-unpublished/pom.xml | 2 +- framework/cayenne-lifecycle/pom.xml | 2 +- framework/cayenne-project/pom.xml | 2 +- framework/cayenne-server/pom.xml | 2 +- framework/cayenne-tools/pom.xml | 2 +- framework/cayenne-wocompat-unpublished/pom.xml | 2 +- framework/maven-cayenne-plugin/pom.xml | 2 +- framework/pom.xml | 2 +- itests/cayenne-runtime-itest/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 | 2 +- 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 | 2 +- modeler/maven-cayenne-modeler-plugin/pom.xml | 2 +- modeler/pom.xml | 2 +- pom.xml | 4 ++-- tutorials/pom.xml | 2 +- tutorials/tutorial-rop-client/pom.xml | 4 ++-- tutorials/tutorial-rop-server/pom.xml | 4 ++-- tutorials/tutorial/pom.xml | 4 ++-- 40 files changed, 59 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 594d133..853a6e3 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.cayenne.assembly</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 8bba355..3172120 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</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/build-tools/maven-cayenne-build-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/maven-cayenne-build-plugin/pom.xml b/build-tools/maven-cayenne-build-plugin/pom.xml index b182081..1c66336 100644 --- a/build-tools/maven-cayenne-build-plugin/pom.xml +++ b/build-tools/maven-cayenne-build-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 6df30c8..708c069 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>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.cayenne.parents</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 5e66e6d..b9f5ae7 100644 --- a/docs/asciidoc/cayenne-asciidoc-extension/pom.xml +++ b/docs/asciidoc/cayenne-asciidoc-extension/pom.xml @@ -18,13 +18,11 @@ ~ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-asciidoc-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <artifactId>cayenne-asciidoc-extension</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/docs/asciidoc/cayenne-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/cayenne-guide/pom.xml b/docs/asciidoc/cayenne-guide/pom.xml index ccf2175..d082044 100644 --- a/docs/asciidoc/cayenne-guide/pom.xml +++ b/docs/asciidoc/cayenne-guide/pom.xml @@ -17,13 +17,11 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-asciidoc-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -154,8 +152,8 @@ <backend>pdf</backend> <sourceHighlighter>coderay</sourceHighlighter> <attributes> - <pagenums/> - <toc/> + <pagenums /> + <toc /> </attributes> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 30a9606..6caefa1 100644 --- a/docs/asciidoc/getting-started-guide/pom.xml +++ b/docs/asciidoc/getting-started-guide/pom.xml @@ -18,13 +18,11 @@ ~ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-asciidoc-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -155,8 +153,8 @@ <backend>pdf</backend> <sourceHighlighter>coderay</sourceHighlighter> <attributes> - <pagenums/> - <toc/> + <pagenums /> + <toc /> </attributes> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 1122066..86ee67e 100644 --- a/docs/asciidoc/getting-started-rop/pom.xml +++ b/docs/asciidoc/getting-started-rop/pom.xml @@ -17,13 +17,11 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-asciidoc-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -154,8 +152,8 @@ <backend>pdf</backend> <sourceHighlighter>coderay</sourceHighlighter> <attributes> - <pagenums/> - <toc/> + <pagenums /> + <toc /> </attributes> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/docs/asciidoc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/pom.xml b/docs/asciidoc/pom.xml index c8b2b71..699f507 100644 --- a/docs/asciidoc/pom.xml +++ b/docs/asciidoc/pom.xml @@ -17,13 +17,11 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.cayenne.parents</groupId> <artifactId>cayenne-docs-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <artifactId>cayenne-asciidoc-parent</artifactId> @@ -100,7 +98,7 @@ <icons>font</icons> <sectanchors>true</sectanchors> - <idprefix/> <!-- set the idprefix to blank --> + <idprefix /> <!-- set the idprefix to blank --> <idseparator>-</idseparator> <!-- currently it is not possible to specify header location inside final document, so can't use http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/docs/asciidoc/upgrade-guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/upgrade-guide/pom.xml b/docs/asciidoc/upgrade-guide/pom.xml index ee28711..a40df77 100644 --- a/docs/asciidoc/upgrade-guide/pom.xml +++ b/docs/asciidoc/upgrade-guide/pom.xml @@ -17,13 +17,11 @@ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.cayenne.docs</groupId> <artifactId>cayenne-asciidoc-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -154,8 +152,8 @@ <backend>pdf</backend> <sourceHighlighter>coderay</sourceHighlighter> <attributes> - <pagenums/> - <toc/> + <pagenums /> + <toc /> </attributes> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/docs/doc/pom.xml ---------------------------------------------------------------------- diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml index c562168..562c040 100644 --- a/docs/doc/pom.xml +++ b/docs/doc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 167c2da..794e341 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.cayenne.parents</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-client/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-client/pom.xml b/framework/cayenne-client/pom.xml index 2222ee0..aa9b2e9 100644 --- a/framework/cayenne-client/pom.xml +++ b/framework/cayenne-client/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>cayenne-client</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-di-unpublished/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-di-unpublished/pom.xml b/framework/cayenne-di-unpublished/pom.xml index 8a6c971..5413ad3 100644 --- a/framework/cayenne-di-unpublished/pom.xml +++ b/framework/cayenne-di-unpublished/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.cayenne.unpublished</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-jdk1.5-unpublished/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-jdk1.5-unpublished/pom.xml b/framework/cayenne-jdk1.5-unpublished/pom.xml index faa0712..575b8ca 100644 --- a/framework/cayenne-jdk1.5-unpublished/pom.xml +++ b/framework/cayenne-jdk1.5-unpublished/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.cayenne.unpublished</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-legal-unpublished/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-legal-unpublished/pom.xml b/framework/cayenne-legal-unpublished/pom.xml index e5cf0f7..4a99ea4 100644 --- a/framework/cayenne-legal-unpublished/pom.xml +++ b/framework/cayenne-legal-unpublished/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-lifecycle/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-lifecycle/pom.xml b/framework/cayenne-lifecycle/pom.xml index 964e48e..cb8e885 100644 --- a/framework/cayenne-lifecycle/pom.xml +++ b/framework/cayenne-lifecycle/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>cayenne-lifecycle</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-project/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-project/pom.xml b/framework/cayenne-project/pom.xml index 3b60f8a..bf99a8f 100644 --- a/framework/cayenne-project/pom.xml +++ b/framework/cayenne-project/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-server/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-server/pom.xml b/framework/cayenne-server/pom.xml index a5ea8a0..9150f36 100644 --- a/framework/cayenne-server/pom.xml +++ b/framework/cayenne-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>cayenne-server</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-tools/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-tools/pom.xml b/framework/cayenne-tools/pom.xml index 26e2ad5..9e29c9c 100644 --- a/framework/cayenne-tools/pom.xml +++ b/framework/cayenne-tools/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/cayenne-wocompat-unpublished/pom.xml ---------------------------------------------------------------------- diff --git a/framework/cayenne-wocompat-unpublished/pom.xml b/framework/cayenne-wocompat-unpublished/pom.xml index 33acaf9..5d2f319 100644 --- a/framework/cayenne-wocompat-unpublished/pom.xml +++ b/framework/cayenne-wocompat-unpublished/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/maven-cayenne-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/framework/maven-cayenne-plugin/pom.xml b/framework/maven-cayenne-plugin/pom.xml index 571b3ca..aba8581 100644 --- a/framework/maven-cayenne-plugin/pom.xml +++ b/framework/maven-cayenne-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/framework/pom.xml ---------------------------------------------------------------------- diff --git a/framework/pom.xml b/framework/pom.xml index 77ded0c..190a56c 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.cayenne.parents</groupId> <artifactId>cayenne-framework-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/itests/cayenne-runtime-itest/pom.xml ---------------------------------------------------------------------- diff --git a/itests/cayenne-runtime-itest/pom.xml b/itests/cayenne-runtime-itest/pom.xml index 6f216dc..e3a8729 100644 --- a/itests/cayenne-runtime-itest/pom.xml +++ b/itests/cayenne-runtime-itest/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.cayenne.itests</groupId> <artifactId>cayenne-itests-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <description>Integration Tests - Cayenne runtime</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/itests/cayenne-tools-itest/pom.xml ---------------------------------------------------------------------- diff --git a/itests/cayenne-tools-itest/pom.xml b/itests/cayenne-tools-itest/pom.xml index c2fa9cd..df43524 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>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <description>Integration Tests - Cayenne Tools</description> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 80d85e1..fcca679 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.cayenne.itests</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 c7ce573..5e97b43 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</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/modeler/cayenne-modeler-generic/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-generic/pom.xml b/modeler/cayenne-modeler-generic/pom.xml index ce42705..d92093c 100644 --- a/modeler/cayenne-modeler-generic/pom.xml +++ b/modeler/cayenne-modeler-generic/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 a80b503..d629a01 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</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/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 08a94e2..8dadd31 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</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/modeler/cayenne-modeler-mac/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-mac/pom.xml b/modeler/cayenne-modeler-mac/pom.xml index 9ae92b6..0f12d0f 100644 --- a/modeler/cayenne-modeler-mac/pom.xml +++ b/modeler/cayenne-modeler-mac/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/modeler/cayenne-modeler-win/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler-win/pom.xml b/modeler/cayenne-modeler-win/pom.xml index fb3c89c..ae68b41 100644 --- a/modeler/cayenne-modeler-win/pom.xml +++ b/modeler/cayenne-modeler-win/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/modeler/cayenne-modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/cayenne-modeler/pom.xml b/modeler/cayenne-modeler/pom.xml index 536ba33..6d9e5f8 100644 --- a/modeler/cayenne-modeler/pom.xml +++ b/modeler/cayenne-modeler/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/modeler/maven-cayenne-modeler-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/maven-cayenne-modeler-plugin/pom.xml b/modeler/maven-cayenne-modeler-plugin/pom.xml index 65c7747..60eb984 100644 --- a/modeler/maven-cayenne-modeler-plugin/pom.xml +++ b/modeler/maven-cayenne-modeler-plugin/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>cayenne-parent</artifactId> <groupId>org.apache.cayenne</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/modeler/pom.xml ---------------------------------------------------------------------- diff --git a/modeler/pom.xml b/modeler/pom.xml index aedfa53..1af62e9 100644 --- a/modeler/pom.xml +++ b/modeler/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <artifactId>cayenne-modeler-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d79c0cd..d4c1ebe 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <groupId>org.apache.cayenne</groupId> <name>Cayenne</name> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <packaging>pom</packaging> <description> @@ -200,7 +200,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>STABLE-3.1</tag> + <tag>3.1.3</tag> </scm> <organization> <name>Apache Cayenne</name> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/pom.xml b/tutorials/pom.xml index e6a3b15..028612a 100644 --- a/tutorials/pom.xml +++ b/tutorials/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-parent</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.cayenne.parents</groupId> <artifactId>cayenne-tutorials-parent</artifactId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/tutorials/tutorial-rop-client/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-client/pom.xml b/tutorials/tutorial-rop-client/pom.xml index 6212d21..5381fa0 100644 --- a/tutorials/tutorial-rop-client/pom.xml +++ b/tutorials/tutorial-rop-client/pom.xml @@ -18,13 +18,13 @@ <groupId>org.apache.cayenne</groupId> <artifactId>tutorial-rop-client</artifactId> <name>Cayenne ROP Client Tutorial</name> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <dependencies> <dependency> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-client</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </dependency> <dependency> <groupId>com.caucho</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/tutorials/tutorial-rop-server/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial-rop-server/pom.xml b/tutorials/tutorial-rop-server/pom.xml index d6315d6..6fa46d7 100644 --- a/tutorials/tutorial-rop-server/pom.xml +++ b/tutorials/tutorial-rop-server/pom.xml @@ -18,14 +18,14 @@ <groupId>org.apache.cayenne</groupId> <artifactId>tutorial-rop-server</artifactId> <name>Cayenne ROP Server Tutorial</name> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <packaging>war</packaging> <dependencies> <dependency> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-server</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> http://git-wip-us.apache.org/repos/asf/cayenne/blob/3fc129eb/tutorials/tutorial/pom.xml ---------------------------------------------------------------------- diff --git a/tutorials/tutorial/pom.xml b/tutorials/tutorial/pom.xml index 412c295..f653b18 100644 --- a/tutorials/tutorial/pom.xml +++ b/tutorials/tutorial/pom.xml @@ -18,13 +18,13 @@ <groupId>org.apache.cayenne</groupId> <artifactId>tutorial</artifactId> <name>Cayenne Tutorial</name> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <dependencies> <dependency> <groupId>org.apache.cayenne</groupId> <artifactId>cayenne-server</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </dependency> <dependency> <groupId>org.apache.derby</groupId>
