[hibernate-commits] Hibernate SVN: r14206 - core/trunk/core.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Nov 28 12:37:22 EST 2007


Author: steve.ebersole at jboss.com
Date: 2007-11-28 12:37:22 -0500 (Wed, 28 Nov 2007)
New Revision: 14206

Modified:
   core/trunk/core/pom.xml
Log:
update antlr plugin version based on their latest SVN

Modified: core/trunk/core/pom.xml
===================================================================
--- core/trunk/core/pom.xml	2007-11-27 18:44:02 UTC (rev 14205)
+++ core/trunk/core/pom.xml	2007-11-28 17:37:22 UTC (rev 14206)
@@ -22,7 +22,7 @@
         <dependency>
             <groupId>antlr</groupId>
             <artifactId>antlr</artifactId>
-            <version>${antlr.version}</version>
+            <version>${antlrVersion}</version>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>
@@ -85,12 +85,12 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>antlr-maven-plugin</artifactId>
-                <version>2.0-SNAPSHOT</version>
+                <version>${antlrPluginVersion}</version>
                 <dependencies>
                     <dependency>
                         <groupId>antlr</groupId>
                         <artifactId>antlr</artifactId>
-                        <version>${antlr.version}</version>
+                        <version>${antlrVersion}</version>
                     </dependency>
                 </dependencies>
                 <configuration>
@@ -112,7 +112,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>antlr-maven-plugin</artifactId>
-                <version>2.0-SNAPSHOT</version>
+                <version>${antlrPluginVersion}</version>
                 <configuration>
                     <!-- eventually should be based on the second phase grammar -->
                     <grammars>hql.g</grammars>
@@ -150,7 +150,8 @@
     </reporting>
 
     <properties>
-        <antlr.version>2.7.6</antlr.version>
+        <antlrVersion>2.7.6</antlrVersion>
+        <antlrPluginVersion>2.0.0-SNAPSHOT</antlrPluginVersion>
     </properties>
 
 </project>




More information about the hibernate-commits mailing list