Repository: qpid-proton-j Updated Branches: refs/heads/master 6ec787048 -> 89d2f5455
[maven-release-plugin] prepare release 0.24.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/commit/89d2f545 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/tree/89d2f545 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton-j/diff/89d2f545 Branch: refs/heads/master Commit: 89d2f545540104a51424495aca86a73e358a4060 Parents: 6ec7870 Author: Robert Gemmell <[email protected]> Authored: Fri Dec 8 16:09:55 2017 +0000 Committer: Robert Gemmell <[email protected]> Committed: Fri Dec 8 16:09:55 2017 +0000 ---------------------------------------------------------------------- apache-qpid-proton-j/pom.xml | 2 +- examples/engine/pom.xml | 2 +- examples/reactor/pom.xml | 2 +- pom.xml | 4 ++-- proton-j/pom.xml | 2 +- tests/performance-jmh/pom.xml | 8 +++----- tests/pom.xml | 2 +- 7 files changed, 10 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/apache-qpid-proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml index 7d24347..830b381 100644 --- a/apache-qpid-proton-j/pom.xml +++ b/apache-qpid-proton-j/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/examples/engine/pom.xml ---------------------------------------------------------------------- diff --git a/examples/engine/pom.xml b/examples/engine/pom.xml index 42833b4..c6125d7 100644 --- a/examples/engine/pom.xml +++ b/examples/engine/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/examples/reactor/pom.xml ---------------------------------------------------------------------- diff --git a/examples/reactor/pom.xml b/examples/reactor/pom.xml index fa6371c..08d25e0 100644 --- a/examples/reactor/pom.xml +++ b/examples/reactor/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7ff089a..1a6619d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <packaging>pom</packaging> <name>Proton-J Parent</name> @@ -169,7 +169,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/qpid-proton-j.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git</url> - <tag>HEAD</tag> + <tag>0.24.0</tag> </scm> <issueManagement> <url>https://issues.apache.org/jira/browse/PROTON</url> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/proton-j/pom.xml ---------------------------------------------------------------------- diff --git a/proton-j/pom.xml b/proton-j/pom.xml index 6c6e954..95c4002 100644 --- a/proton-j/pom.xml +++ b/proton-j/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/tests/performance-jmh/pom.xml ---------------------------------------------------------------------- diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml index 698228d..40c7992 100644 --- a/tests/performance-jmh/pom.xml +++ b/tests/performance-jmh/pom.xml @@ -15,12 +15,11 @@ 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/maven-v4_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/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -67,8 +66,7 @@ <configuration> <finalName>proton-j-performance-jmh</finalName> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>org.openjdk.jmh.Main</mainClass> </transformer> </transformers> http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/89d2f545/tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/pom.xml b/tests/pom.xml index 0612daa..e1abf55 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.qpid</groupId> <artifactId>proton-j-parent</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>proton-tests</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
