Skip to content

Commit

Permalink
🏁 Releasing version 4.1.2
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 Feb 11, 2023
1 parent b9c461b commit 7b3d0e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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>xsender-parent</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>

<name>XSender - Parent</name>
<description>Java library for sending XML files to SUNAT</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>
<artifactId>quarkus-xsender-deployment</artifactId>
<name>Quarkus XSender - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>
<artifactId>quarkus-xsender-integration-tests</artifactId>
<name>Quarkus XSender - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion 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>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</parent>
<artifactId>quarkus-xsender</artifactId>
<name>Quarkus XSender - Runtime</name>
Expand Down

0 comments on commit 7b3d0e2

Please sign in to comment.