You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/10/24 11:56:48 UTC

svn commit: r1766391 - in /qpid/java/trunk: doc/java-broker/pom.xml doc/java-perftests/pom.xml doc/jms-client-0-10/pom.xml doc/jms-client-0-8/pom.xml pom.xml tck/pom.xml

Author: orudyy
Date: Mon Oct 24 11:56:48 2016
New Revision: 1766391

URL: http://svn.apache.org/viewvc?rev=1766391&view=rev
Log:
[maven-release-plugin] prepare branch 6.1.x

Modified:
    qpid/java/trunk/doc/java-broker/pom.xml
    qpid/java/trunk/doc/java-perftests/pom.xml
    qpid/java/trunk/doc/jms-client-0-10/pom.xml
    qpid/java/trunk/doc/jms-client-0-8/pom.xml
    qpid/java/trunk/pom.xml
    qpid/java/trunk/tck/pom.xml

Modified: qpid/java/trunk/doc/java-broker/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/pom.xml?rev=1766391&r1=1766390&r2=1766391&view=diff
==============================================================================
--- qpid/java/trunk/doc/java-broker/pom.xml (original)
+++ qpid/java/trunk/doc/java-broker/pom.xml Mon Oct 24 11:56:48 2016
@@ -53,7 +53,7 @@
                         <configuration>
                             <includes>AMQP-Messaging-Broker-Java-Book.xml</includes>
                             <postProcess>
-                                <copy file="${docbook.target}/AMQP-Messaging-Broker-Java-Book.html" tofile="${docbook.target}/index.html"/>
+                                <copy file="${docbook.target}/AMQP-Messaging-Broker-Java-Book.html" tofile="${docbook.target}/index.html" />
                             </postProcess>
                         </configuration>
                     </plugin>

Modified: qpid/java/trunk/doc/java-perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-perftests/pom.xml?rev=1766391&r1=1766390&r2=1766391&view=diff
==============================================================================
--- qpid/java/trunk/doc/java-perftests/pom.xml (original)
+++ qpid/java/trunk/doc/java-perftests/pom.xml Mon Oct 24 11:56:48 2016
@@ -55,7 +55,7 @@
                         <configuration>
                             <includes>JMS-Performance-Test-Framework.xml</includes>
                             <postProcess>
-                                <copy file="${docbook.target}/JMS-Performance-Test-Framework.html" tofile="${docbook.target}/index.html"/>
+                                <copy file="${docbook.target}/JMS-Performance-Test-Framework.html" tofile="${docbook.target}/index.html" />
                             </postProcess>
                         </configuration>
                     </plugin>

Modified: qpid/java/trunk/doc/jms-client-0-10/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-10/pom.xml?rev=1766391&r1=1766390&r2=1766391&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-10/pom.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-10/pom.xml Mon Oct 24 11:56:48 2016
@@ -54,7 +54,7 @@
                         <configuration>
                             <includes>JMS-Client-0-10-Book.xml</includes>
                             <postProcess>
-                                <copy file="${docbook.target}/JMS-Client-0-10-Book.html" tofile="${docbook.target}/index.html"/>
+                                <copy file="${docbook.target}/JMS-Client-0-10-Book.html" tofile="${docbook.target}/index.html" />
                             </postProcess>
                         </configuration>
                     </plugin>

Modified: qpid/java/trunk/doc/jms-client-0-8/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-8/pom.xml?rev=1766391&r1=1766390&r2=1766391&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-8/pom.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-8/pom.xml Mon Oct 24 11:56:48 2016
@@ -54,7 +54,7 @@
                         <configuration>
                             <includes>JMS-Client-Book.xml</includes>
                             <postProcess>
-                                <copy file="${docbook.target}/JMS-Client-Book.html" tofile="${docbook.target}/index.html"/>
+                                <copy file="${docbook.target}/JMS-Client-Book.html" tofile="${docbook.target}/index.html" />
                             </postProcess>
                         </configuration>
                     </plugin>

Modified: qpid/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/pom.xml?rev=1766391&r1=1766390&r2=1766391&view=diff
==============================================================================
--- qpid/java/trunk/pom.xml (original)
+++ qpid/java/trunk/pom.xml Mon Oct 24 11:56:48 2016
@@ -62,9 +62,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/java/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/java/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/qpid/java/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/qpid/java/branches/6.1.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/qpid/java/branches/6.1.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/qpid/java/branches/6.1.x</url>
   </scm>
 
   <distributionManagement>

Modified: qpid/java/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/tck/pom.xml?rev=1766391&r1=1766390&r2=1766391&view=diff
==============================================================================
--- qpid/java/trunk/tck/pom.xml (original)
+++ qpid/java/trunk/tck/pom.xml Mon Oct 24 11:56:48 2016
@@ -215,8 +215,8 @@
                                 <phase>integration-test</phase>
                                 <configuration>
                                     <tasks>
-                                        <delete dir="${tck.work.directory}"/>
-                                        <mkdir dir="${tck.work.directory}"/>
+                                        <delete dir="${tck.work.directory}" />
+                                        <mkdir dir="${tck.work.directory}" />
                                     </tasks>
                                 </configuration>
                                 <goals>
@@ -254,7 +254,7 @@
                                     <executable>java</executable>
                                     <arguments>
                                         <argument>-classpath</argument>
-                                        <classpath/>
+                                        <classpath />
                                         <argument>-Dcts.harness.debug=false</argument>
                                         <argument>-Dcts.jtroutput=true</argument>
                                         <argument>-Dbuild.level=1</argument>
@@ -298,7 +298,7 @@
                 <java.naming.factory.initial>org.apache.qpid.jms.jndi.JmsInitialContextFactory</java.naming.factory.initial>
                 <java.naming.provider.url>${project.build.testOutputDirectory}/qpid-jms-client/jndi.properties</java.naming.provider.url>
                 <tck.ts.jtx>${project.build.testOutputDirectory}/qpid-jms-client/ts.jtx</tck.ts.jtx>
-                <tck.test.options></tck.test.options>
+                <tck.test.options />
             </properties>
             <build>
                 <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org