Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rest-server-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed Jul 29, 2020
1 parent ba773da commit ab78e9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.tango-controls</groupId>
<artifactId>rest-server</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>war</packaging>

<developers>
Expand Down Expand Up @@ -57,7 +57,7 @@
<connection>scm:git:git@github.com:tango-controls/rest-server</connection>
<developerConnection>scm:git:git@github.com:tango-controls/rest-server</developerConnection>
<url>https://github.com/tango-controls/rest-server</url>
<tag>HEAD</tag>
<tag>rest-server-2.0</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -486,7 +486,7 @@
-Dlogback.configurationFile=${project.basedir}/src/test-integration/resources/logback.xml
</argument>
<argument>-cp</argument>
<classpath/>
<classpath />
<argument>org.tango.rest.TangoRestServer</argument>
<argument>${project.build.directory}</argument>
<argument>${custom.build.name}</argument>
Expand All @@ -506,7 +506,7 @@
<phase>pre-integration-test</phase>
<configuration>
<target>
<sleep seconds="5"/>
<sleep seconds="5" />
</target>
</configuration>
<goals>
Expand Down

0 comments on commit ab78e9f

Please sign in to comment.