Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore: enable nexus-publish plugin (#296)
Browse files Browse the repository at this point in the history
* chore: release 2.0.4-SNAPSHOT

* chore: fix dependencies

* chore: enable nexus-publish plugin

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
Neenu1995 and release-please[bot] committed Oct 6, 2021
1 parent 16aacce commit 0a24236
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
@@ -1,14 +1,5 @@
# Changelog

### [2.0.3](https://www.github.com/googleapis/api-common-java/compare/v2.0.2...v2.0.3) (2021-10-05)


### Dependencies

* update gradle-nexus-publish-plugin ([#269](https://www.github.com/googleapis/api-common-java/issues/269)) ([7776834](https://www.github.com/googleapis/api-common-java/commit/7776834dd69d3f5556f852b8cb57e5fe6628ce5f))

* update dependency com.google.guava:guava to v31 ([#277](https://www.github.com/googleapis/api-common-java/issues/277)) ([c2457e8](https://www.github.com/googleapis/api-common-java/commit/c2457e84ae7c3b5da1498c4394049f39d9fb95c3))

### [2.0.2](https://www.github.com/googleapis/api-common-java/compare/v2.0.1...v2.0.2) (2021-08-20)


Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
group = "com.google.api"
archivesBaseName = "api-common"

project.version = "2.0.4-SNAPSHOT" // {x-version-update:api-common:current}
project.version = "2.0.3-SNAPSHOT" // {x-version-update:api-common:current}

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -227,8 +227,8 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
packageGroup = "com.google.api"
repositories {
sonatype { //or custom repository name
nexusUrl.set(uri("https://google.oss.sonatype.org/service/local/staging/deploy/maven2/"))
snapshotRepositoryUrl.set(uri("https://google.oss.sonatype.org/content/repositories/snapshots/"))
nexusUrl.set(uri('https://google.oss.sonatype.org/service/local/'))
snapshotRepositoryUrl.set(uri('https://google.oss.sonatype.org/content/repositories/snapshots/'))
username = ossrhUsername
password = ossrhPassword
}
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

api-common:2.0.3:2.0.4-SNAPSHOT
api-common:2.0.2:2.0.3-SNAPSHOT

0 comments on commit 0a24236

Please sign in to comment.