@@ -10,13 +10,13 @@ These are the components we provide:
1010 <dependency>
1111 <groupId>com.sumologic.shellbase</groupId>
1212 <artifactId>shellbase-core_2.13</artifactId>
13- <version>4 .0.0 </version>
13+ <version>5 .0.1 </version>
1414 </dependency>
1515
1616 <dependency>
1717 <groupId>com.sumologic.shellbase</groupId>
1818 <artifactId>shellbase-slack_2.13</artifactId>
19- <version>4 .0.0 </version>
19+ <version>5 .0.1 </version>
2020 </dependency>
2121```
2222
@@ -77,9 +77,9 @@ outside this list)
7777 signing.gnupg.passphrase=${password_for_imported_sumoapi_key}
7878 ```
79792. Remove `-SNAPSHOT` suffix from `version` in `build.gradle`
80- 3. Make a release branch with Scala version and project version, ex. `shellbase-5.0.1 `:
80+ 3. Make a release branch with Scala version and project version, ex. `shellbase-5.0.2 `:
8181 ```
82- export RELEASE_VERSION=shellbase-5.0.1
82+ export RELEASE_VERSION=shellbase-5.0.2
8383 git checkout -b ${RELEASE_VERSION}
8484 git add build.gradle
8585 git commit -m "[release] ${RELEASE_VERSION}"
@@ -97,7 +97,7 @@ outside this list)
97975. Go to https://oss.sonatype.org/index.html#stagingRepositories, search for com.sumologic, close and release your repo.
9898NOTE: If you had to login, reload the URL. It doesn't take you to the right page post-login
99996. Update the `README.md` and `CHANGELOG.md` with the new version and set upcoming snapshot `version`
100- in `build.gradle`, ex. `5.0.2 -SNAPSHOT`
100+ in `build.gradle`, ex. `5.0.3 -SNAPSHOT`
1011017. Commit the change and push as a PR:
102102 ```
103103 git add build.gradle README.md CHANGELOG.md
0 commit comments