Skip to content

Commit 2b3bbc2

Browse files
committed
[Version] 3.0.0
1 parent 48befe0 commit 2b3bbc2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
1919
<dependency>
2020
<groupId>com.github.siroshun09.configapi</groupId>
2121
<artifactId>common</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
```
@@ -30,7 +30,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
3030
<dependency>
3131
<groupId>com.github.siroshun09.configapi</groupId>
3232
<artifactId>yaml</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
```

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>configapi</artifactId>
2323
<groupId>com.github.siroshun09.configapi</groupId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

file/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>configapi</artifactId>
2525
<groupId>com.github.siroshun09.configapi</groupId>
26-
<version>3.0.0-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
</parent>
2828

2929
<artifactId>file</artifactId>

file/yaml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>file</artifactId>
2323
<groupId>com.github.siroshun09.configapi</groupId>
24-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.github.siroshun09.configapi</groupId>
3333
<artifactId>common</artifactId>
34-
<version>3.0.0-SNAPSHOT</version>
34+
<version>3.0.0</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.github.siroshun09.configapi</groupId>
2424
<artifactId>configapi</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>ConfigAPI</name>

0 commit comments

Comments
 (0)