Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 17, 2024
1 parent e2c18d0 commit 553d79f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.statiq</groupId>
<artifactId>quarkus-statiq-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>quarkus-statiq-deployment</artifactId>
<name>Quarkus Statiq - Deployment</name>
Expand Down
6 changes: 2 additions & 4 deletions docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.statiq</groupId>
<artifactId>quarkus-statiq-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.statiq</groupId>
<artifactId>quarkus-statiq-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>quarkus-statiq-integration-tests</artifactId>
<name>Quarkus Statiq - Integration Tests</name>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.quarkiverse.statiq</groupId>
<artifactId>quarkus-statiq-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<name>Quarkus Statiq - Parent</name>

Expand All @@ -23,7 +23,8 @@
<connection>scm:git:[email protected]:quarkiverse/quarkus-statiq.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkus-statiq.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-statiq</url>
</scm>
<tag>0.0.1</tag>
</scm>

<properties>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.statiq</groupId>
<artifactId>quarkus-statiq-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>quarkus-statiq</artifactId>
<name>Quarkus Statiq - Runtime</name>
Expand Down

0 comments on commit 553d79f

Please sign in to comment.