Code Monkey home page Code Monkey logo

To Whom It May Concern:

Insubstantial is currently not releasing any more builds and is actively looking for a new maintainer. It could be you!


This is a fork of several of Kirill Grouchnikov's Java Swing libraries.

BuildHive status: Build Status

##To perform a full release

###Prerequisites You need to have your GPG keys set up and your sonatype password handy. To set up your GPG key set this in your `~/.gradle/gradle.properties (you will need to replace ABCDEF12 and password with your key ID and password).

signing.keyId=ABCDEF12
signing.password=password
signing.secretKeyRingFile=~/.gnupg/secring.gpg

If you are alergic to storing passwords on the file system, the passwords can be passed into the command line of your gradle invocation via the -Dsigning.password=password flag. If you have no such allergies you can also store your sonatype credentails

sonatypeUsername=username
sonatypePassword=password

###The Release Build

  1. Update the version in the root build.gradle file to remove the SNAPSHOT. There should be two locations.
  2. Commit the change to git
  3. perform the build: gradle clean githubDist uploadPublished
  4. Perform smoke testing so you are sure you are happy with the bits.
  5. Upload jars to the github site
  6. Go to oss.sonatype.org and close and release the repo
  7. Bump the version numbers in the root build.gradle, being sure to add SNAPSHOT
  8. Commit the change to git
  9. Push changes to github
  10. After the jars appear in the central repo, post release notes

insubstantial's Projects

halberd icon halberd

Merged with insubstantial -- https://github.com/Insubstantial/insubstantial

peacock icon peacock

merged with insubstantial -- https://github.com/Insubstantial/insubstantial

plafplugin icon plafplugin

merged with insubstantial -- https://github.com/Insubstantial/insubstantial

plafwidget icon plafwidget

merged with insubstantial -- https://github.com/Insubstantial/insubstantial

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.