Commit 966c2de 1 parent e81d1e7 commit 966c2de Copy full SHA for 966c2de
File tree 4 files changed +6
-5
lines changed
src/test/java/fr/cleymax/clibrary
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Build with Maven
19
19
run : mvn -B package --file pom.xml
20
20
- name : Zip file
21
- run : zip CLibrary.zip target/CLibrary-1.0.2 -SNAPSHOT.jar target/original-CLibrary-1.0.2 -SNAPSHOT.jar
21
+ run : zip CLibrary.zip target/CLibrary-1.0.3 -SNAPSHOT.jar target/original-CLibrary-1.0.3 -SNAPSHOT.jar
22
22
- uses : actions/upload-artifact@v1
23
23
with :
24
- name : CLibrary-v1.0.2
24
+ name : CLibrary-v1.0.3
25
25
path : CLibrary.zip
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Or get it from my personal repository:
56
56
<dependency >
57
57
<groupId >fr.cleymax</groupId >
58
58
<artifactId >CLibrary</artifactId >
59
- <version >1.0.2 </version >
59
+ <version >1.0.3 </version >
60
60
<scope >compile</scope >
61
61
</dependency >
62
62
```
@@ -70,7 +70,7 @@ maven {
70
70
}
71
71
72
72
// Add to dependencies
73
- compile 'fr.cleymax:CLibrary:1.0.2 '
73
+ compile 'fr.cleymax:CLibrary:1.0.3 '
74
74
```
75
75
76
76
### Use
Original file line number Diff line number Diff line change 64
64
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
65
65
<java .version>1.8</java .version>
66
66
<revision >${build.version}-SNAPSHOT</revision >
67
- <build .version>1.0.2 </build .version>
67
+ <build .version>1.0.3 </build .version>
68
68
</properties >
69
69
70
70
<profiles >
Original file line number Diff line number Diff line change 6
6
* File <b>TestClibrary</b> located on fr.cleymax.clibrary is a part of CLibrary. Created the 12/04/2020
7
7
* <p>
8
8
* @author Clément P. (Cleymax)
9
+ * @since 1.0.3
9
10
*/
10
11
11
12
public class TestClibrary {
You can’t perform that action at this time.
0 commit comments