Skip to content

Commit

Permalink
prep for release (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv authored Dec 15, 2017
1 parent 15f8ddb commit 7b45e95
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
8 changes: 7 additions & 1 deletion checkstyle-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -51,6 +51,12 @@ limitations under the License.
<organization>Google Inc.</organization>
<organizationUrl>https://cloud.google.com</organizationUrl>
</developer>
<developer>
<name>Kurtis Van Gent</name>
<email>[email protected]</email>
<organization>Google Inc.</organization>
<organizationUrl>https://cloud.google.com</organizationUrl>
</developer>
</developers>

<scm>
Expand Down
16 changes: 11 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -55,6 +55,12 @@ limitations under the License.
<organization>Google Inc.</organization>
<organizationUrl>https://cloud.google.com</organizationUrl>
</developer>
<developer>
<name>Kurtis Van Gent</name>
<email>[email protected]</email>
<organization>Google Inc.</organization>
<organizationUrl>https://cloud.google.com</organizationUrl>
</developer>
</developers>

<scm>
Expand Down Expand Up @@ -159,7 +165,7 @@ limitations under the License.
<plugin> <!-- Unit Tests -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.20.1</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand All @@ -168,7 +174,7 @@ limitations under the License.
<plugin> <!-- Integration / System Tests -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.20</version>
<version>2.20.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -198,7 +204,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand All @@ -219,7 +225,7 @@ limitations under the License.
<plugin> <!-- Used for managing and upgrading dependencies -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.4</version>
<version>2.5</version>
</plugin>

<plugin> <!-- Used for creating basic report creation -->
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<parent>
<artifactId>shared-configuration</artifactId>
<groupId>com.google.cloud.samples</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -46,7 +46,7 @@ limitations under the License.
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.34</version>
<version>0.37</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7b45e95

Please sign in to comment.