Skip to content

Commit

Permalink
[Version] 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Dec 20, 2020
1 parent 3049dbd commit ecd7954
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>bukkit</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -41,7 +41,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>bungee</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -52,7 +52,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>common</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>configapi</artifactId>
<groupId>com.github.siroshun09.configapi</groupId>
<version>2.1.1</version>
<version>2.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>common</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>configapi</artifactId>
<groupId>com.github.siroshun09.configapi</groupId>
<version>2.1.1</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>common</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>configapi</artifactId>
<groupId>com.github.siroshun09.configapi</groupId>
<version>2.1.1</version>
<version>2.2.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<packaging>pom</packaging>

<name>ConfigAPI</name>
Expand Down

0 comments on commit ecd7954

Please sign in to comment.