Skip to content

Commit

Permalink
fix(4.8): update to 028d5f0baf7cf0f141f0ba2d901c53f9230d5f5e (4.8.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed May 14, 2024
1 parent 480314a commit 351b751
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /build/midpoint-localization
# && mvn clean install \
# && git clean -df

ARG LOCALIZATION_RELEASE_REVISION=15783db9e1369546a36411facbcf9fe1a98e34c0
ARG LOCALIZATION_RELEASE_REVISION=f69481b654ebe715b1bacfdb652e5d7ad4786992
RUN git pull && git checkout $LOCALIZATION_RELEASE_REVISION \
&& mvn clean install \
&& git clean -df
Expand All @@ -28,7 +28,7 @@ RUN git clone --branch support-4.8 --single-branch https://github.com/Evolveum/p

WORKDIR /build/prism

ARG PRISM_RELEASE_REVISION=7880c3339f29fd6c88acf643cadeda012bce1865
ARG PRISM_RELEASE_REVISION=81d54bab27de43b625da2370f6a3a036df6155eb
RUN git pull && git checkout $PRISM_RELEASE_REVISION \
&& mvn clean install -P -dist -DskipTests=true \
&& git clean -df
Expand All @@ -53,7 +53,7 @@ COPY --from=prism \
/root/.m2/repository/com/evolveum/prism/

# Cache dependencies with base version
ARG BASE_REVISION=v4.8.2
ARG BASE_REVISION=v4.8.3
RUN git pull && git checkout $BASE_REVISION \
&& mvn verify clean --fail-never \
&& git clean -df
Expand All @@ -62,7 +62,7 @@ RUN git pull && git checkout $BASE_REVISION \
&& git clean -df

# Build with release version
ARG RELEASE_REVISION=43c9d1f8d420121a2262e55910bab1343bf06732
ARG RELEASE_REVISION=028d5f0baf7cf0f141f0ba2d901c53f9230d5f5e
RUN git pull && git checkout $RELEASE_REVISION \
&& mvn clean install -P dist -DskipTests=true \
&& mv gui/midpoint-jar/target/midpoint.jar /build/midpoint.jar \
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>midpoint extension project</name>
<groupId>jp.openstandia</groupId>
<artifactId>midpoint-extension</artifactId>
<version>4.8.2</version>
<version>4.8.3</version>
<packaging>jar</packaging>
<description>midPoint extension project</description>

Expand Down Expand Up @@ -53,13 +53,13 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>4.8.2</version>
<version>4.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.8.2</version>
<version>4.8.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 351b751

Please sign in to comment.