|
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"> |
3 | 2 | <modelVersion>4.0.0</modelVersion> |
4 | 3 |
|
5 | 4 | <groupId>com.rabbitmq.jms</groupId> |
6 | 5 | <artifactId>rabbitmq-jms</artifactId> |
7 | 6 |
|
8 | 7 | <name>rabbitmq-jms</name> |
9 | 8 | <description>RabbitMQ JMS Client</description> |
10 | | - <version>1.6.0-SNAPSHOT</version> |
| 9 | + <version>1.6.0.RC1</version> |
11 | 10 | <url>http://www.rabbitmq.com</url> |
12 | 11 |
|
13 | 12 | <packaging>jar</packaging> |
|
38 | 37 | <url>https://github.com/rabbitmq/rabbitmq-jms-client</url> |
39 | 38 | <connection>scm:git:git://github.com/rabbitmq/rabbitmq-jms-client.git</connection> |
40 | 39 | < developerConnection>scm:git: [email protected]:rabbitmq/rabbitmq-jms-client.git</ developerConnection> |
| 40 | + <tag>v1.6.0.RC1</tag> |
41 | 41 | </scm> |
42 | 42 |
|
43 | 43 | <properties> |
|
281 | 281 | </goals> |
282 | 282 | <configuration> |
283 | 283 | <target> |
284 | | - <mkdir dir="${surefire.reports.dir}"/> |
| 284 | + <mkdir dir="${surefire.reports.dir}" /> |
285 | 285 | <junitreport todir="${surefire.reports.dir}"> |
286 | 286 | <fileset dir="${surefire.reports.dir}"> |
287 | | - <include name="**/*.xml"/> |
| 287 | + <include name="**/*.xml" /> |
288 | 288 | </fileset> |
289 | | - <report format="noframes" todir="${surefire.reports.dir}"/> |
| 289 | + <report format="noframes" todir="${surefire.reports.dir}" /> |
290 | 290 | </junitreport> |
291 | 291 | </target> |
292 | 292 | </configuration> |
|
300 | 300 | </goals> |
301 | 301 | <configuration> |
302 | 302 | <target> |
303 | | - <mkdir dir="${failsafe.reports.dir}"/> |
| 303 | + <mkdir dir="${failsafe.reports.dir}" /> |
304 | 304 | <junitreport todir="${failsafe.reports.dir}"> |
305 | 305 | <fileset dir="${failsafe.reports.dir}"> |
306 | | - <include name="**/*.xml"/> |
| 306 | + <include name="**/*.xml" /> |
307 | 307 | </fileset> |
308 | | - <report format="noframes" todir="${failsafe.reports.dir}"/> |
| 308 | + <report format="noframes" todir="${failsafe.reports.dir}" /> |
309 | 309 | </junitreport> |
310 | 310 | </target> |
311 | 311 | </configuration> |
|
0 commit comments