Skip to content

Commit

Permalink
Version 4.4.3 (Tesla Update 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Sep 9, 2022
1 parent f5c04b2 commit 412d931
Show file tree
Hide file tree
Showing 68 changed files with 356 additions and 356 deletions.
12 changes: 6 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
midPoint 4.4.2 "Tesla" Update 2
midPoint 4.4.3 "Tesla" Update 3
-------------------------------

Release 4.4.2 is is a forty-first midPoint release.
It is the first maintenance update for 4.4.x version family code-named _Tesla_.
The 4.4.2 release brings GUI performance improvements, stability improvements and miscellaneous bugfixes.
Release 4.4.3 is is a forty-second midPoint release.
It is the third maintenance update for 4.4.x version family code-named _Tesla_.
The 4.4.3 release brings GUI performance improvements, stability improvements and miscellaneous bugfixes.

Release date: 30th May 2022
Release date: 9th September 2022
Release type: Long-term support maintenance release
End of support: 26th November 2024

Please see the release notes for detailed list of changes:
https://docs.evolveum.com/midpoint/release/4.4.2/
https://docs.evolveum.com/midpoint/release/4.4.3/
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MidPoint 4.4 Support Branch
---------------------------
midPoint 4.4.3 "Tesla" Update 3
-------------------------------

General information:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MidPoint 4.4 Support Branch
---------------------------
midPoint 4.4.3 "Tesla" Update 3
-------------------------------

General information:

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

https://docs.evolveum.com/midpoint/release/4.4.2/
https://docs.evolveum.com/midpoint/release/4.4.3/
2 changes: 1 addition & 1 deletion custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

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

<artifactId>javadoc</artifactId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</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.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions dist/midpoint-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>midpoint-api</artifactId>
Expand All @@ -31,17 +31,17 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>com.evolveum.prism</groupId>
Expand Down
6 changes: 3 additions & 3 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>dist</artifactId>
Expand All @@ -25,14 +25,14 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
<type>war</type>
<classifier>executable</classifier>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>ninja</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gui/admin-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint.gui</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>admin-gui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/midpoint-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint.gui</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>midpoint-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<groupId>com.evolveum.midpoint.gui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-connector-fake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>dummy-connector-fake</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions icf-connectors/dummy-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>dummy-connector</artifactId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.evolveum.icf</groupId>
<artifactId>dummy-resource</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/dummy-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.icf</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>dummy-resource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<groupId>com.evolveum.icf</groupId>
Expand Down
4 changes: 2 additions & 2 deletions infra/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>common</artifactId>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>midpoint</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<groupId>com.evolveum.midpoint.infra</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/schema-pure-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>schema-pure-jaxb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>schema</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions infra/test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint.infra</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>test-util</artifactId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
6 changes: 3 additions & 3 deletions model/certification-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>model</artifactId>
<groupId>com.evolveum.midpoint.model</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</parent>

<artifactId>certification-api</artifactId>
Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>task-api</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down

0 comments on commit 412d931

Please sign in to comment.