Skip to content

Commit 16894c5

Browse files
committed
Set 0.3.11, removed deprecated maven-release-plugin configugration settings
1 parent a795177 commit 16894c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-parent</artifactId>
8-
<version>0.3.2-SNAPSHOT</version>
8+
<version>0.3.11-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>ScaleCube parent project</name>
1111

@@ -156,8 +156,6 @@
156156
<version>${maven-release-plugin.version}</version>
157157
<configuration>
158158
<autoVersionSubmodules>true</autoVersionSubmodules>
159-
<useReleaseProfile>true</useReleaseProfile>
160-
<releaseProfiles>release</releaseProfiles>
161159
<tagNameFormat>release-@{project.version}</tagNameFormat>
162160
<goals>deploy</goals>
163161
</configuration>

0 commit comments

Comments
 (0)