Use Jalopy 1.0b11

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-07-05 08:05:28 +00:00
parent c992ad1c72
commit 17a673fcba
2 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jalopy-plugin</id>
<name>Maven Jalopy Plugin</name>
<currentVersion>1.2</currentVersion>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Reformat java source</shortDescription>
<url>http://maven.apache.org/reference/plugins/jalopy/</url>
@@ -80,12 +80,12 @@
<dependency>
<groupId>jalopy</groupId>
<artifactId>jalopy</artifactId>
<version>1.0b10</version>
<version>1.0b11</version>
</dependency>
<dependency>
<groupId>jalopy</groupId>
<artifactId>jalopy-ant</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>aelfred</groupId>

View File

@@ -24,6 +24,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.3" date="In CVS">
<action dev="dion" type="update">Move to jalopy 1.0b11</action>
</release>
<release version="1.2" date="2004-05-15"></release>
<release version="1.1" date="2003-09-29">
<action dev="evenisse" type="fix">Fixed MAVEN-798. Add Test source formatting.</action>