Prepare changes for release
This commit is contained in:
16
pom.xml
16
pom.xml
@ -29,7 +29,7 @@
|
|||||||
<groupId>org.apache.gossip</groupId>
|
<groupId>org.apache.gossip</groupId>
|
||||||
<artifactId>gossip</artifactId>
|
<artifactId>gossip</artifactId>
|
||||||
<name>gossip</name>
|
<name>gossip</name>
|
||||||
<version>0.1.0-incubating</version>
|
<version>0.1.0-incubating-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>A peer to peer cluster discovery service</description>
|
<description>A peer to peer cluster discovery service</description>
|
||||||
<url>http://gossip.incubator.apache.org/</url>
|
<url>http://gossip.incubator.apache.org/</url>
|
||||||
@ -136,6 +136,20 @@
|
|||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<!-- we need to tweak the maven-release-plugin for GIT -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<version>2.5.1</version>
|
||||||
|
<configuration>
|
||||||
|
<pushChanges>false</pushChanges>
|
||||||
|
<localCheckout>true</localCheckout>
|
||||||
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
|
|
||||||
|
<releaseProfiles>distribution</releaseProfiles>
|
||||||
|
<preparationGoals>clean install</preparationGoals>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
Reference in New Issue
Block a user