We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795177 commit 16894c5Copy full SHA for 16894c5
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.scalecube</groupId>
7
<artifactId>scalecube-parent</artifactId>
8
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.3.11-SNAPSHOT</version>
9
<packaging>pom</packaging>
10
<name>ScaleCube parent project</name>
11
@@ -156,8 +156,6 @@
156
<version>${maven-release-plugin.version}</version>
157
<configuration>
158
<autoVersionSubmodules>true</autoVersionSubmodules>
159
- <useReleaseProfile>true</useReleaseProfile>
160
- <releaseProfiles>release</releaseProfiles>
161
<tagNameFormat>release-@{project.version}</tagNameFormat>
162
<goals>deploy</goals>
163
</configuration>
0 commit comments