aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 06e84edd3..56ffa2ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,17 +4,20 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <properties>
- <revision>1.9.7.BUILD-SNAPSHOT</revision>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
<packaging>pom</packaging>
<version>1.9.7.BUILD-SNAPSHOT</version>
<name>AspectJ Parent Project</name>
+ <properties>
+ <revision>1.9.7.BUILD-SNAPSHOT</revision>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <lib.ant.version>1.6.3</lib.ant.version>
+ <lib.ant.xerces.version>2.6.2</lib.ant.xerces.version>
+ <lib.regexp.version>1.2</lib.regexp.version>
+ </properties>
+
<modules>
<module>util</module>
<module>bridge</module>