File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Mars (Fugerit DAOGEN A.P.I.)" ,
3
3
"name" : " Mars" ,
4
- "version" : " 0.3.5.1 " ,
5
- "date" : " 04 /03/2020" ,
4
+ "version" : " 0.4.0.0 " ,
5
+ "date" : " 31 /03/2020" ,
6
6
"organization" : {
7
7
"name" : " Fugerit Org" ,
8
8
"url" : " https://www.fugerit.org"
Original file line number Diff line number Diff line change 1
- 0.3.5.1
2
- -------
1
+ 0.4.0.0 (2020-03-31)
2
+ --------------------
3
+ + Java 8 is now the minimum version supported
4
+
5
+ 0.3.5.1 (2020-03-05)
6
+ --------------------
3
7
+ Added documentation using [DocGen](http://mtmacdonald.github.io/docgen/docs/index.html). You can find it in docgen folder of the project or [online](https://www.fugerit.org/data/java/doc/mars/index.html)
4
8
+ Added maven profile 'dep' to activate maven-dependancy plugin and copy all lib in target/dependancy/lib
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-daogen</artifactId >
10
- <version >0.3-SNAPSHOT </version >
10
+ <version >0.4.0.0 </version >
11
11
</parent >
12
12
13
13
<name >fj-daogen-base</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-daogen</artifactId >
10
- <version >0.3-SNAPSHOT </version >
10
+ <version >0.4.0.0 </version >
11
11
</parent >
12
12
13
13
<packaging >maven-plugin</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-daogen</artifactId >
10
- <version >0.3-SNAPSHOT </version >
10
+ <version >0.4.0.0 </version >
11
11
</parent >
12
12
13
13
<name >fj-daogen-sample</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.fugerit.java</groupId >
9
9
<artifactId >fj-daogen</artifactId >
10
- <version >0.3-SNAPSHOT </version >
10
+ <version >0.4.0.0 </version >
11
11
</parent >
12
12
13
13
<name >fj-daogen-tool</name >
Original file line number Diff line number Diff line change 5
5
<groupId >org.fugerit.java</groupId >
6
6
<artifactId >fj-daogen</artifactId >
7
7
8
- <version >0.3-SNAPSHOT </version >
8
+ <version >0.4.0.0 </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >fj-daogen</name >
14
14
15
15
<properties >
16
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
- <java-version-compliance >1.7 </java-version-compliance >
17
+ <java-version-compliance >1.8 </java-version-compliance >
18
18
<j2ee-version-compliance >6.0</j2ee-version-compliance >
19
19
<maven .compiler.source>${java-version-compliance} </maven .compiler.source>
20
20
<maven .compiler.target>${java-version-compliance} </maven .compiler.target>
21
21
<maven .test.skip>true</maven .test.skip>
22
- <fj-version >0.6.5.14 </fj-version >
22
+ <fj-version >0.7.0.0 </fj-version >
23
23
<!-- maven plugin versions -->
24
24
<mvn-source-version >3.1.0</mvn-source-version >
25
25
<mvn-javadoc-version >3.1.0</mvn-javadoc-version >
You can’t perform that action at this time.
0 commit comments