Skip to content

Commit fde0428

Browse files
Prepare next release 1.0.0-SNAPSHOT
1 parent 3e55522 commit fde0428

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

api-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>io.github.project-openubl</groupId>
2626
<artifactId>xml-sender</artifactId>
27-
<version>1.0.0.Beta1</version>
27+
<version>1.0.0-SNAPSHOT</version>
2828

2929
<name>XML Sender :: Parent</name>
3030
<description>SUNAT Microservice for sending XMLs</description>

0 commit comments

Comments
 (0)