Skip to content

Commit

Permalink
Release 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Jan 22, 2023
1 parent 01b6cd2 commit cf3f355
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions doc/delivery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Check-Liste für die Auslieferung eines neuen Releases:
(`mvn -B -Prelease -Dpatterntesting.integrationTest clean install source:jar javadoc:jar gpg:sign -Dgpg.passphrase=xx`);
sollte das maven-surefire-plugin unter Java 11 mit einer NullPointerException aussteigen, den Build mit Java 8 versuchen

|D-Day
|Docker-Image bauen und pushen
|s.u.

|D-Day
|JARs auf https://oss.sonatype.org/[oss.sonatype.org] hochladen
|verwende das Skript link:../src/script/deploy.sh[src/script/deploy.sh], um die Artefakte nach
Expand Down Expand Up @@ -57,10 +61,6 @@ Kopiere `/tmp/gdv-xport` anschließend auf die Web-Seite.
|`git tag gdv-xport-4.1.0` (lokal)
`git push [email protected]:oboehm/gdv.xport.git tag gdv-xport-4.1.0` (remote)

|D-Day
|Docker-Image bauen und pushen
|s.u.

|nachher
|Tickets schließen
|https://github.com/oboehm/gdv.xport/issues[offene Tickets] schließen, die mit diesem Release bearbeitet wurden
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>6.4.1</version>
<version>6.4.2</version>
</parent>

<artifactId>gdv-xport-lib</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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>6.4.1</version>
<version>6.4.2</version>
<name>GDV.XPort</name>

<modules>
Expand Down Expand Up @@ -39,7 +39,7 @@

<properties>

<patterntesting.version>2.3.0</patterntesting.version>
<patterntesting.version>2.1.2</patterntesting.version>
<spring-boot.version>2.6.14</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -467,7 +467,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
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>6.4.1</version>
<version>6.4.2</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=6.4.1
VERSION=6.4.2
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down

0 comments on commit cf3f355

Please sign in to comment.