aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2017-03-15 11:26:37 -0700
committerGitHub <noreply@github.com>2017-03-15 11:26:37 -0700
commit544d349f4c3bdbf7fc86444c3c36fba5801710b3 (patch)
tree6d6f7d85015cbebc54b52a0633e8c5de9b573ee4
parentfb02d07057adb9dfcb501f514703e20e3249fdfd (diff)
parentfbe7a53385a962b493114bb2d68406a0ae3dee25 (diff)
downloadplatform_external_opencensus-java-544d349f4c3bdbf7fc86444c3c36fba5801710b3.tar.gz
platform_external_opencensus-java-544d349f4c3bdbf7fc86444c3c36fba5801710b3.tar.bz2
platform_external_opencensus-java-544d349f4c3bdbf7fc86444c3c36fba5801710b3.zip
Merge pull request #140 from sebright/remove-redundant-pom-fields
Remove redundant fields in pom.xml files.
-rw-r--r--core/pom.xml2
-rw-r--r--core_context_impl/pom.xml2
-rw-r--r--core_impl/pom.xml2
-rw-r--r--shared/pom.xml1
4 files changed, 0 insertions, 7 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 655e4118..5a623297 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,9 +5,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>com.google.census</groupId>
<artifactId>census-core</artifactId>
- <version>0.1.0-SNAPSHOT</version>
<name>Census Java Core</name>
<url>https://github.com/google/instrumentation-java</url>
diff --git a/core_context_impl/pom.xml b/core_context_impl/pom.xml
index e5cfdb23..9fdbe45e 100644
--- a/core_context_impl/pom.xml
+++ b/core_context_impl/pom.xml
@@ -5,9 +5,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>com.google.census</groupId>
<artifactId>census-core_context_impl</artifactId>
- <version>0.1.0-SNAPSHOT</version>
<name>Census Java Core Context Impl</name>
<url>https://github.com/google/instrumentation-java</url>
diff --git a/core_impl/pom.xml b/core_impl/pom.xml
index 183cd842..46323bd8 100644
--- a/core_impl/pom.xml
+++ b/core_impl/pom.xml
@@ -5,9 +5,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>com.google.census</groupId>
<artifactId>census-core_impl</artifactId>
- <version>0.1.0-SNAPSHOT</version>
<name>Census Java Core Impl</name>
<url>https://github.com/google/instrumentation-java</url>
diff --git a/shared/pom.xml b/shared/pom.xml
index 5dd5e8b2..32d6c884 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -5,7 +5,6 @@
<groupId>com.google.io</groupId>
<artifactId>shared</artifactId>
- <version>0.1.0-SNAPSHOT</version>
<parent>
<groupId>com.google.census</groupId>