Skip to content

Commit

Permalink
uprev pom; use newest JRE instead of older JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRushton committed Jan 18, 2024
1 parent 666b214 commit e985ada
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ curl -X 'POST' \

## Prerequisites

* Java 17 (JDK 17.0.8_7+)
* Java 17 (JDK 17.0.9_9+)
* Maven

## Cloning the GitHub Event Management Agent repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ setup_colors

msg "${GREEN}Building image:${YELLOW} event-management-agent:${IMAGE_TAG}\n${NOFORMAT}"

export BASE_IMAGE=eclipse-temurin:17.0.8_7-jdk-alpine
export BASE_IMAGE=eclipse-temurin:17.0.9_9-jre-alpine
export GITHASH=$(git rev-parse HEAD)
export GITBRANCH=$(git branch --show-current)
export BUILD_TIMESTAMP=$(date -u)
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.solace.maas</groupId>
<artifactId>maas-event-management-agent-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Solace Event Management Agent Maven Parent</name>
<description>Solace Solace Event Management Agent Maven Parent</description>
Expand Down

0 comments on commit e985ada

Please sign in to comment.