You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2015/08/31 18:22:13 UTC

camel git commit: Upgrade Stringtemplate and related bundle to version 4.0.8 and changed artifactId from stringtemplate to ST4

Repository: camel
Updated Branches:
  refs/heads/master 57bf1a7e8 -> e1289b864


Upgrade Stringtemplate and related bundle to version 4.0.8 and changed artifactId from stringtemplate to ST4


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

Branch: refs/heads/master
Commit: e1289b86425077eb762af8d68255d4ee40d03c21
Parents: 57bf1a7
Author: Andrea Cosentino <an...@gmail.com>
Authored: Mon Aug 31 18:18:25 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Mon Aug 31 18:18:25 2015 +0200

----------------------------------------------------------------------
 components/camel-stringtemplate/pom.xml | 2 +-
 parent/pom.xml                          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e1289b86/components/camel-stringtemplate/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-stringtemplate/pom.xml b/components/camel-stringtemplate/pom.xml
index 5f0cabe..6fb1853 100644
--- a/components/camel-stringtemplate/pom.xml
+++ b/components/camel-stringtemplate/pom.xml
@@ -43,7 +43,7 @@
     </dependency>
     <dependency>
       <groupId>org.antlr</groupId>
-      <artifactId>stringtemplate</artifactId>
+      <artifactId>ST4</artifactId>
       <version>${stringtemplate-version}</version>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/e1289b86/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 433a86e..f230cdd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -482,8 +482,8 @@
     <swagger-bundle-version>1.3.12_1</swagger-bundle-version>
     <stax-api-version>1.0.1</stax-api-version>
     <stax2-api-bundle-version>3.1.4</stax2-api-bundle-version>
-    <stringtemplate-bundle-version>4.0.2_2</stringtemplate-bundle-version>
-    <stringtemplate-version>4.0.2</stringtemplate-version>
+    <stringtemplate-bundle-version>4.0.8_1</stringtemplate-bundle-version>
+    <stringtemplate-version>4.0.8</stringtemplate-version>
     <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>
     <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>
     <tagsoup-version>1.2.1</tagsoup-version>