Skip to content

Commit

Permalink
Release 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Jun 13, 2023
1 parent b31a5b6 commit ac2125a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ genauso wie an [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Aus Gründen der Übersichtlichkeit sind bei älteren Versionen die einzelnen Patch-Versionen nicht extra aufgeführt, sondern in der Minor-Version.


## [Unreleased]
## [6.6.0] - 2023-06-13

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN mvn -DskipTests package

# Starting the service
FROM openjdk:17-alpine
FROM bellsoft/liberica-openjdk-alpine-musl:17
WORKDIR /usr/src/myapp
COPY --from=build-env /service/target/gdv-xport-service.war /usr/src/myapp/app.war
EXPOSE 2517
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.5.1-SNAPSHOT</version>
<version>6.6.0</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>6.5.1-SNAPSHOT</version>
<version>6.6.0</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>6.5.1-SNAPSHOT</version>
<version>6.6.0</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.5.0
VERSION=6.6.0
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down

0 comments on commit ac2125a

Please sign in to comment.