forked from Gagravarr/VorbisJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASING.txt
More file actions
19 lines (17 loc) · 758 Bytes
/
RELEASING.txt
File metadata and controls
19 lines (17 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Before the release:
* Update the version strings and dates in the files which embed them:
core/src/main/java/org/gagravarr/speex/SpeexInfo.java
core/src/main/java/org/gagravarr/vorbis/VorbisStyleComments.java
* Ensure the CHANGES file is up-to-date
* Try running Apache Tika with a manual build of the new version, and
ensure all Tika tests pass
To release:
* Follow the Sonatype Guide
http://central.sonatype.org/pages/ossrh-guide.html
http://central.sonatype.org/pages/apache-maven.html#performing-a-release-deployment-with-the-maven-release-plugin
* Key steps are:
* mvn -DdryRun=true release:clean release:prepare
* mvn release:clean release:prepare
* mvn release:perform
After the release:
* Upgrade the dependency in Apache Tika