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 /docs | |
parent | 199aaba33af3874bc5b27a7af2ac60a2dadbeab2 (diff) | |
download | aspectj-1_9_6.tar.gz aspectj-1_9_6.zip |
AspectJ 1.9.6 final bitsV1_9_6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-196.html | 2 | ||||
-rw-r--r-- | docs/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/doc/README-196.html b/docs/dist/doc/README-196.html index 6d47a926c..e85348867 100644 --- a/docs/dist/doc/README-196.html +++ b/docs/dist/doc/README-196.html @@ -63,7 +63,7 @@ execution(String Person.firstName()) A </code></pre> -<p>Available: 1.9.6 available 22-Apr-2020</p> +<p>Available: 1.9.6 available 22-Jul-2020</p> <br><br> diff --git a/docs/pom.xml b/docs/pom.xml index ce5aad9a6..5dad05d70 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>1.9.6.BUILD-SNAPSHOT</version> + <version>1.9.6</version> <relativePath>..</relativePath> </parent> |