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:
parent
b23a6710be
commit
63a3c7dcbb
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-jalopy-plugin</id>
|
<id>maven-jalopy-plugin</id>
|
||||||
<name>Maven Jalopy Plugin</name>
|
<name>Maven Jalopy Plugin</name>
|
||||||
<currentVersion>1.4</currentVersion>
|
<currentVersion>1.4.1-SNAPSHOT</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Reformat java source</shortDescription>
|
<shortDescription>Reformat java source</shortDescription>
|
||||||
<url>http://maven.apache.org/maven-1.x/reference/plugins/jalopy/</url>
|
<url>http://maven.apache.org/maven-1.x/reference/plugins/jalopy/</url>
|
||||||
@ -95,11 +95,17 @@
|
|||||||
<groupId>jalopy</groupId>
|
<groupId>jalopy</groupId>
|
||||||
<artifactId>jalopy</artifactId>
|
<artifactId>jalopy</artifactId>
|
||||||
<version>1.5b5</version>
|
<version>1.5b5</version>
|
||||||
|
<properties>
|
||||||
|
<classloader>root</classloader>
|
||||||
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jalopy</groupId>
|
<groupId>jalopy</groupId>
|
||||||
<artifactId>jalopy-ant</artifactId>
|
<artifactId>jalopy-ant</artifactId>
|
||||||
<version>0.1-1.5b5</version>
|
<version>0.1-1.5b5</version>
|
||||||
|
<properties>
|
||||||
|
<classloader>root</classloader>
|
||||||
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>aelfred</groupId>
|
<groupId>aelfred</groupId>
|
||||||
|
|||||||
@ -23,6 +23,9 @@
|
|||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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">
|
<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="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>
|
<action dev="evenisse" type="update" issue="MPJALOPY-8">Update license to Apache 2.0.</action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user