File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ![ CI] ( https://github.com/project-openubl/xml-sender-lib /workflows/CI/badge.svg )
2- [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=project-openubl_xml-sender-lib &metric=alert_status )] ( https://sonarcloud.io/dashboard?id=project-openubl_xml-sender-lib )
3- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-lib .svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-lib ?ref=badge_shield )
1+ ![ CI] ( https://github.com/project-openubl/xml-sender-ws /workflows/CI/badge.svg )
2+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=project-openubl_xml-sender-ws &metric=alert_status )] ( https://sonarcloud.io/dashboard?id=project-openubl_xml-sender-ws )
3+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-ws .svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-ws ?ref=badge_shield )
44
55# SUNAT Web Services
66Libreria para realizar envíos de comprobantes electrónicos a los servicios web de la SUNAT y/o OSCE de acuerdo a lo especificado por la SUNAT:
@@ -19,7 +19,7 @@ Incluir la última version de la libreria. Si utiliza maven agrege las siguiente
1919</dependency>
2020```
2121
22- Puede ver la lista de todos las disponibles [ aqui] ( https://mvnrepository.com/artifact/io.github.project-openubl/xml-sender-lib ) .
22+ Puede ver la lista de todos las disponibles [ aqui] ( https://mvnrepository.com/artifact/io.github.project-openubl/xml-sender-ws ) .
2323
2424### BillService: sendBill
2525Utilizado para enviar:
@@ -242,4 +242,4 @@ mipaquete.MyErrorHandlerFactory
242242
243243- [ Eclipse Public License - v 2.0] ( ./LICENSE )
244244
245- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-lib .svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-lib ?ref=badge_large )
245+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-ws .svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fproject-openubl%2Fxml-sender-ws ?ref=badge_large )
Original file line number Diff line number Diff line change 6666 </developers >
6767
6868 <scm >
69- <connection >scm:git:git://github.com/project-openubl/xml-sender-lib .git</connection >
70- <
developerConnection >scm:git:
[email protected] :project-openubl/xml-sender-
lib .git</
developerConnection >
71- <url >https://github.com/project-openubl/xml-sender-lib /tree/master/</url >
69+ <connection >scm:git:git://github.com/project-openubl/xml-sender-ws .git</connection >
70+ <
developerConnection >scm:git:
[email protected] :project-openubl/xml-sender-
ws .git</
developerConnection >
71+ <url >https://github.com/project-openubl/xml-sender-ws /tree/master/</url >
7272 </scm >
7373
7474 <distributionManagement >
295295 <properties >
296296 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
297297 <sonar .organization>project-openubl</sonar .organization>
298- <sonar .projectKey>project-openubl_xml-sender-lib </sonar .projectKey>
298+ <sonar .projectKey>project-openubl_xml-sender-ws </sonar .projectKey>
299299 <sonar .projectName>XML Sender Lib</sonar .projectName>
300300 </properties >
301301 <build >
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ mvn versions:set -DnewVersion="$releaseVersion"
2828
2929git add .
3030git commit -m " Release $releaseVersion "
31- git push " https://$username :$password @github.com/project-openubl/xml-sender-lib .git"
31+ git push " https://$username :$password @github.com/project-openubl/xml-sender-ws .git"
3232
3333# Create tag and push
3434git tag " $releaseVersion "
35- git push " https://$username :$password @github.com/project-openubl/xml-sender-lib .git" --tags
35+ git push " https://$username :$password @github.com/project-openubl/xml-sender-ws .git" --tags
3636
3737# Create next snapshot
3838mvn versions:set -DnewVersion=" $nextVersion -SNAPSHOT"
3939
4040git add .
4141git commit -m " Prepare next release $nextVersion -SNAPSHOT"
42- git push " https://$username :$password @github.com/project-openubl/xml-sender-lib .git"
42+ git push " https://$username :$password @github.com/project-openubl/xml-sender-ws .git"
You can’t perform that action at this time.
0 commit comments