Skip to content

Commit

Permalink
Version 4.0.3 (Gutenberg Update 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jan 28, 2021
1 parent 7b5475a commit d41735c
Show file tree
Hide file tree
Showing 75 changed files with 796 additions and 796 deletions.
4 changes: 2 additions & 2 deletions README
@@ -1,5 +1,5 @@
MidPoint 4.0.x "Gutenberg" Support Branch
-----------------------------------------
MidPoint 4.0.3 "Gutenberg" Update 3
-----------------------------------

General information:

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
MidPoint 4.0.x "Gutenberg" Support Branch
-----------------------------------------
MidPoint 4.0.3 "Gutenberg" Update 3
-----------------------------------

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

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

0 comments on commit d41735c

Please sign in to comment.