You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2014/11/11 15:26:02 UTC

[2/4] marmotta git commit: MARMOTTA-510: Updated CORS library to 2.2.1, L&N checked, no changes required.

MARMOTTA-510: Updated CORS library to 2.2.1, L&N checked, no changes required.


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

Branch: refs/heads/develop
Commit: e12a8ccf477dec4bc028ebb3344173832c29e5c3
Parents: 284807f
Author: Jakob Frank <ja...@apache.org>
Authored: Tue Nov 11 10:58:15 2014 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Tue Nov 11 15:13:22 2014 +0100

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml                 | 2 +-
 parent/pom.xml                                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/e12a8ccf/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
index c0899d3..530ebe6 100644
--- a/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
+++ b/build/archetypes/marmotta-archetype-webapp/src/main/resources/archetype-resources/pom.xml
@@ -548,7 +548,7 @@
         <dependency>
             <groupId>com.thetransactioncompany</groupId>
             <artifactId>cors-filter</artifactId>
-            <version>1.9</version>
+            <version>2.2.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/e12a8ccf/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c70c7f2..7d27545 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1701,7 +1701,7 @@
             <dependency>
                 <groupId>com.thetransactioncompany</groupId>
                 <artifactId>cors-filter</artifactId>
-                <version>2.1.1</version>
+                <version>2.2.1</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.servlet</groupId>