You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/06/11 13:23:08 UTC

svn commit: r546096 - in /incubator/qpid/branches/M2/java: client/example/pom.xml client/pom.xml pom.xml

Author: rupertlssmith
Date: Mon Jun 11 04:23:08 2007
New Revision: 546096

URL: http://svn.apache.org/viewvc?view=rev&rev=546096
Log:
Set up top dir location and path to parent pom. Needed in preparation for deploy and release plugins.

Modified:
    incubator/qpid/branches/M2/java/client/example/pom.xml
    incubator/qpid/branches/M2/java/client/pom.xml
    incubator/qpid/branches/M2/java/pom.xml

Modified: incubator/qpid/branches/M2/java/client/example/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/client/example/pom.xml?view=diff&rev=546096&r1=546095&r2=546096
==============================================================================
--- incubator/qpid/branches/M2/java/client/example/pom.xml (original)
+++ incubator/qpid/branches/M2/java/client/example/pom.xml Mon Jun 11 04:23:08 2007
@@ -34,7 +34,7 @@
     </parent>
 
     <properties>
-        <topDirectoryLocation>..</topDirectoryLocation>
+        <topDirectoryLocation>../..</topDirectoryLocation>
         <amqj.logging.level>warn</amqj.logging.level>
     </properties>
 

Modified: incubator/qpid/branches/M2/java/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/client/pom.xml?view=diff&rev=546096&r1=546095&r2=546096
==============================================================================
--- incubator/qpid/branches/M2/java/client/pom.xml (original)
+++ incubator/qpid/branches/M2/java/client/pom.xml Mon Jun 11 04:23:08 2007
@@ -31,6 +31,7 @@
         <groupId>org.apache.qpid</groupId>
         <artifactId>qpid</artifactId>
         <version>1.0-incubating-M2-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <properties>

Modified: incubator/qpid/branches/M2/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/pom.xml?view=diff&rev=546096&r1=546095&r2=546096
==============================================================================
--- incubator/qpid/branches/M2/java/pom.xml (original)
+++ incubator/qpid/branches/M2/java/pom.xml Mon Jun 11 04:23:08 2007
@@ -41,11 +41,22 @@
     </prerequisites>
 
     <distributionManagement>
+
         <snapshotRepository>
             <id>apache.snapshots</id>
             <name>Apache SNAPSHOT Repository</name>
             <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
+
+        <!--
+        <snapshotRepository>
+            <uniqueVersion>true</uniqueVersion>
+            <id>snapshot-repo</id>
+            <name>Local Snapshot Repository</name>
+            <url>file://${basedir}/${topDirectoryLocation}/snapshots</url>
+            <layout>default</layout>
+        </snapshotRepository>
+        -->
 
         <!-- Qpid has a Wiki site, maven generated site not used. This is just so that it can be created locally for viewing the reports. -->
         <site>