Repository: incubator-htrace Updated Branches: refs/heads/3.1 0cabe569b -> e884b37f8
Change version on the 3.1 branch from 3.1.0-incubating to 3.1.1-incubating-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/e884b37f Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/e884b37f Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/e884b37f Branch: refs/heads/3.1 Commit: e884b37f87f4eee968f5bbed93b4267f4b9123ea Parents: 0cabe56 Author: stack <[email protected]> Authored: Tue Jan 20 22:05:35 2015 -0800 Committer: stack <[email protected]> Committed: Tue Jan 20 22:05:35 2015 -0800 ---------------------------------------------------------------------- htrace-core/pom.xml | 2 +- htrace-flume/pom.xml | 2 +- htrace-hbase/pom.xml | 2 +- htrace-zipkin/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e884b37f/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 2133cb0..f7ff34d 100644 --- a/htrace-core/pom.xml +++ b/htrace-core/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>3.1.0-incubating</version> + <version>3.1.1-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e884b37f/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index cb03419..0e0791c 100644 --- a/htrace-flume/pom.xml +++ b/htrace-flume/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>3.1.0-incubating</version> + <version>3.1.1-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e884b37f/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index f068da7..5ef9dbd 100644 --- a/htrace-hbase/pom.xml +++ b/htrace-hbase/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>3.1.0-incubating</version> + <version>3.1.1-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e884b37f/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index 6462c3a..ace3147 100644 --- a/htrace-zipkin/pom.xml +++ b/htrace-zipkin/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>3.1.0-incubating</version> + <version>3.1.1-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/e884b37f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7ce1233..c44262d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ language governing permissions and limitations under the License. --> <groupId>org.apache.htrace</groupId> <artifactId>htrace</artifactId> - <version>3.1.0-incubating</version> + <version>3.1.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache HTrace</name> <description>A tracing framework for use with distributed systems written in java</description>
