Repository: flex-falcon Updated Branches: refs/heads/develop 41b211628 -> 25203eddd
- Adjusted the Maven artifact generation to version 0.5.0 - Added some pom.xml files to the examples (With these it should be possible to build the examples with Maven) Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/25203edd Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/25203edd Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/25203edd Branch: refs/heads/develop Commit: 25203edddd6635836ad40d49080bbd57f2916d05 Parents: 41b2116 Author: Christofer Dutz <[email protected]> Authored: Fri Sep 18 16:18:26 2015 +0200 Committer: Christofer Dutz <[email protected]> Committed: Fri Sep 18 16:18:26 2015 +0200 ---------------------------------------------------------------------- maven.txt | 6 ++++++ maven/falcon-compiler.pom | 4 ++-- maven/falcon-jx-compiler.pom | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/25203edd/maven.txt ---------------------------------------------------------------------- diff --git a/maven.txt b/maven.txt new file mode 100644 index 0000000..d0a79f5 --- /dev/null +++ b/maven.txt @@ -0,0 +1,6 @@ +Instructions to deploying the latest snapshot versions: + +1. run "ant all" to build everyting +2. run "ant -f maven.xml install" to install the libs locally +3. test the new artifacts +4. run "ant -f maven.xml deploy" to deploy the libs to apaches snapshot repo \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/25203edd/maven/falcon-compiler.pom ---------------------------------------------------------------------- diff --git a/maven/falcon-compiler.pom b/maven/falcon-compiler.pom index 1857971..19e91fc 100644 --- a/maven/falcon-compiler.pom +++ b/maven/falcon-compiler.pom @@ -51,12 +51,12 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>antlr</artifactId> - <version>3.5.2</version> + <version>3.3</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>r08</version> </dependency> <dependency> <groupId>net.sourceforge.jburg</groupId> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/25203edd/maven/falcon-jx-compiler.pom ---------------------------------------------------------------------- diff --git a/maven/falcon-jx-compiler.pom b/maven/falcon-jx-compiler.pom index fb408d3..752dbd9 100644 --- a/maven/falcon-jx-compiler.pom +++ b/maven/falcon-jx-compiler.pom @@ -52,12 +52,12 @@ <dependency> <groupId>com.google.javascript</groupId> <artifactId>closure-compiler</artifactId> - <version>v20141023</version> + <version>v20150609</version> </dependency> <dependency> <groupId>org.clojure</groupId> <artifactId>google-closure-library</artifactId> - <version>0.0-20140718-946a7d39</version> + <version>0.0-20150902-b129bb9e</version> </dependency> </dependencies>
