Skip to content

Commit 7b45e95

Browse files
authored
prep for release (#88)
1 parent 15f8ddb commit 7b45e95

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

checkstyle-config/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
<groupId>com.google.cloud.samples</groupId>
2020
<artifactId>checkstyle-configuration</artifactId>
21-
<version>1.0.3-SNAPSHOT</version>
21+
<version>1.0.3</version>
2222
<packaging>jar</packaging>
2323

2424
<name>${project.groupId}:${project.artifactId}</name>
@@ -51,6 +51,12 @@ limitations under the License.
5151
<organization>Google Inc.</organization>
5252
<organizationUrl>https://cloud.google.com</organizationUrl>
5353
</developer>
54+
<developer>
55+
<name>Kurtis Van Gent</name>
56+
<email>[email protected]</email>
57+
<organization>Google Inc.</organization>
58+
<organizationUrl>https://cloud.google.com</organizationUrl>
59+
</developer>
5460
</developers>
5561

5662
<scm>

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
<groupId>com.google.cloud.samples</groupId>
2020
<artifactId>shared-configuration</artifactId>
21-
<version>1.0.7-SNAPSHOT</version>
21+
<version>1.0.7</version>
2222
<packaging>pom</packaging>
2323

2424
<name>${project.groupId}:${project.artifactId}</name>
@@ -55,6 +55,12 @@ limitations under the License.
5555
<organization>Google Inc.</organization>
5656
<organizationUrl>https://cloud.google.com</organizationUrl>
5757
</developer>
58+
<developer>
59+
<name>Kurtis Van Gent</name>
60+
<email>[email protected]</email>
61+
<organization>Google Inc.</organization>
62+
<organizationUrl>https://cloud.google.com</organizationUrl>
63+
</developer>
5864
</developers>
5965

6066
<scm>
@@ -159,7 +165,7 @@ limitations under the License.
159165
<plugin> <!-- Unit Tests -->
160166
<groupId>org.apache.maven.plugins</groupId>
161167
<artifactId>maven-surefire-plugin</artifactId>
162-
<version>2.20</version>
168+
<version>2.20.1</version>
163169
<configuration>
164170
<trimStackTrace>false</trimStackTrace>
165171
</configuration>
@@ -168,7 +174,7 @@ limitations under the License.
168174
<plugin> <!-- Integration / System Tests -->
169175
<groupId>org.apache.maven.plugins</groupId>
170176
<artifactId>maven-failsafe-plugin</artifactId>
171-
<version>2.20</version>
177+
<version>2.20.1</version>
172178
<executions>
173179
<execution>
174180
<goals>
@@ -198,7 +204,7 @@ limitations under the License.
198204
<dependency>
199205
<groupId>com.google.cloud.samples</groupId>
200206
<artifactId>checkstyle-configuration</artifactId>
201-
<version>1.0.3-SNAPSHOT</version>
207+
<version>1.0.3</version>
202208
</dependency>
203209
<dependency>
204210
<groupId>com.puppycrawl.tools</groupId>
@@ -219,7 +225,7 @@ limitations under the License.
219225
<plugin> <!-- Used for managing and upgrading dependencies -->
220226
<groupId>org.codehaus.mojo</groupId>
221227
<artifactId>versions-maven-plugin</artifactId>
222-
<version>2.4</version>
228+
<version>2.5</version>
223229
</plugin>
224230

225231
<plugin> <!-- Used for creating basic report creation -->

test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
<parent>
2727
<artifactId>shared-configuration</artifactId>
2828
<groupId>com.google.cloud.samples</groupId>
29-
<version>1.0.7-SNAPSHOT</version>
29+
<version>1.0.7</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

@@ -46,7 +46,7 @@ limitations under the License.
4646
<dependency>
4747
<groupId>com.google.truth</groupId>
4848
<artifactId>truth</artifactId>
49-
<version>0.34</version>
49+
<version>0.37</version>
5050
<scope>test</scope>
5151
</dependency>
5252
</dependencies>

0 commit comments

Comments
 (0)