Skip to content

Commit

Permalink
1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
frekele committed Jan 24, 2018
1 parent 0b9eb1a commit 3042015
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.frekele.cielo</groupId>
<artifactId>cielo-lio-remote-client</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

<packaging>jar</packaging>
<inceptionYear>2018</inceptionYear>
Expand Down Expand Up @@ -116,16 +116,12 @@

<!-- mvn -DskipITs=false : Skips Unit tests -->
<skipUTs>false</skipUTs>

<!-- mvn -DskipITs=true : Skips Integration tests -->
<skipITs>true</skipITs>

<!-- mvn -Dmaven.javadoc.skip=true : Skips Generate JavaDoc .jar-->
<maven.javadoc.skip>true</maven.javadoc.skip>

<!-- mvn -Dmaven.source.skip=true : Skips Generate JavaSource .jar -->
<maven.source.skip>true</maven.source.skip>

</properties>

<dependencyManagement>
Expand Down

0 comments on commit 3042015

Please sign in to comment.