You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/03/24 02:21:26 UTC

git commit: [flex-falcon] [refs/heads/maven] - Testing a fixed version of antlr maven plugin 2.2

Repository: flex-falcon
Updated Branches:
  refs/heads/maven 8b718a776 -> fb8462aea (forced update)


Testing a fixed version of antlr maven plugin 2.2


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/fb8462ae
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fb8462ae
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/fb8462ae

Branch: refs/heads/maven
Commit: fb8462aea9e7e873e3717c0db5fcf6204d755243
Parents: 5564652
Author: Jose Barragan <jo...@apache.org>
Authored: Sun Mar 23 14:08:56 2014 +0100
Committer: Jose Barragan <jo...@apache.org>
Committed: Mon Mar 24 02:21:04 2014 +0100

----------------------------------------------------------------------
 compiler/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fb8462ae/compiler/pom.xml
----------------------------------------------------------------------
diff --git a/compiler/pom.xml b/compiler/pom.xml
index b30c601..d784fc8 100644
--- a/compiler/pom.xml
+++ b/compiler/pom.xml
@@ -87,7 +87,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>antlr-maven-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.2.1</version>
                 <configuration>
                     <sourceDirectory>${project.build.sourceDirectory}/org/apache/flex/compiler/internal/parsing/as</sourceDirectory>
                     <outputDirectory>${project.build.directory}/generated/src</outputDirectory>