Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #128 from heidelpay/develop
Browse files Browse the repository at this point in the history
Merge Develop into Master
  • Loading branch information
DerAusHeidelberg authored Dec 21, 2021
2 parents fdfd2fa + 5e6bf7f commit a3c81a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Java 1.6 or later.
<dependency>
<groupId>com.heidelpay.payment</groupId>
<artifactId>heidelpayJava</artifactId>
<version>1.11.2.3</version>
<version>1.11.2.4</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.heidelpay.payment</groupId>
<artifactId>heidelpayJava</artifactId>
<version>1.11.2.3</version>
<version>1.11.2.4</version>
<name>Heidelpay Java SDK</name>
<description>Heidelpay Java SDK</description>
<url>https://docs.heidelpay.com</url>
Expand Down Expand Up @@ -208,7 +208,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>20</stagingProgressTimeoutMinutes>
</configuration>
Expand Down Expand Up @@ -243,13 +243,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>


Expand Down

0 comments on commit a3c81a0

Please sign in to comment.