Skip to content

Commit 9fb818b

Browse files
committed
Add release plugin
1 parent e615832 commit 9fb818b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

pom.xml

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

65
<groupId>com.rabbitmq</groupId>
76
<artifactId>perf-test</artifactId>
8-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.1.1-SNAPSHOT</version>
98
<packaging>jar</packaging>
109

1110
<name>RabbitMQ Performance Testing Tool</name>
@@ -43,6 +42,7 @@
4342
<url>https://github.com/rabbitmq/rabbitmq-perf-test</url>
4443
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-perf-test.git</connection>
4544
<developerConnection>scm:git:[email protected]:rabbitmq/rabbitmq-perf-test.git</developerConnection>
45+
<tag>HEAD</tag>
4646
</scm>
4747

4848
<organization>
@@ -130,6 +130,15 @@
130130
<version>2.3</version>
131131
</plugin>
132132

133+
<plugin>
134+
<groupId>org.apache.maven.plugins</groupId>
135+
<artifactId>maven-release-plugin</artifactId>
136+
<version>2.5</version>
137+
<configuration>
138+
<tagNameFormat>v@{project.version}</tagNameFormat>
139+
</configuration>
140+
</plugin>
141+
133142
</plugins>
134143
</build>
135144

0 commit comments

Comments
 (0)