Skip to content

Commit df522aa

Browse files
committed
upgrade core to 0.9.1
1 parent f4c5abf commit df522aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core.javaee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>net.lecousin</groupId>
1313
<artifactId>core</artifactId>
14-
<version>0.9.0</version>
14+
<version>0.9.1</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>javax.enterprise.concurrent</groupId>

net.lecousin.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1</version>
77

88
<parent>
99
<groupId>net.lecousin</groupId>

net.lecousin.framework.log.bridges/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>net.lecousin</groupId>
3737
<artifactId>core</artifactId>
38-
<version>0.9.0</version>
38+
<version>0.9.1</version>
3939
</dependency>
4040
</dependencies>
4141
</dependencyManagement>

0 commit comments

Comments
 (0)