Begin to work on jalopy plugin 1.4.1

MPJALOPY-9 : Jalopy classes aren't found by ant.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@376122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-02-08 23:45:11 +00:00
parent b23a6710be
commit 63a3c7dcbb
2 changed files with 10 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jalopy-plugin</id>
<name>Maven Jalopy Plugin</name>
<currentVersion>1.4</currentVersion>
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Reformat java source</shortDescription>
<url>http://maven.apache.org/maven-1.x/reference/plugins/jalopy/</url>
@ -95,11 +95,17 @@
<groupId>jalopy</groupId>
<artifactId>jalopy</artifactId>
<version>1.5b5</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>jalopy</groupId>
<artifactId>jalopy-ant</artifactId>
<version>0.1-1.5b5</version>
<properties>
<classloader>root</classloader>
</properties>
</dependency>
<dependency>
<groupId>aelfred</groupId>

View File

@ -23,6 +23,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix" issue="MPJALOPY-9">Jalopy classes aren't found.</action>
</release>
<release version="1.4" date="2006-01-15">
<action dev="carlos" type="update">Update to jalopy 1.5b5 adding support for java 5.</action>
<action dev="evenisse" type="update" issue="MPJALOPY-8">Update license to Apache 2.0.</action>