diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-25 15:17:37 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-25 15:17:37 -0800 |
commit | c5af77504b05532946434489fcc2f741e286f9f4 (patch) | |
tree | fc7982788cb0a060bee0ee90a2d06e5c20e650b1 | |
parent | 789efd11e9057ef1de2d2b8879c1ddb6e10a5fab (diff) | |
download | aspectj-c5af77504b05532946434489fcc2f741e286f9f4.tar.gz aspectj-c5af77504b05532946434489fcc2f741e286f9f4.zip |
fix version
-rw-r--r-- | util/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pom.xml b/util/pom.xml index d53319f8f..c66446a32 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.aspectj</groupId> <artifactId>aspectj-parent</artifactId> - <version>${revision}</version> + <version>1.9.3.BUILD-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |