Skip to content

Commit

Permalink
3.2.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Sep 9, 2018
1 parent 77d6277 commit 4255c05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>gdv-xport-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<packaging>pom</packaging>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
<name>GDV.XPort</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>gdv-xport-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<body>

<release version="3.2.2" date="Sep-2018"
<release version="3.2.2" date="09-Sep-2018"
description="Bug-Fix">
<action dev="oboehm" type="fix" issue="issues/34" date="6-Sep-2018">
Setter von GesamtbeitragBrutto im Nachsatz korrigiert.
Expand Down
2 changes: 1 addition & 1 deletion src/script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# set up some constants
URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
VERSION=3.2.1
VERSION=3.2.2
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down

0 comments on commit 4255c05

Please sign in to comment.