From: stephane m. <ste...@us...> - 2002-09-16 00:42:46
|
stephanemor 02/09/15 17:42:45 Modified: wiki project.xml Log: I added a feature, let's increment the version number, just in case ... Revision Changes Path 1.15 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 16 Sep 2002 00:34:42 -0000 1.14 +++ project.xml 16 Sep 2002 00:42:45 -0000 1.15 @@ -4,7 +4,7 @@ <pomVersion>3</pomVersion> <id>maven-wiki-plugin</id> <name>Wiki Maven Plugin</name> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1</currentVersion> <organization> <name>SourceForge</name> <url>http://www.sourceforge.net/maven-plugins/</url> |