You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/01/31 17:53:41 UTC

[1/16] git commit: ISIS-319: updates to core pom.xml

ISIS-319: updates to core pom.xml

... for release; moving to org.apache:apache:13 and also
bumping up the version of some of our dependencies


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

Branch: refs/heads/master
Commit: fcbf5ca04da3b31106c9d5b91c11f37de4e05128
Parents: ed19fe9
Author: Dan Haywood <da...@apache.org>
Authored: Sun Jan 27 16:17:56 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Sun Jan 27 16:17:56 2013 +0000

----------------------------------------------------------------------
 core/pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/fcbf5ca0/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 9817d88..7b42c47 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>12</version>
+        <version>13</version>
         <relativePath />
     </parent>
 
@@ -1139,7 +1139,7 @@ ${license.additional-notes}
             <dependency>
                 <groupId>org.objenesis</groupId>
                 <artifactId>objenesis</artifactId>
-                <version>1.2</version>
+                <version>1.3</version>
             </dependency>
             <dependency>
                 <groupId>cglib</groupId>
@@ -1172,12 +1172,12 @@ ${license.additional-notes}
             <dependency>
                 <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
-                <version>1.4.3</version>
+                <version>1.4.4</version>
             </dependency>
             <dependency>
                 <groupId>org.codehaus.jettison</groupId>
                 <artifactId>jettison</artifactId>
-                <version>1.3.2</version>
+                <version>1.3.3</version>
             </dependency>
 
 
@@ -1217,7 +1217,7 @@ ${license.additional-notes}
             <dependency>
                 <groupId>org.jboss.resteasy</groupId>
                 <artifactId>resteasy-jaxrs</artifactId>
-                <version>2.3.1.GA</version>
+                <version>2.3.5.Final</version>
                 <exclusions>
                     <!-- instead use org.apache.geronimo.specs:geronimo-servlet_2.5_spec -->
                     <exclusion>