Browse Source

latest version

tags/V1_9_0_RC3
Andy Clement 6 years ago
parent
commit
ee99996fb7

+ 1
- 1
build/build.xml View File

@@ -840,7 +840,7 @@ ant -propertyfile XXX publishtomaven


<target name="publishtomaven_milestone" depends="maven.init">
<property name="suffix" value="1.9.0.BETA-5"/>
<property name="suffix" value="1.9.0.BETA-6"/>

<property name="build.root" value="/Users/aclement/gits/org.aspectj/aj-build"/>
<property name="adjusted.release.type" value="milestone"/>

+ 1
- 1
build/usedForMavenUpload_milestone/aspectjrt.pom View File

@@ -5,7 +5,7 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<packaging>jar</packaging>
<version>1.9.0.BETA-5</version>
<version>1.9.0.BETA-6</version>
<name>AspectJ runtime</name>
<description>The runtime needed to execute a program using AspectJ</description>
<url>http://www.aspectj.org</url>

+ 1
- 1
build/usedForMavenUpload_milestone/aspectjtools.pom View File

@@ -5,7 +5,7 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<packaging>jar</packaging>
<version>1.9.0.BETA-5</version>
<version>1.9.0.BETA-6</version>
<name>AspectJ tools</name>
<description>Tools from the AspectJ project</description>
<url>http://www.aspectj.org</url>

+ 1
- 1
build/usedForMavenUpload_milestone/aspectjweaver.pom View File

@@ -5,7 +5,7 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<packaging>jar</packaging>
<version>1.9.0.BETA-5</version>
<version>1.9.0.BETA-6</version>
<name>AspectJ weaver</name>
<description>The AspectJ weaver introduces advices to java classes</description>
<url>http://www.aspectj.org</url>

Loading…
Cancel
Save