[maven-release-plugin] prepare release quickstart_wicket_restful_jdo-archetype-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/50172827 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/50172827 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/50172827 Branch: refs/heads/prepare/quickstart_wrj-archetype-1.0.0-RC1 Commit: 501728272f806461145e5d290ca6dc3676807067 Parents: 33a0250 Author: Dan Haywood <[email protected]> Authored: Thu Dec 20 23:48:01 2012 +0000 Committer: Dan Haywood <[email protected]> Committed: Thu Dec 20 23:48:01 2012 +0000 ---------------------------------------------------------------------- .../quickstart_wicket_restful_jdo/pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/50172827/example/archetype/quickstart_wicket_restful_jdo/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/quickstart_wicket_restful_jdo/pom.xml b/example/archetype/quickstart_wicket_restful_jdo/pom.xml index d1db20a..7150617 100644 --- a/example/archetype/quickstart_wicket_restful_jdo/pom.xml +++ b/example/archetype/quickstart_wicket_restful_jdo/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>quickstart_wicket_restful_jdo-archetype</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>maven-archetype</packaging> <name>quickstart_wicket_restful_jdo-archetype</name> <build> @@ -46,4 +46,8 @@ <artifactId>isis</artifactId> <version>1.0.0</version> </parent> + + <scm> + <tag>quickstart_wicket_restful_jdo-archetype-1.0.0</tag> + </scm> </project>
