Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.0-FINAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Brigandì committed Nov 1, 2018
1 parent e639f69 commit 51418cd
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 @@ -19,15 +19,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.reply</groupId>
<artifactId>orchestrator</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-FINAL</version>
<packaging>war</packaging>
<name>orchestrator</name>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.13.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>

<licenses>
Expand All @@ -42,7 +42,7 @@
<url>https://github.com/indigo-dc/orchestrator</url>
<connection>scm:git:https://github.com/indigo-dc/orchestrator.git</connection>
<developerConnection>scm:git:https://github.com/indigo-dc/orchestrator.git</developerConnection>
<tag>releases/2-1-stable</tag>
<tag>v2.1.0-FINAL</tag>
</scm>

<organization>
Expand Down Expand Up @@ -478,7 +478,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 51418cd

Please sign in to comment.