Skip to content

Commit

Permalink
start 2.33 development
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 28, 2018
1 parent 92e75a5 commit 9229828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This part is intended for committer who are packaging a release.
* Build and deploy the artifacts

```
gradlew clean uploadArchives
gradlew clean test uploadArchives -i
```

* Go to [Sonatype staging repositories](https://oss.sonatype.org/index.html#stagingRepositories) and process the deploy
Expand All @@ -71,12 +71,11 @@ This part is intended for committer who are packaging a release.
* Create the version on Github
* login to Github and open project https://github.com/HtmlUnit/htmlunit-core-js
* click Releases > Draft new release
* fill the tag and title field with the release number (e.g. 1.1.0)
* fill the tag and title field with the release number (e.g. 2.32)
* write some notes about the release
* and publish the release

* Update the version number in pom.xml to start next snapshot development
* Update the htmlunit pom to use the new release
* Update the version number in build.gradle to start next snapshot development
* Update the htmlunit pom to use the new release

## Authors

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'signing'

group = "net.sourceforge.htmlunit"
archivesBaseName = "htmlunit-core-js"
version = "2.32"
version = "2.33-SNAPSHOT"


jar {
Expand Down

0 comments on commit 9229828

Please sign in to comment.