Repository: incubator-htrace Updated Branches: refs/heads/branch-4.1 87d4ffa61 -> ea5ebb224
Change version from 4.1.0-incubating-SNAPSHOT to 4.1.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/ea5ebb22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/ea5ebb22 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/ea5ebb22 Branch: refs/heads/branch-4.1 Commit: ea5ebb2244b43ebbc2a1cdddd0025957da1d4ff1 Parents: 87d4ffa Author: Colin P. Mccabe <[email protected]> Authored: Tue Feb 2 16:29:50 2016 -0800 Committer: Colin P. Mccabe <[email protected]> Committed: Tue Feb 2 16:29:50 2016 -0800 ---------------------------------------------------------------------- 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/ea5ebb22/htrace-c/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml index aee52f5..49bc8ab 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/htrace-core4/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core4/pom.xml b/htrace-core4/pom.xml index 77e9b46..e9261ba 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index c9e1834..99e1a47 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index 549f651..a592696 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/htrace-htraced/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml index b67af6d..c8c4c4e 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/htrace-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml index 3fc3e5b..7cc5ca1 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index 44424ff..f8c347b 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/ea5ebb22/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aaa8930..fbad6bd 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.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <packaging>pom</packaging> <name>Apache HTrace</name> <description>A distributed tracing framework.</description>
