Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkiverse-ci[bot] committed Oct 11, 2024
1 parent abfff05 commit 3312194
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jasperreports</groupId>
<artifactId>quarkus-jasperreports-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-jasperreports-deployment</artifactId>
<name>Quarkus JasperReports - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jasperreports</groupId>
<artifactId>quarkus-jasperreports-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.2</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse.jasperreports</groupId>
<artifactId>quarkus-jasperreports-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-jasperreports-integration-tests</artifactId>
<name>Quarkus JasperReports - Integration Tests</name>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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</groupId>
Expand All @@ -9,7 +8,7 @@
</parent>
<groupId>io.quarkiverse.jasperreports</groupId>
<artifactId>quarkus-jasperreports-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>Quarkus JasperReports - Parent</name>
<description>JasperReports is an open source reporting library that can be embedded into any Java application.
Expand All @@ -22,7 +21,7 @@
<connection>scm:git:git@github.com:quarkiverse/quarkus-jasperreports.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-jasperreports.git</developerConnection>
<url>https://github.com/quarkiverse/quarkus-jasperreports</url>
<tag>HEAD</tag>
<tag>0.0.2</tag>
</scm>
<properties>
<!-- Dependency Versions -->
Expand Down
5 changes: 2 additions & 3 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +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.jasperreports</groupId>
<artifactId>quarkus-jasperreports-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-jasperreports</artifactId>
<name>Quarkus JasperReports - Runtime</name>
Expand Down

0 comments on commit 3312194

Please sign in to comment.