Skip to content

Commit a32b864

Browse files
author
pivotal-rabbitmq-ci
committed
[maven-release-plugin] prepare release v0.1.0.RC1
1 parent 3ef3ebc commit a32b864

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.rabbitmq</groupId>
86
<artifactId>stream-client</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0.RC1</version>
108

119
<name>RabbitMQ Stream Java Client</name>
1210
<description>The RabbitMQ Stream Java client library allows Java applications to interface with
@@ -46,7 +44,7 @@
4644
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-stream-java-client.git</connection>
4745
<developerConnection>scm:git:git@github.com:rabbitmq/rabbitmq-stream-java-client.git
4846
</developerConnection>
49-
<tag>HEAD</tag>
47+
<tag>v0.1.0.RC1</tag>
5048
</scm>
5149

5250
<properties>
@@ -373,7 +371,7 @@
373371
<protonj-version>${proton-j.version}</protonj-version>
374372
<build-number>${buildNumber}</build-number>
375373
<imagesdir>./images</imagesdir>
376-
<idprefix/>
374+
<idprefix />
377375
<idseparator>-</idseparator>
378376
<source-highlighter>coderay</source-highlighter>
379377
<test-examples>../../test/java/com/rabbitmq/stream/docs</test-examples>
@@ -391,9 +389,9 @@
391389
<backend>pdf</backend>
392390
<attributes>
393391
<title-page />
394-
<toc/>
392+
<toc />
395393
<toclevels>4</toclevels>
396-
<pagenums/>
394+
<pagenums />
397395
</attributes>
398396
</configuration>
399397
</execution>

0 commit comments

Comments
 (0)