Skip to content

Commit 7a41394

Browse files
🏁 Releasing version 4.1.5
Signed-off-by: Project-Openubl Bot <[email protected]>
1 parent 3290b55 commit 7a41394

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xsender-parent</artifactId>
27-
<version>4.1.5-SNAPSHOT</version>
27+
<version>4.1.5</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>io.github.project-openubl</groupId>
2525
<artifactId>xsender-parent</artifactId>
26-
<version>4.1.5-SNAPSHOT</version>
26+
<version>4.1.5</version>
2727

2828
<name>XSender - Parent</name>
2929
<description>Java library for sending XML files to SUNAT</description>

quarkus-extension/deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>quarkus-xsender-parent</artifactId>
27-
<version>4.1.5-SNAPSHOT</version>
27+
<version>4.1.5</version>
2828
</parent>
2929
<artifactId>quarkus-xsender-deployment</artifactId>
3030
<name>Quarkus XSender - Deployment</name>

quarkus-extension/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>quarkus-xsender-parent</artifactId>
27-
<version>4.1.5-SNAPSHOT</version>
27+
<version>4.1.5</version>
2828
</parent>
2929
<artifactId>quarkus-xsender-integration-tests</artifactId>
3030
<name>Quarkus XSender - Integration Tests</name>

quarkus-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.github.project-openubl</groupId>
2727
<artifactId>xsender-parent</artifactId>
28-
<version>4.1.5-SNAPSHOT</version>
28+
<version>4.1.5</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

quarkus-extension/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>quarkus-xsender-parent</artifactId>
27-
<version>4.1.5-SNAPSHOT</version>
27+
<version>4.1.5</version>
2828
</parent>
2929
<artifactId>quarkus-xsender</artifactId>
3030
<name>Quarkus XSender - Runtime</name>

spring-boot-extension/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>spring-boot-xsender-parent</artifactId>
27-
<version>4.1.5-SNAPSHOT</version>
27+
<version>4.1.5</version>
2828
</parent>
2929
<artifactId>spring-boot-xsender-integration-tests</artifactId>
3030
<name>Spring Boot XSender - Integration Tests</name>

spring-boot-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.github.project-openubl</groupId>
2727
<artifactId>xsender-parent</artifactId>
28-
<version>4.1.5-SNAPSHOT</version>
28+
<version>4.1.5</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

spring-boot-extension/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>spring-boot-xsender-parent</artifactId>
27-
<version>4.1.5-SNAPSHOT</version>
27+
<version>4.1.5</version>
2828
</parent>
2929
<artifactId>spring-boot-xsender</artifactId>
3030
<name>Spring Boot XSender - Runtime</name>

0 commit comments

Comments
 (0)