Repository: incubator-htrace Updated Branches: refs/heads/3.2 5d9e31fcc -> 29e66717f
Change version from 3.2.0-incubating-SNAPSHOT to 3.2.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/29e66717 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/29e66717 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/29e66717 Branch: refs/heads/3.2 Commit: 29e66717f99db487c85c2a3ee25d8124f8c4f9fb Parents: 5d9e31f Author: Abraham Elmahrek <[email protected]> Authored: Tue Apr 28 12:40:29 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Tue Apr 28 13:30:03 2015 -0700 ---------------------------------------------------------------------- htrace-c/pom.xml | 2 +- htrace-core/pom.xml | 2 +- htrace-flume/pom.xml | 2 +- htrace-hbase/pom.xml | 2 +- htrace-htraced/pom.xml | 2 +- htrace-zipkin/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/htrace-c/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml index 51e3478..a395372 100644 --- a/htrace-c/pom.xml +++ b/htrace-c/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>3.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 71c8ee9..f963b07 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.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index 6de3605..caba237 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.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index 773212e..ab78cac 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.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/htrace-htraced/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml index 0e951ad..52580f2 100644 --- a/htrace-htraced/pom.xml +++ b/htrace-htraced/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.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index bb79b1f..12faa51 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.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/29e66717/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3fb131e..1261778 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.2.0-incubating-SNAPSHOT</version> + <version>3.2.0-incubating</version> <packaging>pom</packaging> <name>Apache HTrace</name> <description>A tracing framework for use with distributed systems written in java</description>
