Repository: incubator-htrace Updated Branches: refs/heads/master 41301c8a6 -> 261b7233b
HTRACE-382 Make 4.2.0 release Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/261b7233 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/261b7233 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/261b7233 Branch: refs/heads/master Commit: 261b7233b2b21696d22a7a00d60c3fadcc784859 Parents: 41301c8 Author: stack <[email protected]> Authored: Wed Sep 14 14:52:34 2016 -0700 Committer: stack <[email protected]> Committed: Wed Sep 14 14:52:34 2016 -0700 ---------------------------------------------------------------------- htrace-c/pom.xml | 2 +- htrace-core4/pom.xml | 2 +- htrace-flume/pom.xml | 2 +- htrace-hbase/pom.xml | 3 ++- htrace-htraced/pom.xml | 2 +- htrace-webapp/pom.xml | 2 +- htrace-zipkin/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-c/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-c/pom.xml b/htrace-c/pom.xml index 201a06f..71490e3 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-core4/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core4/pom.xml b/htrace-core4/pom.xml index c31f664..f81b141 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-flume/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index c0dc4a8..f31acf1 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index d56053a..1520946 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -75,6 +75,7 @@ language governing permissions and limitations under the License. --> <execution> <phase>package</phase> <configuration> + <createDependencyReducedPom>false</createDependencyReducedPom> <relocations> <relocation> <pattern>org.apache.commons.logging</pattern> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-htraced/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-htraced/pom.xml b/htrace-htraced/pom.xml index b569d7c..b6c02d8 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml index 43d3a57..eeb34f1 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/htrace-zipkin/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index f626741..f5e4ac9 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/261b7233/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6723f94..ab4f370 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.4.0-SNAPSHOT</version> + <version>4.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache HTrace</name> <description>A distributed tracing framework.</description>
