Skip to content

Commit

Permalink
Pom: Changing version back to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWellington committed May 11, 2016
1 parent 6c2e59e commit ece07e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>aroma-data-operations</artifactId>
<version>1.1</version>
<version>1.0</version>
<name>${project.artifactId}</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -114,7 +114,7 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>

<!--Decorater Pattern for Guice-->
<dependency>
<groupId>tech.sirwellington.decorice</groupId>
Expand All @@ -129,7 +129,7 @@
<artifactId>cassandra-driver-core</artifactId>
<version>2.2.0-rc3</version>
</dependency>

<!--=======================-->
<!--EXPIRING MAP-->
<!--=======================-->
Expand All @@ -146,7 +146,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit ece07e2

Please sign in to comment.