Skip to content

Commit 26a83a0

Browse files
Merge pull request #10 from sovren/feature/deploy-10
skip mvn deploy default
2 parents 695d5bc + 78405fc commit 26a83a0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.sovren</groupId>
55
<artifactId>sovren-java</artifactId>
66

7-
<version>0.1.10-beta</version>
7+
<version>0.1.11-beta</version>
88

99
<packaging>jar</packaging>
1010
<name>Sovren Java SDK</name>
@@ -145,6 +145,14 @@
145145
</execution>
146146
</executions>
147147
</plugin>
148+
<plugin>
149+
<groupId>org.apache.maven.plugins</groupId>
150+
<artifactId>maven-deploy-plugin</artifactId>
151+
<version>${maven-deploy-plugin.version}</version>
152+
<configuration>
153+
<skip>true</skip>
154+
</configuration>
155+
</plugin>
148156
<plugin>
149157
<groupId>org.sonatype.plugins</groupId>
150158
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)