Skip to content

Commit

Permalink
updated the pom.xml and readme to the newest version
Browse files Browse the repository at this point in the history
Joshua committed Mar 17, 2023

Unverified

No user is associated with the committer email.
1 parent 63d81cd commit a323057
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ You can also download the newest version from the [releases](https://github.com/
<dependency>
<groupId>de.joshicodes</groupId>
<artifactId>webapi</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
```

11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>de.joshicodes</groupId>
<artifactId>webapi</artifactId>
<version>1.2</version>
<version>1.3</version>

<build>
<plugins>
@@ -58,21 +58,12 @@

</build>

<distributionManagement>
<repository>
<id>joshicodes-de</id>
<url>https://repo.joshicodes.de/releases</url>
</repository>
</distributionManagement>

<!--
<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/JoshiCodes/WebAPI</url>
</repository>
</distributionManagement>
-->

<properties>
<maven.compiler.source>17</maven.compiler.source>

0 comments on commit a323057

Please sign in to comment.