Repository: incubator-htrace Updated Branches: refs/heads/4.3 [created] 4a8df24b7 Updated Tags: refs/tags/4.3.0RC0 [created] 0e2edbc52
HTRACE-394 Change version to 4.3.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/4a8df24b Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/4a8df24b Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/4a8df24b Branch: refs/heads/4.3 Commit: 4a8df24b781f17659cccf6f3d329a76a02f7755f Parents: bf03c0b Author: Mike Drob <[email protected]> Authored: Mon May 8 14:56:43 2017 -0500 Committer: Mike Drob <[email protected]> Committed: Mon May 8 14:56:43 2017 -0500 ---------------------------------------------------------------------- htrace-c/pom.xml | 2 +- htrace-core4/pom.xml | 2 +- htrace-flume/pom.xml | 2 +- htrace-hbase/pom.xml | 2 +- htrace-htraced/pom.xml | 2 +- htrace-webapp/pom.xml | 2 +- htrace-zipkin/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-c/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml index f20489a..4145031 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>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-core4/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core4/pom.xml b/htrace-core4/pom.xml index e3165ce..ce90382 100644 --- a/htrace-core4/pom.xml +++ b/htrace-core4/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index 8238410..859df44 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>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index e3427c5..05f79c0 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>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-htraced/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml index a981ca7..d43493d 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>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml index d868397..7a229cc 100644 --- a/htrace-webapp/pom.xml +++ b/htrace-webapp/pom.xml @@ -18,7 +18,7 @@ language governing permissions and limitations under the License. --> <parent> <artifactId>htrace</artifactId> <groupId>org.apache.htrace</groupId> - <version>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index f272e7e..4a6e5de 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>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/4a8df24b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 44e850a..fcdb469 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>4.3.0-incubating-SNAPSHOT</version> + <version>4.3.0-incubating</version> <packaging>pom</packaging> <name>Apache HTrace</name> <description>A distributed tracing framework.</description>
