Skip to content

Commit

Permalink
Next support version: 3.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 21, 2016
1 parent 4bf5e89 commit e1509a8
Show file tree
Hide file tree
Showing 74 changed files with 673 additions and 673 deletions.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>
<pluginRepositories>
<pluginRepository>
Expand Down
4 changes: 2 additions & 2 deletions cli/common/pom.xml
Expand Up @@ -23,12 +23,12 @@
<name>midPoint CLI Interface - common</name>
<groupId>com.evolveum.midpoint.cli</groupId>
<artifactId>common</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>

<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>cli</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cli/ninja/pom.xml
Expand Up @@ -23,12 +23,12 @@
<name>midPoint CLI Interface - ninja</name>
<groupId>com.evolveum.midpoint.cli</groupId>
<artifactId>ninja</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>

<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>cli</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cli/pom.xml
Expand Up @@ -22,13 +22,13 @@

<name>midPoint CLI Interface</name>
<artifactId>cli</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cli/seppuku/pom.xml
Expand Up @@ -23,12 +23,12 @@
<name>midPoint CLI Interface - seppuku</name>
<groupId>com.evolveum.midpoint.cli</groupId>
<artifactId>seppuku</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>

<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>cli</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion custom/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand Down
12 changes: 6 additions & 6 deletions dist/midpoint-api/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<relativePath>../../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand All @@ -51,31 +51,31 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions dist/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand All @@ -51,20 +51,20 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>repo-ninja</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<type>zip</type>
<classifier>bin</classifier>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>repo-ninja</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
<dependency><!-- Not used, but required for surefire plugin not to complain -->
<groupId>org.testng</groupId>
Expand All @@ -78,7 +78,7 @@
<!-- Used to pull XSD files from the JAR -->
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>schema-dist-maven-plugin</artifactId>
<version>3.5</version>
<version>3.5.1-SNAPSHOT</version>
<executions>
<execution>
<id>schemadist-prism</id>
Expand Down

0 comments on commit e1509a8

Please sign in to comment.