Skip to content

Commit

Permalink
Preparing for release of version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislay Verma committed Jan 9, 2018
1 parent 5acaccc commit 0d1e37a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.kislayverma</groupId>
<artifactId>rulette</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>Rulette</name>
<description>A lightweight rule storage, definition and evaluation engine intended for the most business use-cases</description>
Expand Down
2 changes: 1 addition & 1 deletion rulette-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.kislayverma</groupId>
<artifactId>rulette</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<groupId>com.github.kislayverma.rulette</groupId>
Expand Down
4 changes: 2 additions & 2 deletions rulette-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.kislayverma</groupId>
<artifactId>rulette</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<groupId>com.github.kislayverma.rulette</groupId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.kislayverma.rulette</groupId>
<artifactId>rulette-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions rulette-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.kislayverma</groupId>
<artifactId>rulette</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<groupId>com.github.kislayverma.rulette</groupId>
Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>com.github.kislayverma.rulette</groupId>
<artifactId>rulette-engine</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.kislayverma.rulette</groupId>
<artifactId>rulette-mysql-provider</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions rulette-mysql-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.kislayverma</groupId>
<artifactId>rulette</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<groupId>com.github.kislayverma.rulette</groupId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.github.kislayverma.rulette</groupId>
<artifactId>rulette-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0d1e37a

Please sign in to comment.