Author: brett Date: Sat Jan 22 03:37:01 2005 New Revision: 126034 URL: http://svn.apache.org/viewcvs?view=rev&rev=126034 Log: bump version Modified: maven/maven-1/plugins/trunk/changelog/project.xml maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/changelog/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.xml?view=diff&rev=126034&p1=maven/maven-1/plugins/trunk/changelog/project.xml&r1=126033&p2=maven/maven-1/plugins/trunk/changelog/project.xml&r2=126034 ============================================================================== --- maven/maven-1/plugins/trunk/changelog/project.xml (original) +++ maven/maven-1/plugins/trunk/changelog/project.xml Sat Jan 22 03:37:01 2005 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-changelog-plugin</id> <name>Maven Changelog Plugin</name> - <currentVersion>1.7.2</currentVersion> + <currentVersion>1.8-SNAPSHOT</currentVersion> <shortDescription>Produce SCM changelog reports.</shortDescription> <url>http://maven.apache.org/reference/plugins/changelog/</url> <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl> @@ -134,7 +134,7 @@ <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly-tags-jsl</artifactId> - <version>20030211.143151</version> + <version>1.0</version> </dependency> <dependency> <groupId>commons-jelly</groupId> @@ -162,12 +162,17 @@ <artifactId>regexp</artifactId> <version>1.3</version> </dependency> - <!-- Required because of the Developer class --> - + <!-- Required because of the EnhancedStringTokenizer class --> <dependency> <groupId>maven</groupId> <artifactId>maven</artifactId> <version>1.0</version> + </dependency> + <!-- Required because of the Developer class --> + <dependency> + <groupId>maven</groupId> + <artifactId>maven-model</artifactId> + <version>1.1-SNAPSHOT</version> </dependency> <!-- Required to build under for JDK 1.3 because we fork junit --> Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?view=diff&rev=126034&p1=maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml&r1=126033&p2=maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml&r2=126034 ============================================================================== --- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Sat Jan 22 03:37:01 2005 @@ -25,6 +25,8 @@ <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> </properties> <body> + <release version="1.8-SNAPSHOT" date="in SVN"> + </release> <release version="1.7.2" date="2005-01-08"> <action dev="brett" type="fix" issue="MPCHANGES-29" due-to="Matthew Daniel">Fix subversion revision passing on Windows</action> <action dev="felipeal" type="fix" issue="MPCHANGELOG-48" due-to="Erwin van der Koogh">Handles new CVS date format (introduced by cvs 1.12).</action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
