Skip to content

Commit 23e5760

Browse files
committed
Added .mvn/jvm.config file to circumvent issues related to maven plugin, updated pom.xml
1 parent 72566dc commit 23e5760

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.mvn/jvm.config

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--add-opens java.base/java.util=ALL-UNNAMED
2+
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
3+
--add-opens java.base/java.text=ALL-UNNAMED
4+
--add-opens java.desktop/java.awt.font=ALL-UNNAMED

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<description>Java SDK for Trolley API</description>
88
<packaging>jar</packaging>
99
<name>Trolley Java SDK</name>
10-
<url>https://github.com/PaymentRails/java-sdk</url>
10+
<url>https://github.com/Trolley/java-sdk</url>
1111

1212
<licenses>
1313
<license>
@@ -41,9 +41,9 @@
4141
</developer>
4242
</developers>
4343
<scm>
44-
<connection>scm:git:git://github.com/PaymentRails/java-sdk.git</connection>
45-
<developerConnection>scm:git:git://github.com/PaymentRails/java-sdk.git</developerConnection>
46-
<url>https://github.com/PaymentRails/java-sdk</url>
44+
<connection>scm:git:git://github.com/Trolley/java-sdk.git</connection>
45+
<developerConnection>scm:git:git://github.com/Trolley/java-sdk.git</developerConnection>
46+
<url>https://github.com/Trolle/java-sdk</url>
4747
<tag>HEAD</tag>
4848
</scm>
4949
<properties>

0 commit comments

Comments
 (0)