You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2015/12/03 04:37:17 UTC

incubator-eagle git commit: [EAGLE-70] Fix Goovy into Groovy in pom

Repository: incubator-eagle
Updated Branches:
  refs/heads/master 3ee73e8d5 -> 9ffec2423


[EAGLE-70] Fix Goovy into Groovy in pom

Closes #13 from gchen:patch-1


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/9ffec242
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/9ffec242
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/9ffec242

Branch: refs/heads/master
Commit: 9ffec2423e4131add3ce6b56969fc3ed9a16cf7b
Parents: 3ee73e8
Author: Hao Chen <ha...@apache.org>
Authored: Thu Dec 3 11:34:38 2015 +0800
Committer: Hao Chen <ha...@apache.org>
Committed: Thu Dec 3 11:34:38 2015 +0800

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/9ffec242/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 00b7466..f9c1007 100755
--- a/pom.xml
+++ b/pom.xml
@@ -208,7 +208,7 @@
         <tomcat.version>7.0.42</tomcat.version>
         <protobuf-java.version>2.6.1</protobuf-java.version>
         <antlr4.version>4.5</antlr4.version>
-        <goovy.version>2.3.4</goovy.version>
+        <groovy.version>2.3.4</groovy.version>
         <parsii.version>1.3</parsii.version>
 
         <!-- JDBC -->
@@ -526,7 +526,7 @@
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
-                <version>${goovy.version}</version>
+                <version>${groovy.version}</version>
             </dependency>
             <dependency>
                 <groupId>com.scireum</groupId>
@@ -910,4 +910,4 @@
             <url>http://scala-tools.org/repo-releases</url>
         </pluginRepository>
     </pluginRepositories>
-</project>
\ No newline at end of file
+</project>