Skip to content

Commit 8e213b9

Browse files
authored
Update pom-central17.xml
1 parent 10f5ce4 commit 8e213b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom-central17.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.39</version>
88
<name>java 17 port of Underscore.js</name>
99
<description>The java 17 port of Underscore.js</description>
10-
<url>https://github.com/javadev/underscore-java11</url>
10+
<url>https://github.com/javadev/underscore-java17</url>
1111
<developers>
1212
<developer>
1313
<id>javadev</id>
@@ -22,20 +22,20 @@
2222
</license>
2323
</licenses>
2424
<scm>
25-
<connection>scm:git:git://github.com/javadev/underscore-java11.git</connection>
26-
<developerConnection>scm:git:git://github.com/javadev/underscore-java11.git</developerConnection>
27-
<url>https://github.com/javadev/underscore-java11</url>
25+
<connection>scm:git:git://github.com/javadev/underscore-java17.git</connection>
26+
<developerConnection>scm:git:git://github.com/javadev/underscore-java17.git</developerConnection>
27+
<url>https://github.com/javadev/underscore-java17</url>
2828
</scm>
2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
</properties>
3232
<ciManagement>
3333
<system>GitHub Actions</system>
34-
<url>https://github.com/javadev/underscore-java11/actions</url>
34+
<url>https://github.com/javadev/underscore-java17/actions</url>
3535
</ciManagement>
3636
<issueManagement>
3737
<system>GitHub Issues</system>
38-
<url>https://github.com/javadev/underscore-java11/issues</url>
38+
<url>https://github.com/javadev/underscore-java17/issues</url>
3939
</issueManagement>
4040
<build>
4141
<plugins>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.junit.jupiter</groupId>
131131
<artifactId>junit-jupiter-api</artifactId>
132-
<version>[5.8.2,)</version>
132+
<version>[5.9.1,)</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>

0 commit comments

Comments
 (0)