File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
net.adoptopenjdk.v3.tests
net.adoptopenjdk.v3.vanilla Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Use the following Maven dependencies:
39
39
```
40
40
41
41
The first dependency specifies that you want to use the API, and the second
42
- is a basic provider for the version API.
42
+ is a basic provider for the API.
43
43
44
44
Then:
45
45
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<artifactId >net.adoptopenjdk</artifactId >
11
11
<groupId >net.adoptopenjdk</groupId >
12
- <version >0.0.2-SNAPSHOT </version >
12
+ <version >0.1.0 </version >
13
13
</parent >
14
14
15
15
<artifactId >net.adoptopenjdk.v3.api</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<artifactId >net.adoptopenjdk</artifactId >
11
11
<groupId >net.adoptopenjdk</groupId >
12
- <version >0.0.2-SNAPSHOT </version >
12
+ <version >0.1.0 </version >
13
13
</parent >
14
14
15
15
<artifactId >net.adoptopenjdk.v3.tests</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<artifactId >net.adoptopenjdk</artifactId >
11
11
<groupId >net.adoptopenjdk</groupId >
12
- <version >0.0.2-SNAPSHOT </version >
12
+ <version >0.1.0 </version >
13
13
</parent >
14
14
15
15
<artifactId >net.adoptopenjdk.v3.vanilla</artifactId >
Original file line number Diff line number Diff line change 14
14
15
15
<groupId >net.adoptopenjdk</groupId >
16
16
<artifactId >net.adoptopenjdk</artifactId >
17
- <version >0.0.2-SNAPSHOT </version >
17
+ <version >0.1.0 </version >
18
18
<packaging >pom</packaging >
19
19
20
20
<name >net.adoptopenjdk</name >
You can’t perform that action at this time.
0 commit comments