Skip to content

Commit

Permalink
Merge branch 'release-1.3.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
age-77 committed May 16, 2023
2 parents b3bce1c + c54dbab commit 402ef4b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions maven_release_settings.xml
@@ -0,0 +1,25 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<!-- Maven Central Deployment -->
<id>sonatype</id>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>sonatype</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>${env.GPG_EXECUTABLE}</gpg.executable>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>de.adorsys.multibanking</groupId>
<artifactId>xs2a-client-adapter</artifactId>
<version>1.3.12.3</version>
<version>1.3.12</version>
<packaging>jar</packaging>

<name>xs2a-client-adapter</name>
Expand Down

0 comments on commit 402ef4b

Please sign in to comment.