Skip to content

Commit ab78e9f

Browse files
committed
[maven-release-plugin] prepare release rest-server-2.0
1 parent ba773da commit ab78e9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.tango-controls</groupId>
2222
<artifactId>rest-server</artifactId>
23-
<version>2.0-SNAPSHOT</version>
23+
<version>2.0</version>
2424
<packaging>war</packaging>
2525

2626
<developers>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:[email protected]:tango-controls/rest-server</connection>
5858
<developerConnection>scm:git:[email protected]:tango-controls/rest-server</developerConnection>
5959
<url>https://github.com/tango-controls/rest-server</url>
60-
<tag>HEAD</tag>
60+
<tag>rest-server-2.0</tag>
6161
</scm>
6262

6363
<dependencyManagement>
@@ -486,7 +486,7 @@
486486
-Dlogback.configurationFile=${project.basedir}/src/test-integration/resources/logback.xml
487487
</argument>
488488
<argument>-cp</argument>
489-
<classpath/>
489+
<classpath />
490490
<argument>org.tango.rest.TangoRestServer</argument>
491491
<argument>${project.build.directory}</argument>
492492
<argument>${custom.build.name}</argument>
@@ -506,7 +506,7 @@
506506
<phase>pre-integration-test</phase>
507507
<configuration>
508508
<target>
509-
<sleep seconds="5"/>
509+
<sleep seconds="5" />
510510
</target>
511511
</configuration>
512512
<goals>

0 commit comments

Comments
 (0)