Skip to content

Commit

Permalink
Release 1.0.11.Final[UPDATED]
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshk15 committed Sep 11, 2017
1 parent 7f4fd5e commit 42f3e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:
jdk:
- oraclejdk8
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P RESTEasy,DS,JPA-EclipseLink,MySQL sonar:sonar
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P Apache-HttpClient,RESTEasy,AWS,MySQL,JDBC-CP-Hikari,JPA-EclipseLink sonar:sonar
cache:
directories:
- '$HOME/.m2/repository'
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version>1.0.11.Final</version>
</parent>
<artifactId>adeptj-runtime</artifactId>
<version>1.0.12-SNAPSHOT</version>
<version>1.0.11.Final</version>
<packaging>jar</packaging>
<name>AdeptJ Runtime</name>
<description>AdeptJ Runtime for deploying various modules(OSGi Bundles)</description>
Expand Down Expand Up @@ -996,14 +996,14 @@
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-modules-jaxrs-core</artifactId>
<version>1.0.5.Final</version>
<version>1.0.4.Final</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-modules-jaxrs-resteasy</artifactId>
<version>1.0.8.Final</version>
<version>1.0.7.Final</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -1363,7 +1363,7 @@
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-modules-commons-datasource</artifactId>
<version>1.0.1.Final</version>
<version>1.0.2.Final</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -1436,7 +1436,7 @@
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-modules-data-jpa</artifactId>
<version>1.0.1.Final</version>
<version>1.0.2.Final</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 42f3e21

Please sign in to comment.