From: Jeff J. <jef...@us...> - 2008-02-10 17:11:57
|
jeffjensen 08/02/10 09:11:51 Modified: javancss/jars ccl.jar javancss.jar javancss/xdocs changes.xml javancss project.xml Log: Upgrade to JavaNCSS version 28.49. Feature 1872688 by Xavier Chatelain. Prep to release 1.3.2. Revision Changes Path 1.3 +1423 -1316maven-plugins/javancss/jars/ccl.jar <<Binary file>> 1.3 +412 -395 maven-plugins/javancss/jars/javancss.jar <<Binary file>> 1.5 +6 -0 maven-plugins/javancss/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 12 May 2007 00:03:46 -0000 1.4 +++ changes.xml 10 Feb 2008 17:11:51 -0000 1.5 @@ -7,6 +7,12 @@ <body> + <release version="1.3.2" date="in CVS"> + <action dev="jeffjensen" type="update" issue="1872688" due-to="Xavier Chatelain"> + Upgrade to JavaNCSS version 28.49. + </action> + </release> + <release version="1.3.1" date="2007-05-11"> <action dev="ltheussl" type="fix" issue="1632826"> Fix pom. Now works with Maven 1.1. 1.20 +16 -2 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 17 May 2007 20:22:38 -0000 1.19 +++ project.xml 10 Feb 2008 17:11:51 -0000 1.20 @@ -9,7 +9,7 @@ <artifactId>maven-javancss-plugin</artifactId> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3.1</currentVersion> + <currentVersion>1.3.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -25,6 +25,11 @@ <versions> <version> + <id>1.3.2</id> + <name>1.3.2</name> + <tag>MAVEN_JAVANCSS_1_3_2</tag> + </version> + <version> <id>1.3.1</id> <name>1.3.1</name> <tag>MAVEN_JAVANCSS_1_3_1</tag> @@ -65,6 +70,16 @@ <role>independent Java specialist</role> </roles> </developer> + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jj...@ap...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers> <dependencies> @@ -116,4 +131,3 @@ </build> </project> - |