Skip to content

Commit

Permalink
fix(4.4): update to adcf022621fe5571db355f850f8ce786b6e5b00f
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Oct 30, 2023
1 parent a53b439 commit 321184e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 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=1e44b99dde6fd9dcbbad104c7182f6730ad0d535
ARG LOCALIZATION_RELEASE_REVISION=cd76258e5f84205276474badea1eb5112af686b8
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.4 --single-branch https://github.com/Evolveum/p

WORKDIR /build/prism

ARG PRISM_RELEASE_REVISION=9921fecb12414ede2bd7f30b9c0ca05bcab36a35
ARG PRISM_RELEASE_REVISION=8e1bb771825b30001ad7893df8632b475ef20702
RUN git pull && git checkout $PRISM_RELEASE_REVISION \
&& mvn clean install -P -dist -DskipTests=true \
&& git clean -df
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN git pull && git checkout $BASE_REVISION \
&& git clean -df

# Build with release version
ARG RELEASE_REVISION=a0778a00c6a78e9aa9e1b47f4fe7e52735cc7466
ARG RELEASE_REVISION=adcf022621fe5571db355f850f8ce786b6e5b00f
RUN git pull && git checkout $RELEASE_REVISION \
&& mvn clean install -P -dist -DskipTests=true \
&& mv gui/admin-gui/target/midpoint-executable.war /build/midpoint.war \
Expand Down
14 changes: 7 additions & 7 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.4.1</version>
<version>4.4.6</version>
<packaging>jar</packaging>
<description>midPoint extension project</description>

Expand All @@ -17,12 +17,12 @@
<repository>
<id>evolveum</id>
<name>Evolveum Public Releases</name>
<url>http://nexus.evolveum.com/nexus/content/groups/public</url>
<url>https://nexus.evolveum.com/nexus/content/groups/public</url>
</repository>
<repository>
<id>evolveum-snapshots</id>
<name>Evolveum Snapshots</name>
<url>http://nexus.evolveum.com/nexus/content/repositories/snapshots/</url>
<url>https://nexus.evolveum.com/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>

Expand All @@ -35,12 +35,12 @@
<pluginRepository>
<id>evolveum</id>
<name>Evolveum Public Releases</name>
<url>http://nexus.evolveum.com/nexus/content/groups/public</url>
<url>https://nexus.evolveum.com/nexus/content/groups/public</url>
</pluginRepository>
<pluginRepository>
<id>evolveum-snapshots</id>
<name>Evolveum Snapshots</name>
<url>http://nexus.evolveum.com/nexus/content/repositories/snapshots/</url>
<url>https://nexus.evolveum.com/nexus/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepositories>

Expand All @@ -53,13 +53,13 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>4.4.1</version>
<version>4.4.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.4.1</version>
<version>4.4.6</version>
<scope>compile</scope>
<classifier>classes</classifier>
<exclusions>
Expand Down

0 comments on commit 321184e

Please sign in to comment.