[maven-release-plugin] prepare release simpleapp-archetype-1.11.0
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1c8703af Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1c8703af Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/1c8703af Branch: refs/heads/release-1.11.0-RC1 Commit: 1c8703af7fad368d3c18cce1142b77a938f0f1c8 Parents: 41a6a50 Author: Dan Haywood <d...@haywood-associates.co.uk> Authored: Tue Dec 29 13:02:58 2015 +0000 Committer: Dan Haywood <d...@haywood-associates.co.uk> Committed: Tue Dec 29 13:02:58 2015 +0000 ---------------------------------------------------------------------- example/archetype/simpleapp/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/1c8703af/example/archetype/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml index 2cf85f1..d4b00b5 100644 --- a/example/archetype/simpleapp/pom.xml +++ b/example/archetype/simpleapp/pom.xml @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.isis.archetype</groupId> <artifactId>simpleapp-archetype</artifactId> - <version>1.11.0-SNAPSHOT</version> + <version>1.11.0</version> <packaging>maven-archetype</packaging> <name>simpleapp-archetype</name> <build> @@ -47,4 +47,8 @@ <version>1.11.0</version> <relativePath>../../../core/pom.xml</relativePath> </parent> + + <scm> + <tag>simpleapp-archetype-1.11.0</tag> + </scm> </project>