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 2017/11/03 16:57:16 UTC

qpid-broker-j git commit: [maven-release-plugin] prepare branch 7.0.x

Repository: qpid-broker-j
Updated Branches:
  refs/heads/7.0.x [created] 723d7d4c7


[maven-release-plugin] prepare branch 7.0.x


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/723d7d4c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/723d7d4c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/723d7d4c

Branch: refs/heads/7.0.x
Commit: 723d7d4c7f7cd3b388cb3e1e677ac959c4371e17
Parents: e2ae887
Author: Alex Rudyy <or...@apache.org>
Authored: Fri Nov 3 16:52:21 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Fri Nov 3 16:52:21 2017 +0000

----------------------------------------------------------------------
 broker-plugins/amqp-1-0-bdb-store/pom.xml    |  4 +---
 broker-plugins/amqp-1-0-jdbc-store/pom.xml   |  4 +---
 perftests/pom.xml                            |  4 ++--
 pom.xml                                      |  1 +
 systests/end-to-end-conversion-tests/pom.xml | 24 +++++++++++------------
 systests/protocol-tests-amqp-1-0/pom.xml     |  4 +---
 systests/qpid-systests-jms_2.0/pom.xml       |  3 +--
 systests/systests-utils/pom.xml              |  4 +---
 8 files changed, 19 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/broker-plugins/amqp-1-0-bdb-store/pom.xml
----------------------------------------------------------------------
diff --git a/broker-plugins/amqp-1-0-bdb-store/pom.xml b/broker-plugins/amqp-1-0-bdb-store/pom.xml
index b3fc2a4..6ab9af4 100644
--- a/broker-plugins/amqp-1-0-bdb-store/pom.xml
+++ b/broker-plugins/amqp-1-0-bdb-store/pom.xml
@@ -18,9 +18,7 @@
   ~  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">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/broker-plugins/amqp-1-0-jdbc-store/pom.xml
----------------------------------------------------------------------
diff --git a/broker-plugins/amqp-1-0-jdbc-store/pom.xml b/broker-plugins/amqp-1-0-jdbc-store/pom.xml
index 9e8c3dc..5d9dd94 100644
--- a/broker-plugins/amqp-1-0-jdbc-store/pom.xml
+++ b/broker-plugins/amqp-1-0-jdbc-store/pom.xml
@@ -19,9 +19,7 @@
   ~
   -->
 
-<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">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/perftests/pom.xml
----------------------------------------------------------------------
diff --git a/perftests/pom.xml b/perftests/pom.xml
index b1a5232..356e61c 100644
--- a/perftests/pom.xml
+++ b/perftests/pom.xml
@@ -334,8 +334,8 @@
       <properties>
         <java.naming.factory.initial>org.apache.qpid.jms.jndi.JmsInitialContextFactory</java.naming.factory.initial>
         <java.naming.provider.url>${project.build.directory}/test-classes/qpid-jms-client/jndi.properties</java.naming.provider.url>
-        <qpid.amqp.version></qpid.amqp.version>
-        <qpid.dest_syntax></qpid.dest_syntax>
+        <qpid.amqp.version />
+        <qpid.dest_syntax />
       </properties>
       <dependencies>
         <dependency>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9f42f7..eae01fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf/qpid-broker-j.git</url>
+    <tag>7.0.x</tag>
   </scm>
 
   <distributionManagement>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/systests/end-to-end-conversion-tests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/end-to-end-conversion-tests/pom.xml b/systests/end-to-end-conversion-tests/pom.xml
index 5eeb353..38edca9 100644
--- a/systests/end-to-end-conversion-tests/pom.xml
+++ b/systests/end-to-end-conversion-tests/pom.xml
@@ -18,9 +18,7 @@
   ~ under the License.
   ~
   -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.qpid</groupId>
@@ -94,7 +92,7 @@
                 </configuration>
                 <executions>
                     <execution>
-                        <id>0-9-1 -> 1.0</id>
+                        <id>0-9-1 -&gt; 1.0</id>
                         <configuration>
                             <skip>false</skip>
                             <systemPropertyVariables>
@@ -102,7 +100,7 @@
                                 <qpid.systests.end_to_end_conversion.publisherGavs>${amqp0xClientGavs}</qpid.systests.end_to_end_conversion.publisherGavs>
                                 <qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments>-Dqpid.amqp.version=0-9-1</qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments>
                                 <qpid.systests.end_to_end_conversion.subscriberGavs>${amqp10ClientGavs}</qpid.systests.end_to_end_conversion.subscriberGavs>
-                                <qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments></qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments>
+                                <qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments />
                             </systemPropertyVariables>
                         </configuration>
                         <goals>
@@ -110,13 +108,13 @@
                         </goals>
                     </execution>
                     <execution>
-                        <id>1.0 -> 0-9-1</id>
+                        <id>1.0 -&gt; 0-9-1</id>
                         <configuration>
                             <skip>false</skip>
                             <systemPropertyVariables>
                                 <qpid.systests.end_to_end_conversion.executionId>1.0_to_0-9-1</qpid.systests.end_to_end_conversion.executionId>
                                 <qpid.systests.end_to_end_conversion.publisherGavs>${amqp10ClientGavs}</qpid.systests.end_to_end_conversion.publisherGavs>
-                                <qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments></qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments>
+                                <qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments />
                                 <qpid.systests.end_to_end_conversion.subscriberGavs>${amqp0xClientGavs}</qpid.systests.end_to_end_conversion.subscriberGavs>
                                 <qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments>-Dqpid.amqp.version=0-9-1</qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments>
                             </systemPropertyVariables>
@@ -126,7 +124,7 @@
                         </goals>
                     </execution>
                     <execution>
-                        <id>0-10 -> 1.0</id>
+                        <id>0-10 -&gt; 1.0</id>
                         <configuration>
                             <skip>false</skip>
                             <systemPropertyVariables>
@@ -134,7 +132,7 @@
                                 <qpid.systests.end_to_end_conversion.publisherGavs>${amqp0xClientGavs}</qpid.systests.end_to_end_conversion.publisherGavs>
                                 <qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments>-Dqpid.amqp.version=0-10</qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments>
                                 <qpid.systests.end_to_end_conversion.subscriberGavs>${amqp10ClientGavs}</qpid.systests.end_to_end_conversion.subscriberGavs>
-                                <qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments></qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments>
+                                <qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments />
                             </systemPropertyVariables>
                         </configuration>
                         <goals>
@@ -142,13 +140,13 @@
                         </goals>
                     </execution>
                     <execution>
-                        <id>1.0 -> 0-10</id>
+                        <id>1.0 -&gt; 0-10</id>
                         <configuration>
                             <skip>false</skip>
                             <systemPropertyVariables>
                                 <qpid.systests.end_to_end_conversion.executionId>1.0_to_0-10</qpid.systests.end_to_end_conversion.executionId>
                                 <qpid.systests.end_to_end_conversion.publisherGavs>${amqp10ClientGavs}</qpid.systests.end_to_end_conversion.publisherGavs>
-                                <qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments></qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments>
+                                <qpid.systests.end_to_end_conversion.publisherAdditionalJavaArguments />
                                 <qpid.systests.end_to_end_conversion.subscriberGavs>${amqp0xClientGavs}</qpid.systests.end_to_end_conversion.subscriberGavs>
                                 <qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments>-Dqpid.amqp.version=0-10</qpid.systests.end_to_end_conversion.subscriberAdditionalJavaArguments>
                             </systemPropertyVariables>
@@ -158,7 +156,7 @@
                         </goals>
                     </execution>
                     <execution>
-                        <id>0-9-1 -> 0-10</id>
+                        <id>0-9-1 -&gt; 0-10</id>
                         <configuration>
                             <skip>false</skip>
                             <systemPropertyVariables>
@@ -174,7 +172,7 @@
                         </goals>
                     </execution>
                     <execution>
-                        <id>0-10 -> 0-9-1</id>
+                        <id>0-10 -&gt; 0-9-1</id>
                         <configuration>
                             <skip>false</skip>
                             <systemPropertyVariables>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/systests/protocol-tests-amqp-1-0/pom.xml
----------------------------------------------------------------------
diff --git a/systests/protocol-tests-amqp-1-0/pom.xml b/systests/protocol-tests-amqp-1-0/pom.xml
index a3108b5..39f9122 100644
--- a/systests/protocol-tests-amqp-1-0/pom.xml
+++ b/systests/protocol-tests-amqp-1-0/pom.xml
@@ -15,9 +15,7 @@
   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.qpid</groupId>
         <artifactId>qpid-systests-parent</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/systests/qpid-systests-jms_2.0/pom.xml
----------------------------------------------------------------------
diff --git a/systests/qpid-systests-jms_2.0/pom.xml b/systests/qpid-systests-jms_2.0/pom.xml
index b314876..ccfed43 100644
--- a/systests/qpid-systests-jms_2.0/pom.xml
+++ b/systests/qpid-systests-jms_2.0/pom.xml
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.qpid</groupId>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/723d7d4c/systests/systests-utils/pom.xml
----------------------------------------------------------------------
diff --git a/systests/systests-utils/pom.xml b/systests/systests-utils/pom.xml
index 95f136a..0ea5b8a 100644
--- a/systests/systests-utils/pom.xml
+++ b/systests/systests-utils/pom.xml
@@ -18,9 +18,7 @@
   ~ 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.qpid</groupId>
         <artifactId>qpid-systests-parent</artifactId>


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