Skip to content

Commit 7467957

Browse files
committed
prepare version 0.9.0
1 parent 9471712 commit 7467957

File tree

8 files changed

+43
-11
lines changed

8 files changed

+43
-11
lines changed

core.javaee/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core-parent-pom</artifactId>
6-
<version>0.8.0</version>
6+
<version>0.9.0</version>
77
</parent>
88
<artifactId>core.javaee</artifactId>
9-
<version>0.8.0</version>
9+
<version>0.9.0</version>
1010
<dependencies>
1111
<dependency>
1212
<groupId>net.lecousin</groupId>
1313
<artifactId>core</artifactId>
14-
<version>0.8.5</version>
14+
<version>0.9.0</version>
1515
</dependency>
1616
<dependency>
1717
<groupId>javax.enterprise.concurrent</groupId>

net.lecousin.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.lecousin</groupId>
55
<artifactId>core</artifactId>
6-
<version>0.8.5</version>
6+
<version>0.9.0</version>
77

88
<parent>
99
<groupId>net.lecousin</groupId>
1010
<artifactId>core-parent-pom</artifactId>
11-
<version>0.8.0</version>
11+
<version>0.9.0</version>
1212
</parent>
1313

1414
<name>lecousin.net Java core framework</name>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>net.lecousin.framework.log.bridges</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.jboss.ide.eclipse.as.core.singledeployable.deployableList=

net.lecousin.framework.log.bridges/commons-logging/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>log.bridges.commons-logging</artifactId>
4-
<version>0.1.0</version>
4+
<version>0.1.1</version>
55

66
<parent>
77
<groupId>net.lecousin.framework</groupId>
88
<artifactId>log.bridges</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

@@ -57,7 +57,6 @@
5757
<dependency>
5858
<groupId>net.lecousin</groupId>
5959
<artifactId>core</artifactId>
60-
<version>0.8.5</version>
6160
</dependency>
6261
</dependencies>
6362

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<groupId>net.lecousin.framework</groupId>
44
<artifactId>log.bridges</artifactId>
55
<packaging>pom</packaging>
6-
<version>0.1.0</version>
6+
<version>0.1.1</version>
77

88
<parent>
99
<groupId>net.lecousin</groupId>
1010
<artifactId>core-parent-pom</artifactId>
11-
<version>0.8.0</version>
11+
<version>0.9.0</version>
1212
</parent>
1313

1414
<modules>
@@ -30,4 +30,14 @@
3030
</developer>
3131
</developers>
3232

33+
<dependencyManagement>
34+
<dependencies>
35+
<dependency>
36+
<groupId>net.lecousin</groupId>
37+
<artifactId>core</artifactId>
38+
<version>0.9.0</version>
39+
</dependency>
40+
</dependencies>
41+
</dependencyManagement>
42+
3343
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.lecousin</groupId>
44
<artifactId>core-parent-pom</artifactId>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<packaging>pom</packaging>
77
<parent>
88
<groupId>net.lecousin</groupId>

0 commit comments

Comments
 (0)