Seems reasonable if the patch is ready. If it has already been applied, it'll come in, because when I cut an RC, I'm using the HEAD from the 1.5 branch.
FYI, I'm not cutting RC3 just yet... still waiting on more feedback from RC2. For now, I'm just rolling back RC2 in svn because of the blockers raised so far. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Thu, May 9, 2013 at 10:50 PM, Corey Nolet <[email protected]> wrote: > Could we roll in ACCUMULO-1380 since we're cutting a new RC? > > > On Thu, May 9, 2013 at 10:48 PM, <[email protected]> wrote: > >> Author: ctubbsii >> Date: Fri May 10 02:48:47 2013 >> New Revision: 1480864 >> >> URL: http://svn.apache.org/r1480864 >> Log: >> ACCUMULO-970 roll back 1.5.0-RC2 >> >> Removed: >> accumulo/tags/1.5.0-RC2/ >> Modified: >> accumulo/branches/1.5/assemble/pom.xml >> accumulo/branches/1.5/core/pom.xml >> accumulo/branches/1.5/examples/pom.xml >> accumulo/branches/1.5/examples/simple/pom.xml >> accumulo/branches/1.5/fate/pom.xml >> accumulo/branches/1.5/pom.xml >> accumulo/branches/1.5/proxy/pom.xml >> accumulo/branches/1.5/server/pom.xml >> accumulo/branches/1.5/start/pom.xml >> accumulo/branches/1.5/test/pom.xml >> accumulo/branches/1.5/trace/pom.xml >> >> Modified: accumulo/branches/1.5/assemble/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/assemble/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/assemble/pom.xml (original) >> +++ accumulo/branches/1.5/assemble/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-assemble</artifactId> >> <packaging>pom</packaging> >> >> Modified: accumulo/branches/1.5/core/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/core/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/core/pom.xml (original) >> +++ accumulo/branches/1.5/core/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-core</artifactId> >> <name>Core</name> >> >> Modified: accumulo/branches/1.5/examples/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/examples/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/examples/pom.xml (original) >> +++ accumulo/branches/1.5/examples/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-examples</artifactId> >> <packaging>pom</packaging> >> >> Modified: accumulo/branches/1.5/examples/simple/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/examples/simple/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/examples/simple/pom.xml (original) >> +++ accumulo/branches/1.5/examples/simple/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo-examples</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-examples-simple</artifactId> >> <name>Simple Examples</name> >> >> Modified: accumulo/branches/1.5/fate/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/fate/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/fate/pom.xml (original) >> +++ accumulo/branches/1.5/fate/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-fate</artifactId> >> <name>Fate</name> >> >> Modified: accumulo/branches/1.5/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/pom.xml (original) >> +++ accumulo/branches/1.5/pom.xml Fri May 10 02:48:47 2013 >> @@ -24,7 +24,7 @@ >> </parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> <packaging>pom</packaging> >> <name>Apache Accumulo</name> >> <description>Apache Accumulo is a sorted, distributed key/value store >> based on Google's BigTable design. It is built on top of Apache Hadoop, >> Zookeeper, and Thrift. It features a few novel improvements on the BigTable >> design in the form of cell-level access labels and a server-side >> programming mechanism that can modify key/value pairs at various points in >> the data management process.</description> >> @@ -502,7 +502,7 @@ >> </goals> >> </pluginExecutionFilter> >> <action> >> - <ignore /> >> + <ignore></ignore> >> </action> >> </pluginExecution> >> <pluginExecution> >> @@ -515,7 +515,7 @@ >> </goals> >> </pluginExecutionFilter> >> <action> >> - <ignore /> >> + <ignore></ignore> >> </action> >> </pluginExecution> >> <pluginExecution> >> @@ -528,7 +528,7 @@ >> </goals> >> </pluginExecutionFilter> >> <action> >> - <ignore /> >> + <ignore></ignore> >> </action> >> </pluginExecution> >> <pluginExecution> >> @@ -541,7 +541,7 @@ >> </goals> >> </pluginExecutionFilter> >> <action> >> - <ignore /> >> + <ignore></ignore> >> </action> >> </pluginExecution> >> <pluginExecution> >> @@ -554,7 +554,7 @@ >> </goals> >> </pluginExecutionFilter> >> <action> >> - <ignore /> >> + <ignore></ignore> >> </action> >> </pluginExecution> >> </pluginExecutions> >> >> Modified: accumulo/branches/1.5/proxy/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/proxy/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/proxy/pom.xml (original) >> +++ accumulo/branches/1.5/proxy/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-proxy</artifactId> >> <name>Proxy</name> >> >> Modified: accumulo/branches/1.5/server/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/server/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/server/pom.xml (original) >> +++ accumulo/branches/1.5/server/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-server</artifactId> >> <name>Server</name> >> >> Modified: accumulo/branches/1.5/start/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/start/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/start/pom.xml (original) >> +++ accumulo/branches/1.5/start/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-start</artifactId> >> <name>Start</name> >> >> Modified: accumulo/branches/1.5/test/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/test/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/test/pom.xml (original) >> +++ accumulo/branches/1.5/test/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-test</artifactId> >> <name>Testing</name> >> >> Modified: accumulo/branches/1.5/trace/pom.xml >> URL: >> http://svn.apache.org/viewvc/accumulo/branches/1.5/trace/pom.xml?rev=1480864&r1=1480863&r2=1480864&view=diff >> >> ============================================================================== >> --- accumulo/branches/1.5/trace/pom.xml (original) >> +++ accumulo/branches/1.5/trace/pom.xml Fri May 10 02:48:47 2013 >> @@ -20,7 +20,7 @@ >> <parent> >> <groupId>org.apache.accumulo</groupId> >> <artifactId>accumulo</artifactId> >> - <version>1.5.1-SNAPSHOT</version> >> + <version>1.5.0-SNAPSHOT</version> >> </parent> >> <artifactId>accumulo-trace</artifactId> >> <name>Trace</name> >> >> >>
