Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.2.1-SNAPSHOT #321

Merged
merged 1 commit into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Don't forget to specify a release tag on Github once your PR is accepted.
From the root project folder, run the following command to release `checkstyle-config`:

cd checkstyle-config
mvn -P release clean verify deploy
mvn -P release clean package deploy

Next, use the following to release `shared-configuration`:

cd ..
mvn -P release clean verify deploy
mvn -P release clean package deploy

That will open, upload, close, and release. The parent will need you to visit sonatype to close,
and verify manually.
Expand Down
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</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.1-SNAPSHOT</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</version><!-- {x-version-update:shared-configuration:current} -->
<version>1.2.1-SNAPSHOT</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</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.1-SNAPSHOT</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</version><!-- {x-version-update:checkstyle-configuration:current} -->
<version>1.2.1-SNAPSHOT</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</version><!-- {x-version-update:shared-configuration:current} -->
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:shared-configuration:current} -->
<relativePath>..</relativePath>
</parent>

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
checkstyle-configuration:1.0.24:1.2.0
shared-configuration:1.2.0:1.2.1-SNAPSHOT
checkstyle-configuration:1.2.0:1.2.1-SNAPSHOT