Skip to content

Commit

Permalink
Version 4.0.2 (Gutenberg Update 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Feb 12, 2020
1 parent 8a8ed86 commit 0ef00c3
Show file tree
Hide file tree
Showing 75 changed files with 799 additions and 799 deletions.
10 changes: 5 additions & 5 deletions README
@@ -1,19 +1,19 @@
MidPoint 4.0.x "Gutenberg" Support Branch
MidPoint 4.0.2 "Gutenberg" Update 2
-----------------------------------------

General information:

MidPoint is a comprehensive identity management and governance system.
MidPoint can synchronize several identity repositories, manage and
transform data in these repostories to keep them synchronized. MidPoint can
transform data in these repositories to keep them synchronized. MidPoint can
make the data available in unified form, apply and manage policies,
manage object lifecycle, maitain audit trails and many other things.
manage object lifecycle, maintain audit trails and many other things.

The most important features of midPoint are:
- User provisioning and deprovisioning
- Identity governance
- Administration GUI
- Identity repository implemention (SQL)
- Identity repository implementation (SQL)
- Custom schema extensibility
- Identity synchronization (liveSync, reconciliation, discovery, import)
- Support for expressions in synchronization mappings (Groovy, JavaScript, Python)
Expand All @@ -32,7 +32,7 @@ The most important features of midPoint are:
- Reporting
- Notifications
- Local Java APIs, Remote web service interface (SOAP), REST API
- High availablity (HA) support
- High availability (HA) support

For more information please go to:

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
MidPoint 4.0.x "Gutenberg" Support Branch
MidPoint 4.0.2 "Gutenberg" Update 2
-----------------------------------------

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.1
https://wiki.evolveum.com/display/midPoint/Release+4.0.2

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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism-api</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</version>
<type>war</type>
<classifier>executable</classifier>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>ninja</artifactId>
<version>4.0.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</version>
<executions>
<execution>
<id>schemadist-prism</id>
Expand Down

0 comments on commit 0ef00c3

Please sign in to comment.