Skip to content

Commit 8bd123d

Browse files
committed
[maven-release-plugin] prepare release v1.6.0.RC1
1 parent de80d45 commit 8bd123d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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

54
<groupId>com.rabbitmq.jms</groupId>
65
<artifactId>rabbitmq-jms</artifactId>
76

87
<name>rabbitmq-jms</name>
98
<description>RabbitMQ JMS Client</description>
10-
<version>1.6.0-SNAPSHOT</version>
9+
<version>1.6.0.RC1</version>
1110
<url>http://www.rabbitmq.com</url>
1211

1312
<packaging>jar</packaging>
@@ -38,6 +37,7 @@
3837
<url>https://github.com/rabbitmq/rabbitmq-jms-client</url>
3938
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-jms-client.git</connection>
4039
<developerConnection>scm:git:[email protected]:rabbitmq/rabbitmq-jms-client.git</developerConnection>
40+
<tag>v1.6.0.RC1</tag>
4141
</scm>
4242

4343
<properties>
@@ -281,12 +281,12 @@
281281
</goals>
282282
<configuration>
283283
<target>
284-
<mkdir dir="${surefire.reports.dir}"/>
284+
<mkdir dir="${surefire.reports.dir}" />
285285
<junitreport todir="${surefire.reports.dir}">
286286
<fileset dir="${surefire.reports.dir}">
287-
<include name="**/*.xml"/>
287+
<include name="**/*.xml" />
288288
</fileset>
289-
<report format="noframes" todir="${surefire.reports.dir}"/>
289+
<report format="noframes" todir="${surefire.reports.dir}" />
290290
</junitreport>
291291
</target>
292292
</configuration>
@@ -300,12 +300,12 @@
300300
</goals>
301301
<configuration>
302302
<target>
303-
<mkdir dir="${failsafe.reports.dir}"/>
303+
<mkdir dir="${failsafe.reports.dir}" />
304304
<junitreport todir="${failsafe.reports.dir}">
305305
<fileset dir="${failsafe.reports.dir}">
306-
<include name="**/*.xml"/>
306+
<include name="**/*.xml" />
307307
</fileset>
308-
<report format="noframes" todir="${failsafe.reports.dir}"/>
308+
<report format="noframes" todir="${failsafe.reports.dir}" />
309309
</junitreport>
310310
</target>
311311
</configuration>

0 commit comments

Comments
 (0)