Skip to content

Commit

Permalink
Version 4.3.1 (Faraday Update 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 11, 2021
1 parent 91e90e8 commit 54f8365
Show file tree
Hide file tree
Showing 76 changed files with 515 additions and 514 deletions.
15 changes: 8 additions & 7 deletions NEWS
@@ -1,12 +1,13 @@
midPoint 4.3 "Faraday"
----------------------
midPoint 4.3.1 "Faraday" Update 1
----------------------------------

Release 4.3 is a thirty-fourth midPoint release code-named Faraday.
The 4.3 release brings performance improvements, user interface and diagnostic improvements and major internal improvements.
Release 4.3.1 is a thirty-sixth midPoint release.
It is a first maintenance update for 4.3.x version family code-named _Faraday_.
The 4.3.1 release brings miscellaneous bugfixes.

Release date: 9th April 2021
Release type: Feature release
Release date: 11th May 2021
Release type: Maintenance release
End of support: 9th April 2022

Please see the release notes for detailed list of changes:
https://docs.evolveum.com/midpoint/release/4.3/
https://docs.evolveum.com/midpoint/release/4.3.1/
4 changes: 2 additions & 2 deletions README
@@ -1,5 +1,5 @@
MidPoint 4.3 Support Branch
---------------------------
MidPoint 4.3.1 "Faraday" Update 1
----------------------------------

General information:

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
MidPoint 4.3 Support Branch
---------------------------
MidPoint 4.3.1 "Faraday" Update 1
----------------------------------

General information:

Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES
@@ -1,3 +1,3 @@
To see actual releases notes please go to:

https://docs.evolveum.com/midpoint/release/4.3/
https://docs.evolveum.com/midpoint/release/4.3.1/
2 changes: 1 addition & 1 deletion custom/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>custom</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions dist/javadoc/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>javadoc</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<type>war</type>
</dependency>
<dependency>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions dist/midpoint-api/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>midpoint-api</artifactId>
Expand All @@ -29,27 +29,27 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down
8 changes: 4 additions & 4 deletions dist/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>dist</artifactId>
Expand All @@ -29,14 +29,14 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<type>war</type>
<classifier>executable</classifier>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>ninja</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
Expand All @@ -61,7 +61,7 @@
<!-- Used to pull XSD files from the JAR -->
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>schema-dist-maven-plugin</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<executions>
<execution>
<id>schemadist-prism</id>
Expand Down
2 changes: 1 addition & 1 deletion gui/admin-gui/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint.gui</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>admin-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/midpoint-jar/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint.gui</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>midpoint-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<groupId>com.evolveum.midpoint.gui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-connector-fake/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>dummy-connector-fake</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions icf-connectors/dummy-connector/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>dummy-connector</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.evolveum.icf</groupId>
<artifactId>dummy-resource</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
4 changes: 2 additions & 2 deletions icf-connectors/dummy-resource/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>dummy-resource</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<groupId>com.evolveum.icf</groupId>
Expand Down
4 changes: 2 additions & 2 deletions infra/axiom/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<groupId>com.evolveum.axiom</groupId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.evolveum.concepts</groupId>
<artifactId>concepts</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
10 changes: 5 additions & 5 deletions infra/common/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>common</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-impl</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/concepts/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<groupId>com.evolveum.concepts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<groupId>com.evolveum.midpoint.infra</groupId>
Expand Down
4 changes: 2 additions & 2 deletions infra/prism-api/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>prism-api</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
8 changes: 4 additions & 4 deletions infra/prism-impl/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</parent>

<artifactId>prism-impl</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.evolveum.axiom</groupId>
<artifactId>axiom</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
</dependency>

<dependency>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-api</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
Expand Down

0 comments on commit 54f8365

Please sign in to comment.