@@ -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+ 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 -->
0 commit comments