Prepare for 1.0 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-02-20 16:50:42 +00:00
parent e1615ad887
commit da069fddf9
4 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
The Maven team is pleased to announce the AspectWerkz plugin 1.0 release!
http://maven.apache.org/reference/plugins/aspectwerkz
The Maven AspectWerkz plugin is a plugin containing goals useful for
persons wishing to build AspectWerkz projects.
Features in this version includes:
o Based on AspectWerkz 0.9
o Support for offline attribdef mode (a.k.a. self-defined aspect or model-2)
Note that this plugin has been tested with Maven 1.0 RC1 and Maven 1.0 RC2.
Using it with another version of Maven is at your own risks! :-)
You can download the Maven AspectWerkz plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-aspectwerkz-plugin-1.0.jar
Have fun!
-Vincent

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-aspectwerkz-plugin</id>
<name>Maven AspectWerkz Plug-in</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<currentVersion>1.0</currentVersion>
<description>Plugin for AspectWerkz</description>
<shortDescription>AspectWerkz plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectwerkz/</url>
@@ -19,7 +19,7 @@
<version>
<id>1.0</id>
<name>1.0</name>
<tag>HEAD</tag>
<tag>MAVEN_ASPECTWERKZ_1_0</tag>
</version>
</versions>
<developers>

View File

@@ -7,7 +7,7 @@
<body>
<release version="1.0" date="in CVS">
<release version="1.0" date="2004-02-20">
<action dev="vmassol" type="add">
Plugin creation.
</action>

View File

@@ -12,5 +12,8 @@
<item name="Goals" href="/goals.html"/>
<item name="Properties" href="/properties.html"/>
</menu>
<menu name="Downloads">
<item name="AspectWerkz plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-aspectwerkz-plugin-1.0.jar"/>
</menu>
</body>
</project>