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/06/18 19:05:46 UTC

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

Author: andygumbrecht
Date: Wed Jun 18 17:05:45 2014
New Revision: 1603529

URL: http://svn.apache.org/r1603529
Log:
Fix scm
Ignores

Modified:
    tomee/deps/trunk/quartz-openejb-shade/   (props changed)
    tomee/deps/trunk/quartz-openejb-shade/pom.xml

Propchange: tomee/deps/trunk/quartz-openejb-shade/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jun 18 17:05:45 2014
@@ -0,0 +1,2 @@
+*.iml
+.idea

Modified: tomee/deps/trunk/quartz-openejb-shade/pom.xml
URL: http://svn.apache.org/viewvc/tomee/deps/trunk/quartz-openejb-shade/pom.xml?rev=1603529&r1=1603528&r2=1603529&view=diff
==============================================================================
--- tomee/deps/trunk/quartz-openejb-shade/pom.xml (original)
+++ tomee/deps/trunk/quartz-openejb-shade/pom.xml Wed Jun 18 17:05:45 2014
@@ -16,7 +16,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
@@ -30,9 +31,10 @@
   <name>OpenEJB :: Dependencies :: Quartz Shade</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/tomee/deps/tags/quartz-openejb-shade-2.2.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomee/deps/tags/quartz-openejb-shade-2.2.1</developerConnection>
-    <url>http://svn.apache.org/viewvc/tomee/deps/tags/quartz-openejb-shade-2.2.1</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/tomee/deps/trunk/quartz-openejb-shade</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomee/deps/trunk/quartz-openejb-shade
+    </developerConnection>
+    <url>http://svn.apache.org/viewvc/tomee/deps/trunk/quartz-openejb-shade/</url>
   </scm>
 
   <properties>
@@ -96,6 +98,8 @@
             </goals>
             <configuration>
               <createSourcesJar>true</createSourcesJar>
+              <useBaseVersion>true</useBaseVersion>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
               <relocations>
                 <relocation>
                   <pattern>org.quartz</pattern>