Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
uweschaefer committed Jun 16, 2023
1 parent a2703b0 commit c76d2e3
Show file tree
Hide file tree
Showing 42 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion factcast-bom/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-client-grpc-cli/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-client-grpc-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-client-grpc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-client-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-docker-dep/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-docker-dep</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-docker/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-docker</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-example-client-basicauth</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-example-client-spring-boot2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions factcast-examples/factcast-example-schema-registry/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<plugin>
<groupId>org.factcast</groupId>
<artifactId>factcast-schema-registry-maven-plugin</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<executions>
<execution>
<id>build</id>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-example-server-basicauth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-example-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-tls-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-example-tls-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-tls-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-examples</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-example-tls-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-factus-bin-snapser/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-factus-bin-snapser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-factus-event/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-factus-event</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-factus-redis/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-factus-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-factus-spring-tx/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-factus-spring-tx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-factus/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-factus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-grpc-api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-grpc-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-internal-dep-boot/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-internal-dep-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-internal-dep/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-internal-dep</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-doc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-doc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-exception-handling/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-exception-handling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-factus/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-factus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-novalidation/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-novalidation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-store/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-store</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-tls/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-tls</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/factcast-itests-transformation/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast-itests</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests-transformation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-itests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-itests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-schema-registry-cli/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion factcast-schema-registry-maven-plugin/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion factcast-server-grpc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-server-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-site/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-snapshotcache-redisson/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-snapshotcache-redisson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-spring-boot-autoconfigure/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-store-rds/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-store-rds</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-store-test/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-store-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-store/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-store</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-test-redis/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-test-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion factcast-test/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>factcast-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.factcast</groupId>
<artifactId>factcast</artifactId>
<version>0.6.8-SNAPSHOT</version>
<version>0.6.7.1</version>
<packaging>pom</packaging>
<organization>
<name>factcast</name>
Expand Down

0 comments on commit c76d2e3

Please sign in to comment.