File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
18
18
19
19
<groupId >com.google.cloud.samples</groupId >
20
20
<artifactId >checkstyle-configuration</artifactId >
21
- <version >1.2.1 </version ><!-- {x-version-update:checkstyle-configuration:current} -->
21
+ <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
22
22
<packaging >jar</packaging >
23
23
24
24
<properties >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ limitations under the License.
33
33
34
34
<groupId >com.google.cloud.samples</groupId >
35
35
<artifactId >shared-configuration</artifactId >
36
- <version >1.2.1 </version ><!-- {x-version-update:shared-configuration:current} -->
36
+ <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:shared-configuration:current} -->
37
37
<packaging >pom</packaging >
38
38
39
39
<name >${project.groupId} :${project.artifactId} </name >
@@ -215,7 +215,7 @@ limitations under the License.
215
215
<dependency >
216
216
<groupId >com.google.cloud.samples</groupId >
217
217
<artifactId >checkstyle-configuration</artifactId >
218
- <version >1.2.1 </version ><!-- {x-version-update:checkstyle-configuration:current} -->
218
+ <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
219
219
</dependency >
220
220
</dependencies >
221
221
<configuration >
@@ -305,7 +305,7 @@ limitations under the License.
305
305
<dependency >
306
306
<groupId >com.google.cloud.samples</groupId >
307
307
<artifactId >checkstyle-configuration</artifactId >
308
- <version >1.2.1 </version ><!-- {x-version-update:checkstyle-configuration:current} -->
308
+ <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
309
309
</dependency >
310
310
<dependency >
311
311
<groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ limitations under the License.
26
26
<parent >
27
27
<artifactId >shared-configuration</artifactId >
28
28
<groupId >com.google.cloud.samples</groupId >
29
- <version >1.2.1 </version ><!-- {x-version-update:shared-configuration:current} -->
29
+ <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:shared-configuration:current} -->
30
30
<relativePath >..</relativePath >
31
31
</parent >
32
32
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- shared-configuration:1.2.1:1.2.1
5
- checkstyle-configuration:1.2.1:1.2.1
4
+ shared-configuration:1.2.1:1.2.2-SNAPSHOT
5
+ checkstyle-configuration:1.2.1:1.2.2-SNAPSHOT
You can’t perform that action at this time.
0 commit comments