Author: carlos Date: Tue Aug 9 13:44:52 2005 New Revision: 231107 URL: http://svn.apache.org/viewcvs?rev=231107&view=rev Log: [maven-scm-plugin] prepare release 1.7
Modified: maven/maven-1/plugins/trunk/test/project.xml maven/maven-1/plugins/trunk/test/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/test/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/project.xml?rev=231107&r1=231106&r2=231107&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/test/project.xml (original) +++ maven/maven-1/plugins/trunk/test/project.xml Tue Aug 9 13:44:52 2005 @@ -17,13 +17,12 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> <id>maven-test-plugin</id> <name>Maven Test Plug-in</name> - <currentVersion>1.7-SNAPSHOT</currentVersion> + <currentVersion>1.7</currentVersion> <description>Run JUnit tests.</description> <shortDescription>Run JUnit tests</shortDescription> <url>http://maven.apache.org/reference/plugins/test/</url> @@ -54,6 +53,11 @@ <id>1.6.2</id> <name>1.6.2</name> <tag>MAVEN_TEST_1_6_2</tag> + </version> + <version> + <id>1.7</id> + <name>1.7</name> + <tag>MAVEN_TEST_1_7</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/test/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/xdocs/changes.xml?rev=231107&r1=231106&r2=231107&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/test/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/test/xdocs/changes.xml Tue Aug 9 13:44:52 2005 @@ -17,14 +17,13 @@ * limitations under the License. */ --> - <document> <properties> <title>Changes</title> <author email="[EMAIL PROTECTED]">dIon Gillard</author> </properties> <body> - <release version="1.7-SNAPSHOT" date="in CVS"> + <release version="1.7" date="2005-08-09"> <action dev="carlos" type="add">Added maven.junit.forkmode property</action> <action dev="carlos" type="update">Allow multiple patterns in testmatchpattern and testnotmatchpattern</action> <action dev="carlos" type="add">Added testnotmatchpattern that can be used in test:match</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]