Skip to content

Commit

Permalink
- Edited poms and plugin.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Kargın committed Mar 19, 2022
1 parent 7e6dae4 commit 017d129
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 66 deletions.
13 changes: 11 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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -33,4 +33,13 @@
<scope>compile</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
44 changes: 19 additions & 25 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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>bukkit</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_8_R3</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_9_R2</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_10_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_11_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_12_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_13_R2</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_14_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_15_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R2</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_16_R3</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_17_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R1</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.hakan</groupId>
<artifactId>1_18_R2</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -163,17 +163,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<outputDirectory>${project.basedir}/javadocs</outputDirectory>
<reportOutputDirectory>${project.basedir}/javadocs</reportOutputDirectory>
<destDir>${project.basedir}/javadocs</destDir>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'hCore'
author: 'Hakan Kargın'
version: 0.0.1
version: ${project.version}
main: com.hakan.core.Bootstrap
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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_10_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_11_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_12_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_13_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_13_R2</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_14_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_15_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R2</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_16_R3</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</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.1</version>
<version>0.0.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>1_17_R1</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</version>

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

0 comments on commit 017d129

Please sign in to comment.