Skip to content

Commit

Permalink
Updated to 2.2-SNAPSHOT, Arquillian Liberty CR1 artifacts, badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Tian committed Feb 21, 2018
1 parent 7ae2834 commit fbff430
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
exclude_paths:
- src/integTest/resources/arquillian-tests/**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ci.gradle [![Build Status](https://travis-ci.org/WASdev/ci.gradle.svg?branch=master)](https://travis-ci.org/WASdev/ci.gradle) [![Maven Central Latest](https://maven-badges.herokuapp.com/maven-central/net.wasdev.wlp.gradle.plugins/liberty-gradle-plugin/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.wasdev.wlp.gradle.plugins%22%20AND%20a%3A%22liberty-gradle-plugin%22) [![Build status](https://ci.appveyor.com/api/projects/status/ebq1a5qtt8ndhc57/branch/master?svg=true)](https://ci.appveyor.com/project/wasdevb1/ci-gradle-6hm2g)
# ci.gradle [![Maven Central Latest](https://maven-badges.herokuapp.com/maven-central/net.wasdev.wlp.gradle.plugins/liberty-gradle-plugin/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.wasdev.wlp.gradle.plugins%22%20AND%20a%3A%22liberty-gradle-plugin%22) [![Build Status](https://travis-ci.org/WASdev/ci.gradle.svg?branch=master)](https://travis-ci.org/WASdev/ci.gradle) [![Build status](https://ci.appveyor.com/api/projects/status/ebq1a5qtt8ndhc57/branch/master?svg=true)](https://ci.appveyor.com/project/wasdevb1/ci-gradle-6hm2g) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9fa7d434945c452cae1c4958bfda8010)](https://www.codacy.com/app/wasdevb1/ci.gradle?utm_source=github.com&utm_medium=referral&utm_content=WASdev/ci.gradle&utm_campaign=Badge_Grade)

The Liberty Gradle plugin supports install and operational control of Liberty runtime and servers. Use it to manage your application on Liberty for integration test and to create Liberty server packages.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ task wrapper(type: Wrapper) {

archivesBaseName = 'liberty-gradle-plugin'
group = 'net.wasdev.wlp.gradle.plugins'
version = '2.1.1-SNAPSHOT'
version = '2.2-SNAPSHOT'

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down
4 changes: 2 additions & 2 deletions src/integTest/resources/arquillian-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ dependencies {
providedCompile ('com.ibm.websphere.appserver.api:com.ibm.websphere.appserver.api.persistence:1.0.18')
providedCompile ('org.eclipse.persistence:javax.persistence:2.1.0')

arqManaged "org.jboss.arquillian.container:arquillian-liberty-managed:1.0.0.Final-SNAPSHOT"
arqRemote "org.jboss.arquillian.container:arquillian-liberty-remote:1.0.0.Final-SNAPSHOT"
arqManaged "org.jboss.arquillian.container:arquillian-wlp-managed-8.5:1.0.0.CR1"
arqRemote "org.jboss.arquillian.container:arquillian-wlp-remote-8.5:1.0.0.CR1"

testCompile "net.wasdev.wlp.common:ci.common:1.0-SNAPSHOT"
testCompile "junit:junit:4.12"
Expand Down

0 comments on commit fbff430

Please sign in to comment.