File tree Expand file tree Collapse file tree 8 files changed +20
-12
lines changed Expand file tree Collapse file tree 8 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
verify :
25
- runs-on : ubuntu-18.04
25
+ runs-on : ubuntu-latest
26
26
strategy :
27
27
matrix :
28
28
java-version : [ 8, 11 ]
37
37
38
38
release :
39
39
needs : verify
40
- runs-on : ubuntu-18.04
40
+ runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Check out Git repository
43
43
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >domino-rest</artifactId >
7
7
<groupId >org.dominokit</groupId >
8
- <version >1.0.0-RC8 </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.dominokit</groupId >
7
7
<artifactId >domino-rest</artifactId >
8
- <version >1.0.0-RC8 </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
11
11
<artifactId >domino-rest-jaxrs</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >domino-rest</artifactId >
7
7
<groupId >org.dominokit</groupId >
8
- <version >1.0.0-RC8 </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >domino-rest</artifactId >
6
6
<groupId >org.dominokit</groupId >
7
- <version >1.0.0-RC8 </version >
7
+ <version >1.0.0</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
22
22
<groupId >org.dominokit</groupId >
23
23
<artifactId >domino-rest-jaxrs</artifactId >
24
24
<version >${project.version} </version >
25
+ <scope >provided</scope >
25
26
</dependency >
26
27
<dependency >
27
28
<groupId >org.dominokit</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >domino-rest</artifactId >
7
7
<groupId >org.dominokit</groupId >
8
- <version >1.0.0-RC8 </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
30
30
<groupId >org.dominokit</groupId >
31
31
<artifactId >domino-rest-jaxrs</artifactId >
32
32
<version >${project.version} </version >
33
+ <scope >provided</scope >
33
34
</dependency >
34
35
<dependency >
35
36
<groupId >org.dominokit</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >domino-rest</artifactId >
7
7
<groupId >org.dominokit</groupId >
8
- <version >1.0.0-RC8 </version >
8
+ <version >1.0.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
65
65
<version >3.8.0</version >
66
66
<scope >test</scope >
67
67
</dependency >
68
+ <dependency >
69
+ <groupId >org.dominokit</groupId >
70
+ <artifactId >domino-rest-jaxrs</artifactId >
71
+ <version >${project.version} </version >
72
+ <scope >test</scope >
73
+ </dependency >
68
74
</dependencies >
69
75
70
76
<build >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.dominokit</groupId >
7
7
<artifactId >domino-rest</artifactId >
8
- <version >1.0.0-RC8 </version >
8
+ <version >1.0.0</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >domino-rest</name >
70
70
71
71
<properties >
72
72
<snapshot .version>HEAD-SNAPSHOT</snapshot .version>
73
- <next .release.version>1.0.0-RC8 </next .release.version>
73
+ <next .release.version>1.0.0</next .release.version>
74
74
<maven .compiler.source>1.8</maven .compiler.source>
75
75
<maven .compiler.target>1.8</maven .compiler.target>
76
76
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
89
89
<maven .gwt.plugin>1.0.0</maven .gwt.plugin>
90
90
<gwt .version>2.9.0</gwt .version>
91
91
<domino .logger.version>1.0.2</domino .logger.version>
92
- <domino .jackson.version>1.0.0-RC4 </domino .jackson.version>
93
- <domino .history.version>1.0.0-RC5 </domino .history.version>
92
+ <domino .jackson.version>1.0.0</domino .jackson.version>
93
+ <domino .history.version>1.0.0</domino .history.version>
94
94
<domino .aggregator.version>1.0.2</domino .aggregator.version>
95
95
</properties >
96
96
You can’t perform that action at this time.
0 commit comments