diff options
author | Andy Clement <aclement@pivotal.io> | 2020-07-22 12:34:07 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-07-22 12:34:07 -0700 |
commit | 3d7bc042885bb01697fbd5004fe36cf6c274cfea (patch) | |
tree | 4abc319e37a631fd57bc56decce9ab5233cdf470 /pom.xml | |
parent | 199aaba33af3874bc5b27a7af2ac60a2dadbeab2 (diff) | |
download | aspectj-3d7bc042885bb01697fbd5004fe36cf6c274cfea.tar.gz aspectj-3d7bc042885bb01697fbd5004fe36cf6c274cfea.zip |
AspectJ 1.9.6 final bitsV1_9_6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,14 +5,14 @@ <modelVersion>4.0.0</modelVersion> <properties> - <revision>1.9.6.BUILD-SNAPSHOT</revision> + <revision>1.9.6</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> <packaging>pom</packaging> - <version>1.9.6.BUILD-SNAPSHOT</version> + <version>1.9.6</version> <name>AspectJ Parent Project</name> <modules> |