File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments