From: Jeff J. <jef...@us...> - 2007-05-12 00:05:36
|
jeffjensen 07/05/11 17:05:35 Modified: javancss project.xml Log: Add <versions> section. Revision Changes Path 1.17 +15 -0 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 11 May 2007 22:58:27 -0000 1.16 +++ project.xml 12 May 2007 00:05:34 -0000 1.17 @@ -22,6 +22,21 @@ </repository> <versions> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>MAVEN_JAVANCSS_1_3_1</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>javancss-1-3-0</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>RELEASE_JAVANCSS_1_2_0</tag> + </version> </versions> <branches> |