Skip to content

Commit

Permalink
Change maven version to 7.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed May 15, 2020
1 parent 4e00df0 commit e23d135
Show file tree
Hide file tree
Showing 71 changed files with 245 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions components/custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>uk.gov.justice.schema</groupId>
<artifactId>schema-service</artifactId>
<version>${json-schema-catalog.version}</version>
<version>${framework-libraries.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>uk.gov.justice.schema</groupId>
<artifactId>schema-service</artifactId>
<version>${json-schema-catalog.version}</version>
<version>${framework-libraries.version}</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<groupId>uk.gov.justice.utils</groupId>
<artifactId>test-utils-core</artifactId>
<scope>test</scope>
<version>${test-utils.version}</version>
<version>${framework-utilities.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
Expand Down
2 changes: 1 addition & 1 deletion event-subscription-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion event-subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
36 changes: 16 additions & 20 deletions framework-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
<parent>
<artifactId>microservice-framework</artifactId>
<groupId>uk.gov.justice.services</groupId>
<version>6.4.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>framework-bom</artifactId>
<packaging>pom</packaging>

<properties>
<cpp.framework.version>${project.version}</cpp.framework.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -66,77 +62,77 @@
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>framework-utilities</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>common</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>core</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>messaging-core</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>persistence-deltaspike</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>persistence-jdbc</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>test-utils-core</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>test-utils-persistence</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>custom</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>jmx-command-handling</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>aggregate</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>test-utils-enveloper-provider</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>test-utils-framework-persistence</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>test-utils-messaging</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>framework-management</artifactId>
<version>${cpp.framework.version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
162 changes: 0 additions & 162 deletions framework-generators-old/pom.xml

This file was deleted.

Loading

0 comments on commit e23d135

Please sign in to comment.