Skip to content

Commit

Permalink
Switching version to next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 17, 2013
1 parent 6910d63 commit 4ec982b
Show file tree
Hide file tree
Showing 49 changed files with 273 additions and 273 deletions.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<pluginRepositories>
<pluginRepository>
Expand Down
6 changes: 3 additions & 3 deletions gui/admin-gui-en-US/pom.xml
Expand Up @@ -26,11 +26,11 @@
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui-en-US</artifactId>
<packaging>jar</packaging>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<build>
<resources>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions gui/admin-gui-sk-SK/pom.xml
Expand Up @@ -26,11 +26,11 @@
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui-sk-SK</artifactId>
<packaging>jar</packaging>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<build>
<resources>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
36 changes: 18 additions & 18 deletions gui/admin-gui/pom.xml
Expand Up @@ -25,11 +25,11 @@
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui</artifactId>
<packaging>war</packaging>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<build>
<finalName>midpoint</finalName>
Expand Down Expand Up @@ -105,17 +105,17 @@
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui-en-US</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>admin-gui-sk-SK</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>gui-components</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>

<!-- JDBC DRIVERS -->
Expand All @@ -134,64 +134,64 @@
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-api</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>workflow</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>notifications</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<!-- MIDPOINT RUNTIME DEPENDENCIES -->
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-cache</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>task-quartz-impl</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>audit-impl</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.provisioning</groupId>
<artifactId>provisioning-impl</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -268,7 +268,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions gui/forms/pom.xml
Expand Up @@ -26,11 +26,11 @@
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>forms</artifactId>
<packaging>jar</packaging>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<build>
<resources>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions gui/gui-components/pom.xml
Expand Up @@ -26,11 +26,11 @@
<groupId>com.evolveum.midpoint.gui</groupId>
<artifactId>gui-components</artifactId>
<packaging>jar</packaging>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<parent>
<artifactId>gui</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<build>
<resources>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gui/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand Down
4 changes: 2 additions & 2 deletions icf-connectors/dummy-connector-fake/pom.xml
Expand Up @@ -25,12 +25,12 @@
<name>Dummy Connector Fake</name>
<groupId>com.evolveum.icf</groupId>
<artifactId>dummy-connector-fake</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions icf-connectors/dummy-connector/pom.xml
Expand Up @@ -25,12 +25,12 @@
<name>Dummy Connector</name>
<groupId>com.evolveum.icf</groupId>
<artifactId>dummy-connector</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.evolveum.icf</groupId>
<artifactId>dummy-resource</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
6 changes: 3 additions & 3 deletions icf-connectors/dummy-resource/pom.xml
Expand Up @@ -25,18 +25,18 @@
<name>Dummy Resource</name>
<groupId>com.evolveum.icf</groupId>
<artifactId>dummy-resource</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<artifactId>icf-connectors</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
2 changes: 1 addition & 1 deletion icf-connectors/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand Down
10 changes: 5 additions & 5 deletions infra/common/pom.xml
Expand Up @@ -29,18 +29,18 @@
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>schema</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -94,13 +94,13 @@
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>test-util</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion infra/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<relativePath>../build-system/pom.xml</relativePath>
</parent>
<organization>
Expand Down
8 changes: 4 additions & 4 deletions infra/prism/pom.xml
Expand Up @@ -25,18 +25,18 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>prism</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<name>midPoint Infrastructure - prism</name>
<parent>
<artifactId>infra</artifactId>
<groupId>com.evolveum.midpoint</groupId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>util</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
</dependency>
<!-- <dependency>
<groupId>com.sun.xsom</groupId>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<version>2.1.1p1</version>
<version>2.1.1p2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4ec982b

Please sign in to comment.