Skip to content

Commit 67966be

Browse files
author
chrisisbeef
committed
Preparing for RC10
1 parent e3e39a0 commit 67966be

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,14 @@
391391
</execution>
392392
</executions>
393393
</plugin>
394+
395+
<plugin>
396+
<groupId>org.apache.maven.plugins</groupId>
397+
<artifactId>maven-release-plugin</artifactId>
398+
<configuration>
399+
<stagingRepository>http://oss.sonatype.org/service/local/staging/deploy/maven2</stagingRepository>
400+
</configuration>
401+
</plugin>
394402
</plugins>
395403
</build>
396404
</profile>

0 commit comments

Comments
 (0)