From e1cf482f9f7a7ecafe6474f9e73b664841bad1ed Mon Sep 17 00:00:00 2001 From: Matej Lazar Date: Thu, 18 Sep 2014 16:14:07 +0100 Subject: [PATCH 1/2] Update version. --- examples/messenger/java/pom.xml | 4 ++-- pom.xml | 4 ++-- proton-j/contrib/proton-hawtdispatch/pom.xml | 4 ++-- proton-j/contrib/proton-jms/pom.xml | 4 ++-- proton-j/pom.xml | 4 ++-- proton-j/proton-api/pom.xml | 4 ++-- proton-j/proton/pom.xml | 4 ++-- tests/pom.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/messenger/java/pom.xml b/examples/messenger/java/pom.xml index afdee7a4..0461448e 100644 --- a/examples/messenger/java/pom.xml +++ b/examples/messenger/java/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-project - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 ../../.. 4.0.0 @@ -37,6 +37,6 @@ http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 diff --git a/pom.xml b/pom.xml index 405fd039..7f4dd48f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.qpid proton-project - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 pom @@ -124,7 +124,7 @@ http://qpid.apache.org/proton http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 https://issues.apache.org/jira/browse/PROTON diff --git a/proton-j/contrib/proton-hawtdispatch/pom.xml b/proton-j/contrib/proton-hawtdispatch/pom.xml index 8723ddfa..5db0fe41 100644 --- a/proton-j/contrib/proton-hawtdispatch/pom.xml +++ b/proton-j/contrib/proton-hawtdispatch/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 ../.. 4.0.0 @@ -56,7 +56,7 @@ http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 diff --git a/proton-j/contrib/proton-jms/pom.xml b/proton-j/contrib/proton-jms/pom.xml index e7c4aa45..d1d3ca2f 100644 --- a/proton-j/contrib/proton-jms/pom.xml +++ b/proton-j/contrib/proton-jms/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 ../.. 4.0.0 @@ -45,7 +45,7 @@ http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 diff --git a/proton-j/pom.xml b/proton-j/pom.xml index 1fe8c6bb..c791d52f 100644 --- a/proton-j/pom.xml +++ b/proton-j/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-project - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 4.0.0 @@ -50,7 +50,7 @@ http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 diff --git a/proton-j/proton-api/pom.xml b/proton-j/proton-api/pom.xml index d5485406..89b0e45d 100644 --- a/proton-j/proton-api/pom.xml +++ b/proton-j/proton-api/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 4.0.0 @@ -27,6 +27,6 @@ proton-api http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 diff --git a/proton-j/proton/pom.xml b/proton-j/proton/pom.xml index a1e11146..537d9cf9 100644 --- a/proton-j/proton/pom.xml +++ b/proton-j/proton/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 4.0.0 @@ -62,6 +62,6 @@ http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 diff --git a/tests/pom.xml b/tests/pom.xml index 59f43959..72932a55 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -165,10 +165,10 @@ directory <basedir>/build/proton-c. org.apache.qpid proton-project - 0.6.redhat-004-SNAPSHOT + 0.6.redhat-004 http://svn.apache.org/viewvc/qpid/proton/ - HEAD + proton-project-0.6.redhat-004 From 6299508e2fb1f4f3e2bff35662eccb576404adf7 Mon Sep 17 00:00:00 2001 From: Matej Lazar Date: Thu, 18 Sep 2014 16:18:51 +0100 Subject: [PATCH 2/2] Update version to snapshot. --- examples/messenger/java/pom.xml | 4 ++-- pom.xml | 4 ++-- proton-j/contrib/proton-hawtdispatch/pom.xml | 4 ++-- proton-j/contrib/proton-jms/pom.xml | 4 ++-- proton-j/pom.xml | 4 ++-- proton-j/proton-api/pom.xml | 4 ++-- proton-j/proton/pom.xml | 4 ++-- tests/pom.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/messenger/java/pom.xml b/examples/messenger/java/pom.xml index 0461448e..ad70a616 100644 --- a/examples/messenger/java/pom.xml +++ b/examples/messenger/java/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-project - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT ../../.. 4.0.0 @@ -37,6 +37,6 @@ http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD diff --git a/pom.xml b/pom.xml index 7f4dd48f..8e0f05ed 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.qpid proton-project - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT pom @@ -124,7 +124,7 @@ http://qpid.apache.org/proton http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD https://issues.apache.org/jira/browse/PROTON diff --git a/proton-j/contrib/proton-hawtdispatch/pom.xml b/proton-j/contrib/proton-hawtdispatch/pom.xml index 5db0fe41..fabd6375 100644 --- a/proton-j/contrib/proton-hawtdispatch/pom.xml +++ b/proton-j/contrib/proton-hawtdispatch/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT ../.. 4.0.0 @@ -56,7 +56,7 @@ http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD diff --git a/proton-j/contrib/proton-jms/pom.xml b/proton-j/contrib/proton-jms/pom.xml index d1d3ca2f..686984fd 100644 --- a/proton-j/contrib/proton-jms/pom.xml +++ b/proton-j/contrib/proton-jms/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT ../.. 4.0.0 @@ -45,7 +45,7 @@ http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD diff --git a/proton-j/pom.xml b/proton-j/pom.xml index c791d52f..5209f917 100644 --- a/proton-j/pom.xml +++ b/proton-j/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-project - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT 4.0.0 @@ -50,7 +50,7 @@ http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD diff --git a/proton-j/proton-api/pom.xml b/proton-j/proton-api/pom.xml index 89b0e45d..96a83e59 100644 --- a/proton-j/proton-api/pom.xml +++ b/proton-j/proton-api/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT 4.0.0 @@ -27,6 +27,6 @@ proton-api http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD diff --git a/proton-j/proton/pom.xml b/proton-j/proton/pom.xml index 537d9cf9..3096bfb8 100644 --- a/proton-j/proton/pom.xml +++ b/proton-j/proton/pom.xml @@ -19,7 +19,7 @@ org.apache.qpid proton-j - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT 4.0.0 @@ -62,6 +62,6 @@ http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD diff --git a/tests/pom.xml b/tests/pom.xml index 72932a55..b2fb0a84 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -165,10 +165,10 @@ directory <basedir>/build/proton-c. org.apache.qpid proton-project - 0.6.redhat-004 + 0.6.redhat-005-SNAPSHOT http://svn.apache.org/viewvc/qpid/proton/ - proton-project-0.6.redhat-004 + HEAD