zeromq / jeromq

JeroMQ is a pure Java implementation of the ZeroMQ messaging library, offering high-performance asynchronous messaging for distributed or concurrent applications.
https://zeromq.org
Mozilla Public License 2.0
2.36k stars 485 forks source link

release 0.1.0 and publish it to the maven repository #13

Closed miniway closed 12 years ago

ghost commented 12 years ago

Guess I'll try to take care of this since I volunteered as a maintainer. I noticed you upped the snapshot version to 0.2 a few days ago. I assume the release should only include changes before then? Should I just tag the release commit?

miniway commented 12 years ago

@jasongustafson Great, yes the release 1.0 should include only before 0.2 changes. I create a tag v0.1.0 on a commit. You can create a release branch based on it.

ghost commented 12 years ago

Couple problems with doing the release. I need access to the sonatype repository (my account name is jason.gustafson). Also, does someone in the zeromq project need to sign my gpg key?

miniway commented 12 years ago

From my understanding, sonatype might have to give you a right for the release. I left a comment on the issue, https://issues.sonatype.org/browse/OSSRH-4144.

Also I didn't follow the C4 process for the release, :) you should fork a release repository.

ghost commented 12 years ago

0.1.0 has been released to https://oss.sonatype.org/content/repositories/releases. I created a release branch in my fork, so hopefully that satisfies C4. I think all that's left is to sync with central.

michaelklishin commented 12 years ago

:thumbsup:

miniway commented 12 years ago
ghost commented 12 years ago

Up on central.