Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release jai-imageio-core 1.3.1 #17

Closed
stain opened this issue Sep 23, 2015 · 3 comments
Closed

Release jai-imageio-core 1.3.1 #17

stain opened this issue Sep 23, 2015 · 3 comments

Comments

@stain
Copy link
Member

stain commented Sep 23, 2015

I think it's time for a new release. I have updated the release notes to include the TIFF memory fix and OSGi bundle. Thanks to the new contributors!

(BTW: I have also invited all contributors to be owners/committers of this github organization)

I guess version 1.3.1 is OK, even though we are now an OSGi bundle?

Anything else that needs to be updated before the release? I will prepare a release candidate.

@stain
Copy link
Member Author

stain commented Oct 1, 2015

Trying an Apache-style release candidate.

Please vote over the release candidate jai-imageio-core-1.3.1-RC1

+1 : Release jai-imageio-core-1.3.1-RC1
+0: No opinion
-1: Don't release, because..

Anyone can vote! Simply reply to this message.

The release will pass if a majority of votes have been received within 2015-10-08 (1 week).

Commit: 69c0e2f

Tag: https://github.com/jai-imageio/jai-imageio-core/tree/jai-imageio-core-1.3.1-RC1

Binaries: https://bintray.com/stain/maven/jai-imageio-core-release-candidates/1.3.1/view#files

Maven repository: http://dl.bintray.com/stain/maven/
aka http://dl.bintray.com/stain/maven/com/github/jai-imageio/jai-imageio-core/1.3.1/

Binaries are signed with PGP key A0FFD119

To test with Maven, use:

<dependencies>
    <dependency>
        <groupId>com.github.jai-imageio</groupId>
        <artifactId>jai-imageio-core</artifactId>
        <version>1.3.1</version>
    </dependency>
</dependencies>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-stain-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/stain/maven</url>
</repository>
</repositories>

If the release candidate is approved, I will publish to Maven Central and change the tag to jai-imageio-core-1.3.1.

@seanjreilly
Copy link

A belated +1!

@stain
Copy link
Member Author

stain commented Nov 9, 2015

Thanks, @seanjreilly!

Now 1.3.1 has been tagged, released, etc.. should appear in Maven Central in a few hours - for the inpatient see https://bintray.com/jai-imageio/maven/jai-imageio-core-standalone

@stain stain closed this as completed Nov 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants