Skip to content

Commit 235d24c

Browse files
authored
before release 1.2.0 (#319)
* Update versions to 1.2.0 * Use latest google_checks.xml
1 parent 458efd0 commit 235d24c

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

checkstyle-config/pom.xml

Lines changed: 1 addition & 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.2.0-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
21+
<version>1.2.0</version><!-- {x-version-update:checkstyle-configuration:current} -->
2222
<packaging>jar</packaging>
2323

2424
<properties>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434

3535
<groupId>com.google.cloud.samples</groupId>
3636
<artifactId>shared-configuration</artifactId>
37-
<version>1.2.0-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
37+
<version>1.2.0</version><!-- {x-version-update:shared-configuration:current} -->
3838
<packaging>pom</packaging>
3939

4040
<name>${project.groupId}:${project.artifactId}</name>
@@ -216,7 +216,7 @@ limitations under the License.
216216
<dependency>
217217
<groupId>com.google.cloud.samples</groupId>
218218
<artifactId>checkstyle-configuration</artifactId>
219-
<version>1.2.0-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
219+
<version>1.2.0</version><!-- {x-version-update:checkstyle-configuration:current} -->
220220
</dependency>
221221
</dependencies>
222222
<configuration>
@@ -306,7 +306,7 @@ limitations under the License.
306306
<dependency>
307307
<groupId>com.google.cloud.samples</groupId>
308308
<artifactId>checkstyle-configuration</artifactId>
309-
<version>1.2.0-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
309+
<version>1.2.0</version><!-- {x-version-update:checkstyle-configuration:current} -->
310310
</dependency>
311311
<dependency>
312312
<groupId>com.puppycrawl.tools</groupId>

test/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
29+
<version>1.2.0</version><!-- {x-version-update:shared-configuration:current} -->
3030
<relativePath>..</relativePath>
3131
</parent>
3232

third_party/checkstyle/METADATA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ third_party {
1313
type: GIT
1414
value: "https://github.com/checkstyle/checkstyle"
1515
}
16-
version: "8.36.1"
17-
last_upgrade_date { year: 2021 month: 4 day: 05 }
16+
version: "9.2"
17+
last_upgrade_date { year: 2021 month: 12 day: 02 }
1818
local_modifications:
1919
"RegexpHeader, severity(error), SupressWaringsHolder, SuppressionCommentFilter, "
2020
"SingleLineJavadoc(ignoreInlineTags), and SuppressionCommentFilter"

third_party/checkstyle/google_checks.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@
275275
PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF,
276276
RECORD_COMPONENT_DEF"/>
277277
</module>
278+
<module name="NoWhitespaceBeforeCaseDefaultColon"/>
278279
<module name="OverloadMethodsDeclarationOrder"/>
279280
<module name="VariableDeclarationUsageDistance"/>
280281
<module name="CustomImportOrder">

versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Format:
22
# module:released-version:current-version
33

4-
shared-configuration:1.0.24:1.2.0-SNAPSHOT
5-
checkstyle-configuration:1.0.24:1.2.0-SNAPSHOT
4+
shared-configuration:1.0.24:1.2.0
5+
checkstyle-configuration:1.0.24:1.2.0

0 commit comments

Comments
 (0)