Skip to content

Commit

Permalink
Release 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Aug 24, 2024
1 parent 97f6caa commit e2dfc33
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 17 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Aus Gründen der Übersichtlichkeit sind bei älteren Versionen die einzelnen Pa

## [Unreleased]

### Fixed
## [7.1.1] - 2024-08-24

- Fix für Feld JahresrenteInWaehrungseinheiten in SatzTyp 0220.010.9.1 in XMLs
([Issue #95](https://github.com/oboehm/gdv.xport/issues/95))
Expand Down Expand Up @@ -46,14 +46,7 @@ Aus Gründen der Übersichtlichkeit sind bei älteren Versionen die einzelnen Pa
- XmlService.getSatzart(int)


## [7.0.1] - 2024-01-26

### Fixed

- kleinere Fehler in der mitgelieferten VUVM2023.xml


## [7.0.0] - 2024-01-07
## [7.0] - 2024-01-07

### Added

Expand All @@ -73,6 +66,7 @@ Aus Gründen der Übersichtlichkeit sind bei älteren Versionen die einzelnen Pa

### Fixed

- **7.0.1**: kleinere Fehler in der mitgelieferten VUVM2023.xml
- XML-Dateien (z.B. VUVM2023.xml) des GDV müssen nicht mehr manuell angepasst werden
- Downgrade HSQLDB-Treiber auf 2.6.1 wegen Java-8-Kompatibilität

Expand Down
8 changes: 4 additions & 4 deletions doc/delivery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Kopiere `/tmp/gdv-xport` anschließend auf die Web-Seite.

|D-Day
|Label setzen
|`git tag gdv-xport-6.5.0` (lokal)
`git push [email protected]:oboehm/gdv.xport.git tag gdv-xport-6.5.0` (remote)
|`git tag gdv-xport-7.1.1` (lokal)
`git push [email protected]:oboehm/gdv.xport.git tag gdv-xport-7.1.1` (remote)

|nachher
|Tickets schließen
Expand Down Expand Up @@ -87,8 +87,8 @@ Um ein Docker-Image auf https://hub.docker.com/r/oboehm/gdv.xport zu bringen, si

* Docker-Image bauen: `docker build -t gdv.xport -f Dockerfile .`
* Image-ID ermitteln: `docker images`
* Docker-Image taggen: `docker tag <Image-ID> oboehm/gdv.xport:7.1.0`
* Docker-Image pushen: `docker push oboehm/gdv.xport:7.1.0`
* Docker-Image taggen: `docker tag <Image-ID> oboehm/gdv.xport:7.1.1`
* Docker-Image pushen: `docker push oboehm/gdv.xport:7.1.1`



Expand Down
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>7.1.1-SNAPSHOT</version>
<version>7.1.1</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>7.1.1-SNAPSHOT</version>
<version>7.1.1</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>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>

<artifactId>gdv-xport-service</artifactId>
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=7.1.0
VERSION=7.1.1
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down

0 comments on commit e2dfc33

Please sign in to comment.