Skip to content

Releases: ayeseeem/icm-bits-java

v0.2.4

05 Jan 15:32
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Another failed attempt to get mvn release:deploy to work properly when deploying to GitHub Packages.
This time, tried mvn -Dmaven.wagon.http.pool=false release:deploy but downgraded to Maven version 3.2.2, after problems deploying the sources .jar, as shown by v0.2.3. This was suggested by
https://stackoverflow.com/questions/4251488/maven-release-plugin-fails-source-artifacts-getting-deployed-twice/37702241#37702241

This took me back to an earlier failure mode:

javax.net.ssl.SSLException: hostname in certificate didn't match: <maven.pkg.github.com> != <*.registry.github.jpy.wang> OR <*.registry.github.jpy.wang> OR <registry.github.com>

v0.2.3

31 Dec 15:51
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Package org.ayeseeem.icm-bits-java v0.2.3.

Another failed attempt to get mvn release:deploy to work properly when deploying to GitHub Packages.
This time, tried mvn -Dmaven.wagon.http.pool=false release:deploy.

JAR and POM uploaded again. .jar.md5 and .pom.md5 failed to upload.

Failed to upload checksum org/ayeseeem/icm-bits-java/maven-metadata.xml.sha1

Failed to deploy artifacts: Could not transfer artifact org.ayeseeem:icm-bits-java:jar:sources:0.2.3 from/to github (https://maven.pkg.github.com/ayeseeem/icm-bits-java): Transfer failed for https://maven.pkg.github.com/ayeseeem/icm-bits-java/org/ayeseeem/icm-bits-java/0.2.3/icm-bits-java-0.2.3-sources.jar 400 Bad Request

v0.2.2

31 Dec 15:35
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Package org.ayeseeem.icm-bits-java v0.2.2.

Another attempt at deploying to GitHub Packages as part of mvn release:perform.
Another failure - POM and JAR deployed, but .md5 uploads failed, failing the release:perform step, leaving in an inconsistent state.

v0.2.1

31 Dec 15:03
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Package org.ayeseeem.icm-bits-java v0.2.1.

Should be the same as v0.2, just trying to get deployment to GitHub Packages working.
.pom and .jar deployed OK, but .pom.md5 and .jar.md5 failed to deploy with 400 Bad Request

v0.2

26 Dec 14:03
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Added container helpers: static factory methods listOf(), setOf(), keySortedMap(), and insertionOrderedMap().

v0.1

26 Dec 12:50
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release of @Characterization and ContainedItem (for the(thing).isIn(1, 2, 3)).