Skip to content

Commit

Permalink
Automated update for Release Version: 1.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
apicurio-ci committed May 3, 2024
1 parent 1e3f204 commit 7925be6
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/docker/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-dist</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/rest-api/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-docs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/openshift/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>apicurio-studio-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<packaging>pom</packaging>

<url>https://www.apicur.io/studio</url>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-sdk/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>apicurio-studio</artifactId>
<groupId>io.apicurio</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<packaging>pom</packaging>
<name>apicurio-studio</name>

Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 7925be6

Please sign in to comment.