Skip to content

Commit

Permalink
version 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 18, 2018
1 parent a5c308e commit 84537c0
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ subprojects {
testCompile libs.spring_test
}

version = '4.1.3'
version = '4.1.4'

sourceCompatibility = '1.7'
targetCompatibility = '1.7'
Expand Down
2 changes: 1 addition & 1 deletion console-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion console-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion demoapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<properties>
Expand Down
7 changes: 6 additions & 1 deletion docs/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ bug-fixing (thanks to our users) we added **Maven support** and basic **Java EE
**October 11th, 2011**. We moved to **Maven Central** (group-id org.javasimon) and further improved Java EE support.
Embeddable web-console was added in version 3.2.

## 4.1.4 - 2017-05-07
## 4.1.4 - 2018-03-18

* Fixed [Incorrect json escaping](https://github.com/virgo47/javasimon/issues/21) in Console
* Some minor internal fixes

## 4.1.3 - 2017-05-07

* Fixed [AbstractSimon is not thread-safe](https://github.com/virgo47/javasimon/issues/20)

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion javaee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdbc41/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Java Simon</name>
<description>Java Simon - simple monitoring library</description>
<url>https://github.com/virgo47/javasimon</url>
<version>4.1.3</version>
<version>4.1.4</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-parent</artifactId>
<version>4.1.3</version>
<version>4.1.4</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 84537c0

Please sign in to comment.