Skip to content

Commit fe2e29c

Browse files
committed
[maven-release-plugin] prepare release 0.1.0
1 parent 3d8e2c1 commit fe2e29c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

deployment/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.quarkiverse.openapi.generator</groupId>
76
<artifactId>quarkus-openapi-generator-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109
<artifactId>quarkus-openapi-generator-deployment</artifactId>
1110
<name>Quarkus - Openapi Generator - Deployment</name>

integration-tests/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.quarkiverse.openapi.generator</groupId>
76
<artifactId>quarkus-openapi-generator-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109
<artifactId>quarkus-openapi-generator-integration-tests</artifactId>
1110
<name>Quarkus - Openapi Generator - Integration Tests</name>

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.quarkiverse</groupId>
@@ -9,7 +8,7 @@
98
</parent>
109
<groupId>io.quarkiverse.openapi.generator</groupId>
1110
<artifactId>quarkus-openapi-generator-parent</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
11+
<version>0.1.0</version>
1312
<packaging>pom</packaging>
1413
<name>Quarkus - Openapi Generator - Parent</name>
1514
<modules>
@@ -68,4 +67,8 @@
6867
</modules>
6968
</profile>
7069
</profiles>
70+
71+
<scm>
72+
<tag>0.1.0</tag>
73+
</scm>
7174
</project>

runtime/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.quarkiverse.openapi.generator</groupId>
76
<artifactId>quarkus-openapi-generator-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
</parent>
109
<artifactId>quarkus-openapi-generator</artifactId>
1110
<name>Quarkus - Openapi Generator - Runtime</name>

0 commit comments

Comments
 (0)