Skip to content

Commit

Permalink
Merge pull request #5 from highmobility/ga-release
Browse files Browse the repository at this point in the history
Ga release
  • Loading branch information
tonisives authored Mar 6, 2023
2 parents 4d51b6b + b06a7e7 commit e616d32
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Create new tag
run: ./gradlew :auto-api-java:release -Prelease.useAutomaticVersion=true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [13.2.1]
## [13.2.0]
- Update to latest [auto api branch](https://github.com/highmobility/auto-api/commit/06905522ba2c10c96bdd2899b4148ddc47a29a58)

## [13.1.1]
Expand Down
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ ext {
]
}

allprojects {
group = "com.high-mobility"

subprojects {
repositories {
mavenCentral()
}

// nexus-publish plugin needs to be in root build.gradle 2 times
// https://github.com/gradle-nexus/publish-plugin/issues/81
group = "com.high-mobility"
}

0 comments on commit e616d32

Please sign in to comment.