Skip to content

Commit

Permalink
prepare release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chbloemer committed Nov 10, 2016
1 parent 10859a8 commit c364de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Just add following dependency definitions to your `pom.xml`.
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>spring-jade4j</artifactId>
<version>1.2.3</version>
<version>1.2.5</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.neuland-bfi</groupId>
<artifactId>spring-jade4j</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.2.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>spring-jade4j</name>
<description>Spring interface to the Jade compiler</description>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>de.neuland-bfi</groupId>
<artifactId>jade4j</artifactId>
<version>1.2.3</version>
<version>1.2.5</version>
</dependency>

<!-- Spring framework -->
Expand Down

0 comments on commit c364de1

Please sign in to comment.