Skip to content

Commit

Permalink
Updating pom's
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 committed Jul 26, 2022
1 parent b318463 commit 9e49fe3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 26 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<!--
<parent>
<groupId>org.finos</groupId>
<artifactId>finos</artifactId>
<version>4</version>
</parent>
-->

<modelVersion>4.0.0</modelVersion>

<groupId>org.finos</groupId>
Expand Down Expand Up @@ -611,4 +620,6 @@

</plugins>
</reporting>


</project>
4 changes: 2 additions & 2 deletions waltz-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-model</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-schema</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<!-- Database -->
Expand Down
2 changes: 1 addition & 1 deletion waltz-jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-service</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
20 changes: 1 addition & 19 deletions waltz-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@
~
-->

<!--
~ Waltz - Enterprise Architecture
~ Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project
~ See README.md for more information
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific
~
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -52,7 +34,7 @@
<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions waltz-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-data</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>


Expand Down
3 changes: 1 addition & 2 deletions waltz-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.finos</groupId>
<artifactId>waltz-service</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -75,7 +75,6 @@
<scope>provided</scope>
</dependency>

<!-- TEST -->
<!-- TEST -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 9e49fe3

Please sign in to comment.