Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu committed Sep 22, 2017
1 parent c53f291 commit 1a29ef3
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 41 deletions.
2 changes: 1 addition & 1 deletion guice/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-annotation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/google-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-google-auth</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/grpc-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-grpc-sink</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/java-timestamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-java-timestamp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/joda-timestamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-joda-timestamp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-servlet</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/single-thread-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-single-thread-scheduler</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guice/v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>guice</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-v1</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.google.cloud.trace</groupId>
<artifactId>root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>Google Cloud Trace Java SDK Root Project</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<url>https://github.com/GoogleCloudPlatform/cloud-trace-java</url>
<connection>scm:git:https://github.com/GoogleCloudPlatform/cloud-trace-java.git</connection>
<developerConnection>scm:git:https://github.com/GoogleCloudPlatform/cloud-trace-java.git</developerConnection>
<tag>HEAD</tag>
<tag>0.5.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/basic-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>samples</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>basic-logging</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/buffering-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>samples</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>buffering-grpc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/guice-scheduled-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>samples</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-scheduled-grpc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/guice-servlet-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>samples</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>guice-servlet-grpc</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/managed-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>samples</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>managed-grpc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>samples</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 2 additions & 4 deletions samples/stackdriver-trace-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>com.google.cloud.trace</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sdk/annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>annotation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>core-testing</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>implementation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/java-timestamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>java-timestamp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/joda-timestamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>joda-timestamp</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>root</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>sdk</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>sdk</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>servlet</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sdk/sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sdk</artifactId>
<groupId>com.google.cloud.trace</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions services/appengine-standard-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>services-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>appengine-standard-service</artifactId>
<packaging>jar</packaging>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion services/logging-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace</groupId>
<artifactId>services-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>logging-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.google.cloud.trace</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion services/trace-grpc-api-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>services-parent</artifactId>
<groupId>com.google.cloud.trace</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sinks/v1/grpc-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace.v1</groupId>
<artifactId>v1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>grpc-consumer</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sinks/v1/http-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace.v1</groupId>
<artifactId>v1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>http-consumer</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sinks/v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>com.google.cloud.trace</groupId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sinks/v1/sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.cloud.trace.v1</groupId>
<artifactId>v1</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>sink</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 1a29ef3

Please sign in to comment.