Yes, 1.5 is a bit better with regard to this, but I grep/awk/sed should be sufficient for 1.4.
-- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, Aug 9, 2013 at 9:40 PM, Josh Elser <[email protected]> wrote: > Actually, a few places (I think Christopher cleaned this up into one place > in 1.5?) > > ./src/server/src/main/c++/mlock/Makefile: javah -classpath > ../../../../../../lib/accumulo-server-1.4.4-SNAPSHOT.jar > org.apache.accumulo.server.tabletserver.$(LIB) > ./src/server/src/main/c++/nativeMap/Makefile: javah -classpath > ../../../../../../lib/accumulo-server-1.4.4-SNAPSHOT.jar > org.apache.accumulo.server.tabletserver.NativeMap > ./src/server/src/main/resources/config.html: - version: 1.4.4-SNAPSHOT > ./src/server/target/classes/config.html: - version: 1.4.4-SNAPSHOT > ./src/core/src/main/java/org/apache/accumulo/core/Constants.java: public > static final String VERSION = "1.4.4-SNAPSHOT"; > ./src/examples/wikisearch/ingest/bin/ingest_parallel.sh:JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.4-SNAPSHOT.jar > ./src/examples/wikisearch/ingest/bin/ingest.sh:JAR=$SCRIPT_DIR/../lib/wikisearch-ingest-1.4.4-SNAPSHOT.jar > ./README:tar xvzf accumulo-1.4.4-SNAPSHOT-dist.tar.gz). > ./README:Accumulo 1.4.4-SNAPSHOT has been tested with hadoop version 0.20.2. > ./README: - version: 1.4.4-SNAPSHOT > ./README: - version: 1.4.4-SNAPSHOT > ./bin/config.sh: ACCUMULO_VERSION=1.4.4-SNAPSHOT > ./docs/combiners.html:- version: 1.4.4-SNAPSHOT > ./docs/config.html: - version: 1.4.4-SNAPSHOT > > > > On 08/09/2013 09:33 PM, Josh Elser wrote: >> >> Looks like bin/config.sh uses 1.4.4-SNAPSHOT and not 1.4.4 when setting >> ACCUMULO_VERSION. >> >> On 08/07/2013 05:50 PM, Mike Drob wrote: >>> >>> Devs, >>> >>> I've made an initial attempt at building a 1.4.4-rc1 release. The src >>> tar, >>> signature, and md5sum are available at https://people.apache.org/~mdrob/ >>> >>> The tar was generated from the 1.4.4rc1 tag by running "git archive -o >>> accumulo-1.4.4-rc1-src.tar.gz 1.4.4rc1" >>> >>> There is no vote yet because my keys are currently worthless for the >>> apache >>> web of trust. but if others can take a look at the artifact and provide >>> feedback, then we can get the ball rolling on a release. >>> >>> Thanks, >>> Mike >>> >> >
