No - just delete it. There’s a setting for that. It doesn’t get created for me.
-JZ On July 8, 2014 at 7:57:55 PM, Cameron McKenzie ([email protected]) wrote: Just noticed that the curator-x-rpc/dependency-reduced-pom.xml in my repo has been modified by the build process, but not committed back to git. This seems a bit strange? Diff is below? Should I commit and push this? diff --git a/curator-x-rpc/dependency-reduced-pom.xml b/curator-x-rpc/dependency-reduced-pom.xml index 25e5f68..a73c4a6 100644 --- a/curator-x-rpc/dependency-reduced-pom.xml +++ b/curator-x-rpc/dependency-reduced-pom.xml @@ -3,11 +3,14 @@ <parent> <artifactId>apache-curator</artifactId> <groupId>org.apache.curator</groupId> - <version>2.5.1-SNAPSHOT</version> + <version>2.6.0</version>^M </parent> <modelVersion>4.0.0</modelVersion> <artifactId>curator-x-rpc</artifactId> - <version>2.5.1-SNAPSHOT</version> + <name>Curator RPC Proxy</name>^M + <version>2.6.0</version>^M + <description>A proxy that bridges non-java environments with the Curator framework and recipes</description>^M + <inceptionYear>2014</inceptionYear>^M <build> <resources> <resource> @@ -62,7 +65,7 @@ <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> - <version>2.5.1-SNAPSHOT</version> + <version>2.6.0</version>^M <scope>test</scope> <exclusions> On Tue, Jul 8, 2014 at 11:32 PM, Jordan Zimmerman <[email protected]> wrote: Yet another thing that was missing from the wiki… You need to add your gpg keys to the KEYS file. I’ve updated the SVN section of the committer wiki to describe how to do this. -JZ On July 8, 2014 at 12:09:03 AM, Cameron McKenzie ([email protected]) wrote: Thanks, all good now. I have the release ready to go. Just trying to gather the information for the vote email. Do I need to generate a release report on JIRA? If so, how? cheers
