[maven-release-plugin] prepare release isis-1.0.0
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1f6adfac Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1f6adfac Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/1f6adfac Branch: refs/heads/prepare/isis-objectstore-jdo-1.0.0-RC2 Commit: 1f6adfacae057f72b82ddcdfb457fa368dc5863e Parents: 396f4c0 Author: Dan Haywood <[email protected]> Authored: Thu Dec 20 15:19:49 2012 +0000 Committer: Dan Haywood <[email protected]> Committed: Thu Dec 20 15:19:49 2012 +0000 ---------------------------------------------------------------------- core/applib/pom.xml | 2 +- core/bytecode-cglib/pom.xml | 2 +- core/bytecode-javassist/pom.xml | 5 +- core/integtestsupport/pom.xml | 2 +- core/metamodel/pom.xml | 2 +- core/objectstore-inmemory/pom.xml | 2 +- core/pom.xml | 79 ++++++++++++++++--------------- core/profilestore-inmemory/pom.xml | 2 +- core/runtime/pom.xml | 2 +- core/security-noop/pom.xml | 2 +- core/tck/pom.xml | 2 +- core/tck/tck-dom/pom.xml | 4 +- core/tck/tck-fixture/pom.xml | 2 +- core/unittestsupport/pom.xml | 2 +- core/webserver/pom.xml | 2 +- 15 files changed, 57 insertions(+), 55 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/applib/pom.xml ---------------------------------------------------------------------- diff --git a/core/applib/pom.xml b/core/applib/pom.xml index d04ea62..5dc2e99 100644 --- a/core/applib/pom.xml +++ b/core/applib/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-applib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/bytecode-cglib/pom.xml ---------------------------------------------------------------------- diff --git a/core/bytecode-cglib/pom.xml b/core/bytecode-cglib/pom.xml index 413ca22..fa6ee44 100644 --- a/core/bytecode-cglib/pom.xml +++ b/core/bytecode-cglib/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-bytecode-cglib</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/bytecode-javassist/pom.xml ---------------------------------------------------------------------- diff --git a/core/bytecode-javassist/pom.xml b/core/bytecode-javassist/pom.xml index 6bd1a56..422414aa 100644 --- a/core/bytecode-javassist/pom.xml +++ b/core/bytecode-javassist/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.isis.core</groupId> @@ -40,7 +40,8 @@ <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/isis/trunk/runtimes/dflt/bytecode/javassist/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/isis/trunk$/{relativeUrl}</developerConnection> <url>http://svn.apache.org/repos/asf/incubator/isis/trunk/runtimes/dflt/bytecode/javassist/</url> - </scm> + <tag>isis-1.0.0</tag> + </scm> <!-- used in Site generation for relative references. --> <url>http://isis.apache.org/${relativeUrl}</url> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/integtestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/integtestsupport/pom.xml b/core/integtestsupport/pom.xml index 3d81f40..36a0a43 100644 --- a/core/integtestsupport/pom.xml +++ b/core/integtestsupport/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-integtestsupport</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/metamodel/pom.xml ---------------------------------------------------------------------- diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml index 3bb9a43..b2c2a32 100644 --- a/core/metamodel/pom.xml +++ b/core/metamodel/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-metamodel</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/objectstore-inmemory/pom.xml ---------------------------------------------------------------------- diff --git a/core/objectstore-inmemory/pom.xml b/core/objectstore-inmemory/pom.xml index 2c1cd2d..be9f1ad 100644 --- a/core/objectstore-inmemory/pom.xml +++ b/core/objectstore-inmemory/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-objectstore</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index ec274ba..79f0722 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,11 +16,11 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>12</version> - <relativePath></relativePath> + <relativePath /> </parent> <groupId>org.apache.isis.core</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <artifactId>isis</artifactId> <packaging>pom</packaging> @@ -43,7 +43,7 @@ <!-- relative to root of mvn site --> <siteBaseDir>.</siteBaseDir> - <relativeUrl/> + <relativeUrl /> <!-- relative to core/pom.xml --> <coreBaseRelDir>.</coreBaseRelDir> @@ -83,7 +83,8 @@ the MIT license [1]. <connection>scm:git:http://git.apache.org/isis.git/core</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/isis.git/trunk/framework/</developerConnection> <url>git://git.apache.org/isis.git/core</url> - </scm> + <tag>isis-1.0.0</tag> + </scm> <!-- used in Site generation for relative references. --> <url>http://isis.apache.org/${relativeUrl}</url> @@ -201,11 +202,11 @@ the MIT license [1]. <notifier> <type>mail</type> <address>[email protected]</address> - <sendOnError/> - <sendOnFailure/> - <sendOnSuccess/> - <sendOnWarning/> - <configuration/> + <sendOnError /> + <sendOnFailure /> + <sendOnSuccess /> + <sendOnWarning /> + <configuration /> </notifier> </notifiers> </ciManagement> @@ -293,7 +294,7 @@ the MIT license [1]. <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>AL2 </licenseFamilyCategory> <licenseFamilyName>Apache License 2.0</licenseFamilyName> - <notes/> + <notes /> <patterns> <pattern>Licensed to the Apache Software Foundation (ASF) under one</pattern> </patterns> @@ -301,7 +302,7 @@ the MIT license [1]. <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>JQRY</licenseFamilyCategory> <licenseFamilyName>MIT </licenseFamilyName> - <notes/> + <notes /> <patterns> <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern> </patterns> @@ -309,7 +310,7 @@ the MIT license [1]. <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>JMOCK</licenseFamilyCategory> <licenseFamilyName>JMock</licenseFamilyName> - <notes/> + <notes /> <patterns> <pattern>Copyright (c) 2000-2007, jMock.org</pattern> </patterns> @@ -317,7 +318,7 @@ the MIT license [1]. <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>DOCBK</licenseFamilyCategory> <licenseFamilyName>DocBook 4.5</licenseFamilyName> - <notes/> + <notes /> <patterns> <pattern>Permission to copy in any form is granted for use</pattern> <pattern>Permission to use, copy, modify and distribute the DocBook DTD</pattern> @@ -331,7 +332,7 @@ the MIT license [1]. <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <licenseFamilyCategory>W3C </licenseFamilyCategory> <licenseFamilyName>XHTML</licenseFamilyName> - <notes/> + <notes /> <patterns> <pattern>Copyright (c) 1998-2002 W3C (MIT, INRIA, Keio),</pattern> </patterns> @@ -650,15 +651,15 @@ the MIT license [1]. <postProcess> <copy todir="target/docbkx/html/guide" failonerror="false"> <fileset dir="src/docbkx/guide"> - <include name="images/**/*"/> + <include name="images/**/*" /> </fileset> <fileset dir="src/docbkx/style"> - <include name="*.css"/> + <include name="*.css" /> </fileset> </copy> <copy todir="target/site/docbkx/html" failonerror="false"> <fileset dir="target/docbkx/html"> - <include name="**/*"/> + <include name="**/*" /> </fileset> </copy> </postProcess> @@ -683,20 +684,20 @@ the MIT license [1]. <preProcess> <copy todir="${basedir}/target/docbkx/pdf"> <fileset dir="${basedir}/src/docbkx"> - <include name="images/**/*"/> + <include name="images/**/*" /> </fileset> </copy> <copy todir="${basedir}/target/docbkx/pdf" failonerror="false"> <fileset dir="${basedir}/src/docbkx/guide"> - <include name="images/**/*"/> + <include name="images/**/*" /> </fileset> </copy> </preProcess> <postProcess> <copy todir="target/site/docbkx/pdf" failonerror="false"> <fileset dir="target/docbkx/pdf"> - <include name="**/*"/> + <include name="**/*" /> </fileset> </copy> </postProcess> @@ -930,13 +931,13 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-unittestsupport</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -945,12 +946,12 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-applib</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -959,12 +960,12 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-metamodel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -973,12 +974,12 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-runtime</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -987,26 +988,26 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-bytecode-cglib</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-bytecode-javassist</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- isis-webserver --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-webserver</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- isis-integtestsupport --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-integtestsupport</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <scope>test</scope> </dependency> @@ -1014,34 +1015,34 @@ ${license.additional-notes} <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-objectstore</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-profilestore</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <!-- TCK --> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck-dom</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck-fixture</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> @@ -1720,7 +1721,7 @@ ${license.additional-notes} <banLatest>true</banLatest> <banRelease>true</banRelease> </requirePluginVersions> - <DependencyConvergence/> + <DependencyConvergence /> </rules> </configuration> <!-- goal:enforce supposedly binds to phase:validate, http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/profilestore-inmemory/pom.xml ---------------------------------------------------------------------- diff --git a/core/profilestore-inmemory/pom.xml b/core/profilestore-inmemory/pom.xml index 425de25..348f558 100644 --- a/core/profilestore-inmemory/pom.xml +++ b/core/profilestore-inmemory/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-profilestore</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/runtime/pom.xml ---------------------------------------------------------------------- diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index dcda5f8..9698ca3 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.isis.core</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/security-noop/pom.xml ---------------------------------------------------------------------- diff --git a/core/security-noop/pom.xml b/core/security-noop/pom.xml index f26a433..3b6b7ce 100644 --- a/core/security-noop/pom.xml +++ b/core/security-noop/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.isis.core</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/tck/pom.xml ---------------------------------------------------------------------- diff --git a/core/tck/pom.xml b/core/tck/pom.xml index 05213c8..1306e8c 100644 --- a/core/tck/pom.xml +++ b/core/tck/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-tck</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/tck/tck-dom/pom.xml ---------------------------------------------------------------------- diff --git a/core/tck/tck-dom/pom.xml b/core/tck/tck-dom/pom.xml index 250c6e1..95e756c 100644 --- a/core/tck/tck-dom/pom.xml +++ b/core/tck/tck-dom/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-tck-dom</artifactId> @@ -85,7 +85,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/tck/tck-fixture/pom.xml ---------------------------------------------------------------------- diff --git a/core/tck/tck-fixture/pom.xml b/core/tck/tck-fixture/pom.xml index 089fa56..d937306 100644 --- a/core/tck/tck-fixture/pom.xml +++ b/core/tck/tck-fixture/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis-core-tck</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>isis-core-tck-fixture</artifactId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/unittestsupport/pom.xml ---------------------------------------------------------------------- diff --git a/core/unittestsupport/pom.xml b/core/unittestsupport/pom.xml index 6715132..a9f6f7b 100644 --- a/core/unittestsupport/pom.xml +++ b/core/unittestsupport/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.isis.core</groupId> http://git-wip-us.apache.org/repos/asf/isis/blob/1f6adfac/core/webserver/pom.xml ---------------------------------------------------------------------- diff --git a/core/webserver/pom.xml b/core/webserver/pom.xml index 6baaf37..627167e 100644 --- a/core/webserver/pom.xml +++ b/core/webserver/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.apache.isis.core</groupId>
