Skip to content

Commit

Permalink
Changed pom versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-krgn committed Mar 23, 2022
1 parent d532047 commit 1e3fc89
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 59 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ from [here](https://github.com/hakan-krgn/hCore/wiki).
<dependency>
<groupId>com.github.hakan-krgn.hCore</groupId>
<artifactId>bukkit</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>
```

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

dependencies {
implementation 'com.github.hakan-krgn.hCore:bukkit:0.0.4'
implementation 'com.github.hakan-krgn.hCore:bukkit:0.0.5'
}
```
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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>bukkit</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

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

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_8_R3</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R2</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_10_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_11_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_12_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R2</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_14_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_15_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R2</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R3</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_17_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R1</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R2</artifactId>
<version>0.0.4</version>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>

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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_10_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_11_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_12_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_13_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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_13_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_13_R2/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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_13_R2</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_14_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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_14_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_15_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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_15_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_16_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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_16_R2/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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R2</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_16_R3/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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R3</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_17_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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_17_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_18_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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_18_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions nms/1_18_R2/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.0.4</version>
<version>0.0.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_18_R2</artifactId>
<packaging>jar</packaging>
<version>0.0.4</version>
<version>0.0.5</version>

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

0 comments on commit 1e3fc89

Please sign in to comment.