File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * 2024-10-17: Version 2.12 released to Maven Central.
12* 2023-10-10: Version 2.11 released to Maven Central.
23* 2022-04-29: Version 2.10 released to Maven Central.
34* 2022-01-17: Version 2.9 released to Maven Central.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The Java client library is available on Maven central (http://search.maven.org/)
1212<dependency>
1313 <groupId>com.sumologic.api.client</groupId>
1414 <artifactId>sumo-java-client</artifactId>
15- <version>2.11 </version>
15+ <version>2.12 </version>
1616</dependency>
1717```
1818
Original file line number Diff line number Diff line change 1717 signing.gnupg.passphrase=${password_for_imported_sumoapi_key}
1818 ```
19192. Remove `-SNAPSHOT` suffix from `version` in `build.gradle`
20- 3. Make a release branch with Scala version and project version, ex. `sumo-java-client-2.12 `:
20+ 3. Make a release branch with Scala version and project version, ex. `sumo-java-client-2.13 `:
2121 ```
22- export RELEASE_VERSION=sumo-java-client-2.12
22+ export RELEASE_VERSION=sumo-java-client-2.13
2323 git checkout -b ${RELEASE_VERSION}
2424 git add build.gradle
2525 git commit -m "[release] ${RELEASE_VERSION}"
31315. Go to https://oss.sonatype.org/index.html#stagingRepositories, search for com.sumologic, close and release your repo.
3232 NOTE: If you had to login, reload the URL. It doesn't take you to the right page post-login
33336. Update the `README.md` and `CHANGELOG.md` with the new version and set upcoming snapshot `version`
34- in `build.gradle`, ex. `2.13 -SNAPSHOT`
34+ in `build.gradle`, ex. `2.14 -SNAPSHOT`
35357. Commit the change and push as a PR:
3636 ```
3737 git add build.gradle README.md CHANGELOG.md
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333}
3434
3535group = ' com.sumologic.api.client'
36- version = ' 2.12 -SNAPSHOT'
36+ version = ' 2.13 -SNAPSHOT'
3737description = ' Sumo Logic Java Client Library'
3838java. sourceCompatibility = JavaVersion . VERSION_1_8
3939
You can’t perform that action at this time.
0 commit comments