Skip to content

Commit

Permalink
Milestone 4.9-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jan 15, 2024
1 parent b11e9e5 commit 9c457da
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion infra/axiom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../..</relativePath>
<artifactId>prism-parent</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<groupId>com.evolveum.axiom</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/concepts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../..</relativePath>
<artifactId>prism-parent</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<groupId>com.evolveum.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>prism-parent</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<groupId>com.evolveum.prism</groupId>
Expand Down
4 changes: 2 additions & 2 deletions infra/prism-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>prism</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<artifactId>prism-api</artifactId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.evolveum.axiom</groupId>
<artifactId>axiom</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion infra/prism-codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>prism</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<artifactId>prism-codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/prism-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>prism</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<artifactId>prism-codegen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion infra/prism-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>prism</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<artifactId>prism-impl</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions infra/prism-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>prism</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<artifactId>prism-maven-plugin</artifactId>
Expand All @@ -30,17 +30,17 @@
<dependency>
<groupId>com.evolveum.commons</groupId>
<artifactId>util</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</dependency>
<dependency>
<groupId>com.evolveum.prism</groupId>
<artifactId>prism-api</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</dependency>
<dependency>
<groupId>com.evolveum.prism</groupId>
<artifactId>prism-impl</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
2 changes: 1 addition & 1 deletion infra/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<relativePath>../..</relativePath>
<artifactId>prism-parent</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<groupId>com.evolveum.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.evolveum.prism</groupId>
<artifactId>prism-parent</artifactId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
<packaging>pom</packaging>

<name>Prism Project</name>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>prism-parent</artifactId>
<groupId>com.evolveum.prism</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<groupId>com.evolveum.prism.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/schema-dist-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>tools</artifactId>
<groupId>com.evolveum.prism.tools</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<artifactId>schema-dist-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/test-ng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>tools</artifactId>
<groupId>com.evolveum.prism.tools</groupId>
<version>4.9-SNAPSHOT</version>
<version>4.9-M2</version>
</parent>

<groupId>com.evolveum.commons</groupId>
Expand Down

0 comments on commit 9c457da

Please sign in to comment.