Skip to content

Commit

Permalink
⬆️ Next version 5.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Project-Openubl Bot <[email protected]>
  • Loading branch information
project-openubl-preview-bot committed Sep 23, 2023
1 parent 3e74670 commit 0c691ca
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>io.github.project-openubl</groupId>
<artifactId>xhandler-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>

<name>XHandler - Parent</name>
<description>Java library for Creating, Sending XML files to SUNAT</description>
Expand Down
2 changes: 1 addition & 1 deletion xbuilder/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xbuilder-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xhandler-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xbuilder/quarkus-extension/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-xbuilder-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-xbuilder-deployment</artifactId>
<name>Quarkus Xbuilder - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion xbuilder/quarkus-extension/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-xbuilder-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-xbuilder-integration-tests</artifactId>
<name>Quarkus Xbuilder - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion xbuilder/quarkus-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xbuilder-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xbuilder/quarkus-extension/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-xbuilder-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-xbuilder</artifactId>
<name>Quarkus Xbuilder - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion xsender/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xsender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xhandler-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xsender/quarkus-extension/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-xsender-deployment</artifactId>
<name>Quarkus XSender - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion xsender/quarkus-extension/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-xsender-integration-tests</artifactId>
<name>Quarkus XSender - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion xsender/quarkus-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xsender/quarkus-extension/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-xsender</artifactId>
<name>Quarkus XSender - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion xsender/spring-boot-extension/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>spring-boot-xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-xsender-integration-tests</artifactId>
<name>Spring Boot XSender - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion xsender/spring-boot-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xsender/spring-boot-extension/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.github.project-openubl</groupId>
<artifactId>spring-boot-xsender-parent</artifactId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-xsender</artifactId>
<name>Spring Boot XSender - Runtime</name>
Expand Down

0 comments on commit 0c691ca

Please sign in to comment.