Skip to content

Commit 2399bc4

Browse files
[maven-release-plugin] prepare release 0.0.1
1 parent 5d5470b commit 2399bc4

File tree

18 files changed

+21
-22
lines changed

18 files changed

+21
-22
lines changed

docs/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.quarkiverse.barcode</groupId>
86
<artifactId>quarkus-barcode-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

ext-barcode4j/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-barcode4j-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-barcode4j-deployment</artifactId>
1111
<name>Quarkus Barcode4J - Deployment</name>

ext-barcode4j/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-barcode4j-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-barcode4j-integration-tests</artifactId>
1111
<name>Quarkus Barcode4J - Integration Tests</name>

ext-barcode4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.barcode</groupId>
66
<artifactId>quarkus-barcode-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>quarkus-barcode4j-parent</artifactId>
1010
<packaging>pom</packaging>

ext-barcode4j/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-barcode4j-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-barcode4j</artifactId>
1111
<name>Quarkus Barcode4J - Runtime</name>

ext-okapi/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-okapi-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-okapi-deployment</artifactId>
1111
<name>Quarkus Okapi - Deployment</name>

ext-okapi/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-okapi-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-okapi-integration-tests</artifactId>
1111
<name>Quarkus Okapi - Integration Tests</name>

ext-okapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.barcode</groupId>
66
<artifactId>quarkus-barcode-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>quarkus-okapi-parent</artifactId>
1010
<packaging>pom</packaging>

ext-okapi/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-okapi-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-okapi</artifactId>
1111
<name>Quarkus Okapi - Runtime</name>

ext-qrcodegen/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-qrcodegen-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-qrcodegen-deployment</artifactId>
1111
<name>Quarkus QR Code Generator - Deployment</name>

ext-qrcodegen/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-qrcodegen-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-qrcodegen-integration-tests</artifactId>
1111
<name>Quarkus QR Code Generator - Integration Tests</name>

ext-qrcodegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.barcode</groupId>
66
<artifactId>quarkus-barcode-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>quarkus-qrcodegen-parent</artifactId>
1010
<packaging>pom</packaging>

ext-qrcodegen/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-qrcodegen-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-qrcodegen</artifactId>
1111
<name>Quarkus QR Code Generator - Runtime</name>

ext-zxing/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-zxing-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-zxing-deployment</artifactId>
1111
<name>Quarkus Zebra Crossing - Deployment</name>

ext-zxing/integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-zxing-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-zxing-integration-tests</artifactId>
1111
<name>Quarkus Zebra Crossing - Integration Tests</name>

ext-zxing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.barcode</groupId>
66
<artifactId>quarkus-barcode-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>quarkus-zxing-parent</artifactId>
1010
<packaging>pom</packaging>

ext-zxing/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.barcode</groupId>
77
<artifactId>quarkus-zxing-parent</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>quarkus-zxing</artifactId>
1111
<name>Quarkus Zebra Crossing - Runtime</name>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.quarkiverse.barcode</groupId>
1111
<artifactId>quarkus-barcode-parent</artifactId>
12-
<version>999-SNAPSHOT</version>
12+
<version>0.0.1</version>
1313
<packaging>pom</packaging>
1414
<name>Quarkus Barcode - Parent</name>
1515
<description>Barcode and QRCode support for Quarkus</description>
@@ -25,7 +25,8 @@
2525
<connection>scm:git:git@github.com:quarkiverse/quarkus-barcode.git</connection>
2626
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-barcode.git</developerConnection>
2727
<url>https://github.com/quarkiverse/quarkus-barcode</url>
28-
</scm>
28+
<tag>0.0.1</tag>
29+
</scm>
2930

3031
<properties>
3132
<compiler-plugin.version>3.13.0</compiler-plugin.version>

0 commit comments

Comments
 (0)