[maven-scm-plugin] prepare release 1.7.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 09:08:16 +00:00
parent 9580be77bf
commit b44df24cc4
2 changed files with 67 additions and 61 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
@ -22,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-ejb-plugin</id>
<name>Maven EJB Plugin</name>
<currentVersion>1.7.3-SNAPSHOT</currentVersion>
<currentVersion>1.7.3</currentVersion>
<description>EJB Plugin for Maven</description>
<shortDescription>EJB Plugin for Maven</shortDescription>
<versions>
@ -61,6 +62,11 @@
<name>1.7.2</name>
<tag>MAVEN_EJB_1_7_2</tag>
</version>
<version>
<id>1.7.3</id>
<name>1.7.3</name>
<tag>MAVEN_EJB_1_7_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.7.3-SNAPSHOT" date="In SVN">
<release version="1.7.3" date="2007-05-07">
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>
</release>
<release version="1.7.2" date="2006-03-05">