File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
19
19
<dependency >
20
20
<groupId >com.github.siroshun09.configapi</groupId >
21
21
<artifactId >common</artifactId >
22
- <version >3.0.0-SNAPSHOT </version >
22
+ <version >3.0.0</version >
23
23
<scope >compile</scope >
24
24
</dependency >
25
25
```
@@ -30,7 +30,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
30
30
<dependency >
31
31
<groupId >com.github.siroshun09.configapi</groupId >
32
32
<artifactId >yaml</artifactId >
33
- <version >3.0.0-SNAPSHOT </version >
33
+ <version >3.0.0</version >
34
34
<scope >compile</scope >
35
35
</dependency >
36
36
```
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >configapi</artifactId >
23
23
<groupId >com.github.siroshun09.configapi</groupId >
24
- <version >3.0.0-SNAPSHOT </version >
24
+ <version >3.0.0</version >
25
25
</parent >
26
26
27
27
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >configapi</artifactId >
25
25
<groupId >com.github.siroshun09.configapi</groupId >
26
- <version >3.0.0-SNAPSHOT </version >
26
+ <version >3.0.0</version >
27
27
</parent >
28
28
29
29
<artifactId >file</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >file</artifactId >
23
23
<groupId >com.github.siroshun09.configapi</groupId >
24
- <version >3.0.0-SNAPSHOT </version >
24
+ <version >3.0.0</version >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
31
31
<dependency >
32
32
<groupId >com.github.siroshun09.configapi</groupId >
33
33
<artifactId >common</artifactId >
34
- <version >3.0.0-SNAPSHOT </version >
34
+ <version >3.0.0</version >
35
35
<scope >compile</scope >
36
36
</dependency >
37
37
<dependency >
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >com.github.siroshun09.configapi</groupId >
24
24
<artifactId >configapi</artifactId >
25
- <version >3.0.0-SNAPSHOT </version >
25
+ <version >3.0.0</version >
26
26
<packaging >pom</packaging >
27
27
28
28
<name >ConfigAPI</name >
You can’t perform that action at this time.
0 commit comments