Changeset 2500
- Timestamp:
- 07/31/2008 05:46:20 PM (5 months ago)
- Files:
-
- 1 modified
-
maven-queryj-plugin/trunk/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
maven-queryj-plugin/trunk/pom.xml
r2499 r2500 32 32 <groupId>ant</groupId> 33 33 <artifactId>ant</artifactId> 34 <version>1.6. 1</version>34 <version>1.6.5</version> 35 35 </dependency> 36 36 <dependency> … … 57 57 <dependency> 58 58 <groupId>antlr</groupId> 59 <artifactId>antlr- 2</artifactId>60 <version> 2.7.7</version>59 <artifactId>antlr-3</artifactId> 60 <version>3.0b6</version> 61 61 </dependency> 62 62 <dependency> 63 63 <groupId>antlr</groupId> 64 <artifactId>antlr -3</artifactId>65 <version> 3.0b6</version>64 <artifactId>antlr</artifactId> 65 <version>2.7.7</version> 66 66 </dependency> 67 67 <dependency> … … 77 77 <dependency> 78 78 <groupId>antlr</groupId> 79 <artifactId>stringtemplate </artifactId>79 <artifactId>stringtemplate-3</artifactId> 80 80 <version>3.0</version> 81 81 </dependency>
