Skip to content

Commit

Permalink
chore: update axon version to 4.7.6, kotlin to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Sep 21, 2023
1 parent 9ae925b commit ffbee04
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 24 deletions.
2 changes: 1 addition & 1 deletion examples/bankaccount-jgiven-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>examples</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/bankaccount-jgiven-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>examples</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/bankaccount-upcaster-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>examples</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing.examples</groupId>
Expand Down
11 changes: 10 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>axon-testing_</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<artifactId>examples</artifactId>
Expand All @@ -33,4 +33,13 @@
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion extension/assert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/jgiven/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension-jgiven</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/jgiven/junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension-jgiven</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/jgiven/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension-jgiven</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/jgiven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<artifactId>extension-jgiven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>axon-testing_</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<artifactId>extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/upcaster/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension-upcaster</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/upcaster/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension-upcaster</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/upcaster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>extension</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<artifactId>extension-upcaster</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/fixtures/bankaccount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>fixtures</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lib/fixtures/giftcard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>fixtures</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<groupId>io.holixon.axon.testing.lib</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lib/fixtures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>lib</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<artifactId>fixtures</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.holixon.axon.testing._</groupId>
<artifactId>axon-testing_</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
</parent>

<artifactId>lib</artifactId>
Expand Down
30 changes: 23 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>io.holixon.axon.testing._</groupId>
<artifactId>axon-testing_</artifactId>
<version>4.7.4.1-SNAPSHOT</version>
<version>4.7.6.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -19,10 +19,10 @@
<properties>
<!-- JVM -->
<java.version>11</java.version>
<kotlin.version>1.8.22</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>

<!-- LIBS -->
<axon-bom.version>4.8.0</axon-bom.version>
<axon-bom.version>4.7.4</axon-bom.version>
<jgiven.version>1.2.5</jgiven.version>
<jgiven-kotlin.version>1.2.5.0</jgiven-kotlin.version>

Expand Down Expand Up @@ -325,6 +325,22 @@
</configuration>
</plugin>

<plugin>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-maven-plugin</artifactId>
<version>${jgiven.version}</version>
<executions>
<execution>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
<configuration>
<format>html</format>
</configuration>
</plugin>

<!-- Failsafe -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -336,7 +352,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>1.8.20</version>
<version>1.9.10</version>
<configuration>
<!-- Conditional on maven property set per-project -->
<skip>${dokka.skip}</skip>
Expand Down Expand Up @@ -632,9 +648,9 @@
</roles>
</developer>
</developers>
<!--
Profile creating all artifacts: JARs, POMs, Sources, JavaDoc and all signatures.
-->
<!--
Profile creating all artifacts: JARs, POMs, Sources, JavaDoc and all signatures.
-->

<!-- License Stuff -->
<inceptionYear>2021</inceptionYear>
Expand Down

0 comments on commit ffbee04

Please sign in to comment.