Skip to content

Commit

Permalink
Release 4.0.1 (Gutenberg Update 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 22, 2019
1 parent 478e3e4 commit f07280e
Show file tree
Hide file tree
Showing 76 changed files with 802 additions and 803 deletions.
11 changes: 5 additions & 6 deletions NEWS
@@ -1,10 +1,9 @@
midPoint 4.0 "Gutenberg"
----------------------------------
midPoint 4.0.1 "Gutenberg" Update 1
-----------------------------------

Release 4.0 is a twenty eight midPoint release code-named Gutenberg. The 4.0 release in a major milestone in midPoint development. It brings long-awaited features such as archetypes and support for multiple equivalent accounts. Many internal mechanisms were significantly improved. There is also a number of exciting experimental features. However, perhaps the most important aspect of midPoint 4.0 is the long-term support (LTS). Gutenberg will be supported for many years to come.
Release 4.0.1 is a twenty ninth midPoint release. It is the fist maintenance update for 4.0.x version family code-named code-named Gutenberg. The 4.0.x is a long-term support (LTS) version family. The 4.0.1 release brings bugfixes and minor improvements.

Release date: 8th September 2019
Release date: 22nd October 2019

Please see the release notes for detailed list of changes:
https://wiki.evolveum.com/display/midPoint/Release+4.0

https://wiki.evolveum.com/display/midPoint/Release+4.0.1
4 changes: 2 additions & 2 deletions README
@@ -1,5 +1,5 @@
MidPoint 4.0 "Gutenberg" support branch
------------------------------------
MidPoint 4.0.1 "Gutenberg" Update 1
-----------------------------------

General information:

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
MidPoint 4.0 "Gutenberg" support branch
---------------------------------------
MidPoint 4.0.1 "Gutenberg" Update 1
-----------------------------------

General information:

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

https://wiki.evolveum.com/display/midPoint/Release+4.0
https://wiki.evolveum.com/display/midPoint/Release+4.0.1

2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<pluginRepositories>
<pluginRepository>
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Expand Up @@ -15,7 +15,7 @@

<groupId>com.evolveum.midpoint</groupId>
<artifactId>build-tools</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<name>midPoint build tools</name>
Expand Down
4 changes: 2 additions & 2 deletions custom/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions dist/javadoc/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<type>war</type>
<scope>compile</scope>
</dependency>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions dist/midpoint-api/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand All @@ -42,30 +42,30 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-api</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions dist/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand All @@ -41,14 +41,14 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<type>war</type>
<classifier>executable</classifier>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>ninja</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -73,7 +73,7 @@
<!-- Used to pull XSD files from the JAR -->
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>schema-dist-maven-plugin</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<executions>
<execution>
<id>schemadist-prism</id>
Expand Down

0 comments on commit f07280e

Please sign in to comment.