Skip to content

Commit

Permalink
Actualized poms for passing central checks
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Mar 23, 2022
1 parent 823a0c8 commit d220273
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>bom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Pragmaticobjects BOM</name>
<description>Bill of materials for "Pragmatic objects" project</description>
<url>https://github.com/skapral/pragmaticobjects</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion oo-equivalence/equivalence-assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>equivalence-assertions</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.vavr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-equivalence/equivalence-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>equivalence-base</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.equivalence</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-equivalence/equivalence-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>equivalence-codegen</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.equivalence</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-equivalence/equivalence-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>equivalence-itests</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion oo-equivalence/equivalence-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>equivalence-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.equivalence</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-inference/inference-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>inference-basic</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<properties>
<!-- license headers break assertions on com/test samples -->
<license.excludes>test/java/com/test/**/**.java</license.excludes>
Expand Down
2 changes: 1 addition & 1 deletion oo-inference/inference-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>inference-codegen</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.memoized</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-memoized/memoized-chm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>memoized-chm</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.memoized</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-memoized/memoized-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>memoized-core</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-meta/meta-anno-procesor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>meta-anno-procesor</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.tests</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-meta/meta-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>meta-base</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.tests</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-meta/meta-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>meta-freemarker</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.meta</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-meta/meta-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>meta-model</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.meta</groupId>
Expand Down
3 changes: 1 addition & 2 deletions oo-tests/tests-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
<version>0.0.0-SNAPSHOT</version>
</parent>

<groupId>com.pragmaticobjects.oo.tests</groupId>
<artifactId>tests-core</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>io.vavr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion oo-tests/tests-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<artifactId>tests-junit4</artifactId>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.tests</groupId>
Expand Down
3 changes: 1 addition & 2 deletions oo-tests/tests-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.pragmaticobjects.oo.tests</groupId>
<artifactId>tests-junit5</artifactId>

<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.pragmaticobjects.oo.tests</groupId>
Expand Down

0 comments on commit d220273

Please sign in to comment.