Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-krgn committed Jun 2, 2022
1 parent a72dde5 commit 55ab037
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 79 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ from [here](https://github.com/hakan-krgn/hCore/wiki).
<dependency>
<groupId>com.github.hakan-krgn.hCore</groupId>
<artifactId>bukkit</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
</dependency>


<!--If you want to use this api without libraries, you can use below dependency -->
<dependency>
<groupId>com.github.hakan-krgn.hCore</groupId>
<artifactId>bukkit-primary</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
</dependency>
```

Expand All @@ -64,6 +64,6 @@ repositories {
}

dependencies {
implementation 'com.github.hakan-krgn.hCore:bukkit:0.3.9'
implementation 'com.github.hakan-krgn.hCore:bukkit:0.4.0'
}
```
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>hCore</artifactId>
<groupId>com.hakan</groupId>
<version>0.3.9</version>
<version>0.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
<packaging>jar</packaging>
<version>0.3.9</version>
<version>0.4.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
38 changes: 19 additions & 19 deletions bukkit-primary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>hCore</artifactId>
<groupId>com.hakan</groupId>
<version>0.3.9</version>
<version>0.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>bukkit-primary</artifactId>
<packaging>jar</packaging>
<version>0.3.9</version>
<version>0.4.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -32,119 +32,119 @@
<dependency>
<groupId>com.hakan</groupId>
<artifactId>api</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_8_R3</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_10_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_11_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_12_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_14_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_15_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R3</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_17_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
38 changes: 19 additions & 19 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>hCore</artifactId>
<groupId>com.hakan</groupId>
<version>0.3.9</version>
<version>0.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>bukkit</artifactId>
<packaging>jar</packaging>
<version>0.3.9</version>
<version>0.4.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down Expand Up @@ -84,119 +84,119 @@
<dependency>
<groupId>com.hakan</groupId>
<artifactId>api</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_8_R3</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_10_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_11_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_12_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_14_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_15_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R3</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_17_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R1</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R2</artifactId>
<version>0.3.9</version>
<version>0.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_10_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>nms</artifactId>
<groupId>com.hakan</groupId>
<version>0.3.9</version>
<version>0.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_10_R1</artifactId>
<packaging>jar</packaging>
<version>0.3.9</version>
<version>0.4.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_11_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>nms</artifactId>
<groupId>com.hakan</groupId>
<version>0.3.9</version>
<version>0.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_11_R1</artifactId>
<packaging>jar</packaging>
<version>0.3.9</version>
<version>0.4.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_12_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>nms</artifactId>
<groupId>com.hakan</groupId>
<version>0.3.9</version>
<version>0.4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_12_R1</artifactId>
<packaging>jar</packaging>
<version>0.3.9</version>
<version>0.4.0</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
Loading

0 comments on commit 55ab037

Please sign in to comment.