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

svn commit: r1596519 - /tomee/deps/trunk/quartz-openejb-shade/pom.xml

Author: andygumbrecht
Date: Wed May 21 09:26:26 2014
New Revision: 1596519

URL: http://svn.apache.org/r1596519
Log:
Latest versions

Modified:
    tomee/deps/trunk/quartz-openejb-shade/pom.xml

Modified: tomee/deps/trunk/quartz-openejb-shade/pom.xml
URL: http://svn.apache.org/viewvc/tomee/deps/trunk/quartz-openejb-shade/pom.xml?rev=1596519&r1=1596518&r2=1596519&view=diff
==============================================================================
--- tomee/deps/trunk/quartz-openejb-shade/pom.xml (original)
+++ tomee/deps/trunk/quartz-openejb-shade/pom.xml Wed May 21 09:26:26 2014
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>13</version>
+    <version>14</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.openejb.shade</groupId>
   <artifactId>quartz-openejb-shade</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>OpenEJB :: Dependencies :: Quartz Shade</name>
 
   <scm>
@@ -38,7 +38,7 @@
   </scm>
 
   <properties>
-    <quartz.version>2.2.0</quartz.version>
+    <quartz.version>2.2.1</quartz.version>
   </properties>
 
   <dependencies>
@@ -89,7 +89,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <executions>
           <execution>
             <phase>package</phase>