Skip to content

Commit 5def8bc

Browse files
committed
[maven-release-plugin] prepare release v0.1.0
1 parent a7b851c commit 5def8bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.rabbitmq.client</groupId>
54
<artifactId>amqp-client</artifactId>
6-
<version>0.1.0-SNAPSHOT</version>
5+
<version>0.1.0</version>
76
<name>RabbitMQ AMQP 1.0 Java client</name>
87
<description>The RabbitMQ AMQP 1.0 Java client library defines an API to access RabbitMQ
98
with the AMQP 1.0 protocol.
@@ -36,7 +35,7 @@
3635
<url>https://github.com/rabbitmq/rabbitmq-amqp-java-client</url>
3736
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-amqp-java-client.git</connection>
3837
<developerConnection>scm:git:https://github.com/rabbitmq/rabbitmq-amqp-java-client.git</developerConnection>
39-
<tag>HEAD</tag>
38+
<tag>v0.1.0</tag>
4039
</scm>
4140

4241
<properties>

0 commit comments

Comments
 (0)