Skip to content

Commit

Permalink
before release 1.2.0 (#319)
Browse files Browse the repository at this point in the history
* Update versions to 1.2.0
* Use latest google_checks.xml
  • Loading branch information
lesv authored Dec 3, 2021
1 parent 458efd0 commit 235d24c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 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.2.0-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.0</version><!-- {x-version-update:checkstyle-configuration:current} -->
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ limitations under the License.

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

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -216,7 +216,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2.0-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.0</version><!-- {x-version-update:checkstyle-configuration:current} -->
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -306,7 +306,7 @@ limitations under the License.
<dependency>
<groupId>com.google.cloud.samples</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>1.2.0-SNAPSHOT</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.0</version><!-- {x-version-update:checkstyle-configuration:current} -->
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
<version>1.2.0</version><!-- {x-version-update:shared-configuration:current} -->
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions third_party/checkstyle/METADATA
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ third_party {
type: GIT
value: "https://github.com/checkstyle/checkstyle"
}
version: "8.36.1"
last_upgrade_date { year: 2021 month: 4 day: 05 }
version: "9.2"
last_upgrade_date { year: 2021 month: 12 day: 02 }
local_modifications:
"RegexpHeader, severity(error), SupressWaringsHolder, SuppressionCommentFilter, "
"SingleLineJavadoc(ignoreInlineTags), and SuppressionCommentFilter"
Expand Down
1 change: 1 addition & 0 deletions third_party/checkstyle/google_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF,
RECORD_COMPONENT_DEF"/>
</module>
<module name="NoWhitespaceBeforeCaseDefaultColon"/>
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
<module name="CustomImportOrder">
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Format:
# module:released-version:current-version

shared-configuration:1.0.24:1.2.0-SNAPSHOT
checkstyle-configuration:1.0.24:1.2.0-SNAPSHOT
shared-configuration:1.0.24:1.2.0
checkstyle-configuration:1.0.24:1.2.0

0 comments on commit 235d24c

Please sign in to comment.