Skip to content

Commit

Permalink
fixing version in report ds provider..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Feb 27, 2015
1 parent 93d5f4f commit a6baa2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model/report-ds-impl/pom.xml
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>model</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.2-SNAPSHOT</version>
</parent>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>report-ds-impl</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.2-SNAPSHOT</version>
<name>Report dataSource </name>
<properties>
<project.source.version>1.7</project.source.version>
Expand Down Expand Up @@ -52,13 +52,13 @@
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>report-impl</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-client</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.2-SNAPSHOT</version>
</dependency>

<!-- <dependency> -->
Expand Down

0 comments on commit a6baa2d

Please sign in to comment.