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

1.0 release of Liberty Gradle Plug-in #32

Closed
jgawor opened this issue Nov 18, 2015 · 4 comments
Closed

1.0 release of Liberty Gradle Plug-in #32

jgawor opened this issue Nov 18, 2015 · 4 comments
Assignees
Milestone

Comments

@jgawor
Copy link
Contributor

jgawor commented Nov 18, 2015

Create the first release of the Liberty Gradle plug-in.

@jgawor
Copy link
Contributor Author

jgawor commented Nov 18, 2015

@jgawor
Copy link
Contributor Author

jgawor commented Nov 18, 2015

    repositories {
        mavenCentral()
        maven {
            name = 'staging site'
            url = 'https://oss.sonatype.org/content/repositories/netwasdev-1008/'
        }
    }
    dependencies {
        classpath 'net.wasdev.wlp.gradle.plugins:liberty-gradle-plugin:1.0'
    }

@jgawor
Copy link
Contributor Author

jgawor commented Nov 28, 2015

Created a new RC with updates for #38, #39 and #40. The release artifacts are available at: https://oss.sonatype.org/service/local/repositories/netwasdev-1020/content/

    repositories {
        mavenCentral()
        maven {
            name = 'staging site'
            url = 'https://oss.sonatype.org/service/local/repositories/netwasdev-1020/content/'
        }
    }
    dependencies {
        classpath 'net.wasdev.wlp.gradle.plugins:liberty-gradle-plugin:1.0'
    }

@jgawor jgawor added this to the release_1.0 milestone Dec 1, 2015
@jgawor jgawor self-assigned this Dec 1, 2015
@jgawor
Copy link
Contributor Author

jgawor commented Dec 1, 2015

Testing was successful, so I created liberty-gradle-plugin-1.0 tag, published a GitHub release, and promoted the artifacts to Maven central.

@jgawor jgawor closed this as completed Dec 1, 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

1 participant