Skip to content

Commit

Permalink
release: version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Oct 16, 2021
1 parent a1dca85 commit 1948763
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ For snapshot version, use https://okocraft.github.io/Box/maven-snapshot/
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
```

```gradle
dependencies {
compileOnly 'net.okocraft.box:api:4.1.0-SNAPSHOT'
compileOnly 'net.okocraft.box:api:4.1.0'
}
```
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>api</artifactId>
Expand Down
20 changes: 10 additions & 10 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>bundle</artifactId>
Expand All @@ -16,55 +16,55 @@
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>core</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>autostore</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>category</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>command</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>craft</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>gui</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>notifier</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>stick</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>core</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions features/autostore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>autostore</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>gui</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions features/category/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>category</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions features/command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>command</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions features/craft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>craft</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>gui</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions features/gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
<parent>
<artifactId>features</artifactId>
<groupId>net.okocraft.box</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>gui</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>category</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions features/notifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>notifier</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>features</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions features/stick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.feature</groupId>
<artifactId>stick</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
<parent>
<groupId>net.okocraft.box</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<groupId>net.okocraft.box.migrator</groupId>
<artifactId>migrator</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

<dependencies>
<dependency>
<groupId>net.okocraft.box</groupId>
<artifactId>api</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.okocraft.box.feature</groupId>
<artifactId>autostore</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.okocraft.box</groupId>
<artifactId>parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
<packaging>pom</packaging>

<name>Box</name>
Expand Down

0 comments on commit 1948763

Please sign in to comment.