Skip to content

Commit 78316d2

Browse files
change project name
1 parent 7f86e39 commit 78316d2

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
![CI](https://github.com/project-openubl/xml-builder-lib/workflows/CI/badge.svg)
2-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=project-openubl_xml-builder-lib&metric=alert_status)](https://sonarcloud.io/dashboard?id=project-openubl_xml-builder-lib)
3-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcarlosthe19916%2Fxml-builder-lib.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcarlosthe19916%2Fxml-builder-lib?ref=badge_shield)
1+
![CI](https://github.com/project-openubl/xbuilder/workflows/CI/badge.svg)
2+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=project-openubl_xbuilder&metric=alert_status)](https://sonarcloud.io/dashboard?id=project-openubl_xbuilder)
3+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcarlosthe19916%2Fxbuilder.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcarlosthe19916%2Fxbuilder?ref=badge_shield)
44

55
# XBuilder
66

77
Java library for creating XML files based on UBL standards.
88

9-
XBuilder can be found in [Maven Central](https://mvnrepository.com/artifact/io.github.project-openubl/xml-builder-lib)
9+
XBuilder can be found in [Maven Central](https://mvnrepository.com/artifact/io.github.project-openubl/xbuilder)
1010

1111
## Installation
1212
### Maven
@@ -16,8 +16,8 @@ Open your `pom.xml` file and add:
1616
```xml
1717
<dependency>
1818
<groupId>io.github.project-openubl</groupId>
19-
<artifactId>xml-builder-lib</artifactId>
20-
<version>1.0.1.Final</version>
19+
<artifactId>xbuilder</artifactId>
20+
<version>1.1.0.Final</version>
2121
</dependency>
2222
```
2323

@@ -26,7 +26,7 @@ Open your `pom.xml` file and add:
2626
Open your `build.gradle` file and add:
2727

2828
```java
29-
compile group: 'io.github.project-openubl', name: 'xml-builder-lib', version: '1.0.1.Final'
29+
compile group: 'io.github.project-openubl', name: 'xbuilder', version: '1.1.0.Final'
3030
```
3131

3232
## Supported countries

docs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Open Source Guides](https://opensource.guide/) website has a collection of
1515
There are many ways to contribute to Docusaurus, and many of them do not involve writing any code. Here's a few ideas to get started:
1616

1717
- Start using XBuilder! Go through the Getting Started guides. Does everything work as expected? If not, we're always looking for improvements. Let us know by opening an issue.
18-
- Look through [the issues](https://github.com/project-openubl/xml-builder-lib/issues). If you find an issue you would like to fix, open a pull request. Issues tagged as [Good first issue](https://github.com/project-openubl/xml-builder-lib/labels/Good%20first%20issue) are a good place to get started.
18+
- Look through [the issues](https://github.com/project-openubl/xbuilder/issues). If you find an issue you would like to fix, open a pull request. Issues tagged as [Good first issue](https://github.com/project-openubl/xbuilder/labels/Good%20first%20issue) are a good place to get started.
1919
- Help us making the docs better. File an issue if you find anything that is confusing or can be improved.
2020

2121
Contributions are very welcome. If you think you need help planning your contribution, please ping us on Twitter at [@openubl](https://twitter.com/openubl) and let us know you are looking for a bit of help.

docs/docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: installation
33
title: Installation
44
---
55

6-
XBuilder can be found in [Maven Central](https://mvnrepository.com/artifact/io.github.project-openubl/xml-builder-lib)
6+
XBuilder can be found in [Maven Central](https://mvnrepository.com/artifact/io.github.project-openubl/xbuilder)
77

88
## Maven
99

@@ -12,8 +12,8 @@ Open your `pom.xml` file and add:
1212
```xml
1313
<dependency>
1414
<groupId>io.github.project-openubl</groupId>
15-
<artifactId>xml-builder-lib</artifactId>
16-
<version>1.0.1.Final</version>
15+
<artifactId>xbuilder</artifactId>
16+
<version>1.1.0.Final</version>
1717
</dependency>
1818
```
1919

@@ -22,7 +22,7 @@ Open your `pom.xml` file and add:
2222
Open your `build.gradle` file and add:
2323

2424
```java
25-
compile group: 'io.github.project-openubl', name: 'xml-builder-lib', version: '1.0.1.Final'
25+
compile group: 'io.github.project-openubl', name: 'xbuilder', version: '1.1.0.Final'
2626
```
2727

28-
> Check [Maven Central](https://mvnrepository.com/artifact/io.github.project-openubl/xml-builder-lib) for checking which is the latest version of XBuilder.
28+
> Check [Maven Central](https://mvnrepository.com/artifact/io.github.project-openubl/xbuilder) for checking which is the latest version of XBuilder.

docs/docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Even though [UBL](https://en.wikipedia.org/wiki/Universal_Business_Language) is
1616
1717
## Staying informed
1818

19-
- [GitHub](https://github.com/project-openubl/xml-builder-lib)
19+
- [GitHub](https://github.com/project-openubl/xbuilder)
2020
- [Twitter](https://twitter.com/openubl)
2121
- [Youtube](https://www.youtube.com/channel/UChq3xxjyDgjcU346rp0bbtA)
2222

2323
## Something missing?
2424

25-
If you find issues with the documentation or have suggestions on how to improve the documentation or the project in general, please [file an issue](https://github.com/project-openubl/xml-builder-lib/issues) for us, or send a tweet mentioning the [@openubl](https://twitter.com/openubl) Twitter account.
25+
If you find issues with the documentation or have suggestions on how to improve the documentation or the project in general, please [file an issue](https://github.com/project-openubl/xbuilder/issues) for us, or send a tweet mentioning the [@openubl](https://twitter.com/openubl) Twitter account.

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
},
2323
// { to: "blog", label: "Blog", position: "left" },
2424
{
25-
href: "https://github.com/project-openubl/xml-builder-lib",
25+
href: "https://github.com/project-openubl/xbuilder",
2626
label: "GitHub",
2727
position: "right",
2828
},
@@ -58,7 +58,7 @@ module.exports = {
5858
items: [
5959
{
6060
label: "GitHub",
61-
href: "https://github.com/project-openubl/xml-builder-lib",
61+
href: "https://github.com/project-openubl/xbuilder",
6262
},
6363
],
6464
},
@@ -69,7 +69,7 @@ module.exports = {
6969
trackingID: "UA-152706512-4",
7070
},
7171
gtag: {
72-
trackingID: 'UA-152706512-4',
72+
trackingID: 'UA-152706512-4',
7373
},
7474
},
7575
stylesheets: [

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<groupId>io.github.project-openubl</groupId>
25-
<artifactId>xml-builder-lib</artifactId>
26-
<version>1.0.2-SNAPSHOT</version>
25+
<artifactId>xbuilder</artifactId>
26+
<version>1.1.0-SNAPSHOT</version>
2727

2828
<name>XML Builder :: Lib</name>
2929
<description>XML Builder Library</description>
@@ -66,9 +66,9 @@
6666
</developers>
6767

6868
<scm>
69-
<url>https://github.com/project-openubl/xml-builder-lib</url>
70-
<connection>scm:git:git://github.com/project-openubl/xml-builder-lib.git</connection>
71-
<developerConnection>scm:git:git@github.com:project-openubl/xml-builder-lib.git</developerConnection>
69+
<url>https://github.com/project-openubl/xbuilder</url>
70+
<connection>scm:git:git://github.com/project-openubl/xbuilder.git</connection>
71+
<developerConnection>scm:git:git@github.com:project-openubl/xbuilder.git</developerConnection>
7272
</scm>
7373

7474
<distributionManagement>
@@ -249,7 +249,7 @@
249249
<properties>
250250
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
251251
<sonar.organization>project-openubl</sonar.organization>
252-
<sonar.projectKey>project-openubl_xml-builder-lib</sonar.projectKey>
252+
<sonar.projectKey>project-openubl_xbuilder</sonar.projectKey>
253253
<sonar.projectName>XML Builder Lib</sonar.projectName>
254254
</properties>
255255
<build>

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ mvn versions:set -DnewVersion="$releaseVersion"
2828

2929
git add .
3030
git commit -m "Release $releaseVersion"
31-
git push "https://$username:$password@github.com/project-openubl/xml-builder-lib.git"
31+
git push "https://$username:$password@github.com/project-openubl/xbuilder.git"
3232

3333
# Create tag and push
3434
git tag "$releaseVersion"
35-
git push "https://$username:$password@github.com/project-openubl/xml-builder-lib.git" --tags
35+
git push "https://$username:$password@github.com/project-openubl/xbuilder.git" --tags
3636

3737
# Create next snapshot
3838
mvn versions:set -DnewVersion="$nextVersion-SNAPSHOT"
3939

4040
git add .
4141
git commit -m "Prepare next release $nextVersion-SNAPSHOT"
42-
git push "https://$username:$password@github.com/project-openubl/xml-builder-lib.git"
42+
git push "https://$username:$password@github.com/project-openubl/xbuilder.git"

0 commit comments

Comments
 (0)