Skip to content

Commit

Permalink
[Release] release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josscoder committed Mar 21, 2023
1 parent 200599a commit 67b81ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>josscoder.jnpc</groupId>
<artifactId>JNPC</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -23,10 +23,6 @@
<id>opencollab-repo-snapshot</id>
<url>https://repo.opencollab.dev/maven-snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<dependencies>
Expand All @@ -42,11 +38,6 @@
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.Josscoder</groupId>
<artifactId>FormAPI</artifactId>
<version>ac7e2c7580</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 67b81ce

Please sign in to comment.