File tree Expand file tree Collapse file tree 8 files changed +43
-11
lines changed
net.lecousin.framework.log.bridges Expand file tree Collapse file tree 8 files changed +43
-11
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core-parent-pom</artifactId >
6
- <version >0.8 .0</version >
6
+ <version >0.9 .0</version >
7
7
</parent >
8
8
<artifactId >core.javaee</artifactId >
9
- <version >0.8 .0</version >
9
+ <version >0.9 .0</version >
10
10
<dependencies >
11
11
<dependency >
12
12
<groupId >net.lecousin</groupId >
13
13
<artifactId >core</artifactId >
14
- <version >0.8.5 </version >
14
+ <version >0.9.0 </version >
15
15
</dependency >
16
16
<dependency >
17
17
<groupId >javax.enterprise.concurrent</groupId >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core</artifactId >
6
- <version >0.8.5 </version >
6
+ <version >0.9.0 </version >
7
7
8
8
<parent >
9
9
<groupId >net.lecousin</groupId >
10
10
<artifactId >core-parent-pom</artifactId >
11
- <version >0.8 .0</version >
11
+ <version >0.9 .0</version >
12
12
</parent >
13
13
14
14
<name >lecousin.net Java core framework</name >
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ activeProfiles =
2
+ eclipse.preferences.version =1
3
+ resolveWorkspaceProjects =true
4
+ version =1
Original file line number Diff line number Diff line change
1
+ eclipse.preferences.version =1
2
+ org.jboss.ide.eclipse.as.core.singledeployable.deployableList =
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >log.bridges.commons-logging</artifactId >
4
- <version >0.1.0 </version >
4
+ <version >0.1.1 </version >
5
5
6
6
<parent >
7
7
<groupId >net.lecousin.framework</groupId >
8
8
<artifactId >log.bridges</artifactId >
9
- <version >0.1.0 </version >
9
+ <version >0.1.1 </version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
57
57
<dependency >
58
58
<groupId >net.lecousin</groupId >
59
59
<artifactId >core</artifactId >
60
- <version >0.8.5</version >
61
60
</dependency >
62
61
</dependencies >
63
62
Original file line number Diff line number Diff line change 3
3
<groupId >net.lecousin.framework</groupId >
4
4
<artifactId >log.bridges</artifactId >
5
5
<packaging >pom</packaging >
6
- <version >0.1.0 </version >
6
+ <version >0.1.1 </version >
7
7
8
8
<parent >
9
9
<groupId >net.lecousin</groupId >
10
10
<artifactId >core-parent-pom</artifactId >
11
- <version >0.8 .0</version >
11
+ <version >0.9 .0</version >
12
12
</parent >
13
13
14
14
<modules >
30
30
</developer >
31
31
</developers >
32
32
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
+
33
43
</project >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >net.lecousin</groupId >
4
4
<artifactId >core-parent-pom</artifactId >
5
- <version >0.8 .0</version >
5
+ <version >0.9 .0</version >
6
6
<packaging >pom</packaging >
7
7
<parent >
8
8
<groupId >net.lecousin</groupId >
You can’t perform that action at this time.
0 commit comments