Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Apr 8, 2010
1 parent a64ef43 commit 5695469
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="src" value="src/main/java" />
<property name="target" location="target" />
<property name="bin" location="${target}/main" />
<property name="version-base" value="4.8.1" />
<property name="version-base" value="4.8.2" />
<property name="version-status" value="" />
<property name="version" value="${version-base}${version-status}" />
<property name="dist" value="junit${version}" />
Expand Down
3 changes: 2 additions & 1 deletion doc/building-junit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Steps to build junit:

- Must be manual
- Write release notes
- Update version in build.xml
- Update version in build.xml and pom.xml
- Not too tedious:
- Run the ant zip task
- Upload stuff to github (including tag)
Expand All @@ -11,5 +11,6 @@ Steps to build junit:
- Update javadocs on github site (and "latest" link)
- Update javadocs on junit.org
- Put release notes on github.
- Do something with maven.
- Announce on blog, user list, dev list, announce list, junit.org, twitter
- Profit!
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.8.2</version>
<name>JUnit</name>
<url>http://junit.org</url>
<description>
Expand Down

0 comments on commit 5695469

Please sign in to comment.