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
actions-user committed Feb 12, 2023
1 parent 0a20318 commit e29eb15
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
6 changes: 2 additions & 4 deletions deployment/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: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"
xmlns="http://maven.apache.org/POM/4.0.0">
<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.wiremock</groupId>
<artifactId>quarkus-wiremock-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-wiremock-deployment</artifactId>
<name>Wiremock - 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.wiremock</groupId>
<artifactId>quarkus-wiremock-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 6 additions & 3 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 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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.wiremock</groupId>
<artifactId>quarkus-wiremock-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>Wiremock - Parent</name>
<modules>
Expand Down Expand Up @@ -86,4 +85,8 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>0.0.2</tag>
</scm>
</project>
6 changes: 2 additions & 4 deletions runtime/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: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"
xmlns="http://maven.apache.org/POM/4.0.0">
<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.wiremock</groupId>
<artifactId>quarkus-wiremock-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-wiremock</artifactId>
<name>Wiremock - Runtime</name>
Expand Down
8 changes: 3 additions & 5 deletions test/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: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"
xmlns="http://maven.apache.org/POM/4.0.0">
<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.wiremock</groupId>
<artifactId>quarkus-wiremock-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-wiremock-test</artifactId>
<name>Wiremock - Test</name>
Expand All @@ -27,7 +25,7 @@
<dependency>
<groupId>io.quarkiverse.wiremock</groupId>
<artifactId>quarkus-wiremock-deployment</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e29eb15

Please sign in to comment.