Skip to content

Commit a323057

Browse files
author
Joshua
committed
updated the pom.xml and readme to the newest version
1 parent 63d81cd commit a323057

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can also download the newest version from the [releases](https://github.com/
1616
<dependency>
1717
<groupId>de.joshicodes</groupId>
1818
<artifactId>webapi</artifactId>
19-
<version>1.2</version>
19+
<version>1.3</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.joshicodes</groupId>
88
<artifactId>webapi</artifactId>
9-
<version>1.2</version>
9+
<version>1.3</version>
1010

1111
<build>
1212
<plugins>
@@ -58,21 +58,12 @@
5858

5959
</build>
6060

61-
<distributionManagement>
62-
<repository>
63-
<id>joshicodes-de</id>
64-
<url>https://repo.joshicodes.de/releases</url>
65-
</repository>
66-
</distributionManagement>
67-
68-
<!--
6961
<distributionManagement>
7062
<repository>
7163
<id>github</id>
7264
<url>https://maven.pkg.github.com/JoshiCodes/WebAPI</url>
7365
</repository>
7466
</distributionManagement>
75-
-->
7667

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

0 commit comments

Comments
 (0)