aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-03-16 07:56:29 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-03-16 07:56:29 +0100
commitd0131d9c9bf8fb2dcc87c8dbec430c58bf926880 (patch)
treeec5724e10c24964470a022bcb3814c57a16029e0 /doc
parent4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357 (diff)
downloadlombok-d0131d9c9bf8fb2dcc87c8dbec430c58bf926880.tar.gz
lombok-d0131d9c9bf8fb2dcc87c8dbec430c58bf926880.tar.bz2
lombok-d0131d9c9bf8fb2dcc87c8dbec430c58bf926880.zip
Updated instructions for publishing a new version
Diffstat (limited to 'doc')
-rw-r--r--doc/publishing.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/publishing.txt b/doc/publishing.txt
index 01a2c294..85a13a9c 100644
--- a/doc/publishing.txt
+++ b/doc/publishing.txt
@@ -10,4 +10,6 @@ Step #4: git push && git push --tags
Step #5: ant publish-all
+Step #6: Follow the instructions that flew by when the maven-publish task ran, which involves going to http://oss.sonatype.org/ and logging in with the username/pass that are in your scroll log, to test and then 'release' the staged repo to maven central. Note that once you do this there's no turning back, and that version number is forever associated with this release.
+
Step #6: Change src/core/lombok/core/Version.java to "0.8.2-EDGE", and commit this.