Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jgribonvald committed Sep 1, 2023
1 parent 2a8adb5 commit e089a2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.15</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.esupportail.publisher</groupId>
<artifactId>esup-publisher-ui</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>esup-publisher-ui</name>
Expand All @@ -19,7 +19,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/EsupPortail/esup-publisher.git</connection>
<developerConnection>scm:git:ssh://git@github.com/EsupPortail/esup-publisher.git</developerConnection>
<tag>3.2.0</tag>
<tag>HEAD</tag>
<url>https://github.com/EsupPortail/esup-publisher.git</url>
</scm>

Expand Down Expand Up @@ -394,7 +394,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -407,7 +407,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -421,7 +421,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -434,7 +434,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit e089a2f

Please sign in to comment.