Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TFaga committed Sep 8, 2017
1 parent 4f48658 commit 5b28ae0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-logs</artifactId>
<groupId>com.kumuluz.ee.logs</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-logs</artifactId>
<groupId>com.kumuluz.ee.logs</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kumuluzee-logs</artifactId>
<groupId>com.kumuluz.ee.logs</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kumuluz.ee.logs</groupId>
<artifactId>kumuluzee-logs</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<modules>
<module>common</module>
<module>jul</module>
Expand Down

0 comments on commit 5b28ae0

Please sign in to comment.