Skip to content

Commit 55a3e8d

Browse files
committed
Bump version and updated the namespace
1 parent 6a8cfac commit 55a3e8d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ Commons is an open-source library that provides useful utilities for Java and Mi
1414
## Documentation
1515
- [Wiki](https://github.com/Despical/Commons/wiki)
1616
- [Javadocs](https://despical.github.io/Commons)
17-
- [Maven Central](https://repo1.maven.org/maven2/com/github/despical/commons)
18-
- [Sonatype Central](https://central.sonatype.com/artifact/com.github.despical/commons)
17+
- [Maven Central](https://repo1.maven.org/maven2/dev/despical/commons)
18+
- [Sonatype Central](https://central.sonatype.com/artifact/dev.despical/commons)
1919

2020
## Using the Commons
2121

2222
### Maven
2323
```xml
2424
<dependency>
25-
<groupId>com.github.despical</groupId>
25+
<groupId>dev.despical</groupId>
2626
<artifactId>commons</artifactId>
27-
<version>2.0.5</version>
27+
<version>2.0.6</version>
2828
</dependency>
2929
```
3030

3131
### Gradle
3232
```gradle
3333
dependencies {
34-
implementation 'com.github.despical:commons:2.0.5'
34+
implementation 'dev.despical:commons:2.0.6'
3535
}
3636
```
3737

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.github.despical</groupId>
5+
<groupId>dev.despical</groupId>
66
<artifactId>commons</artifactId>
7-
<version>2.0.5</version>
7+
<version>2.0.6</version>
88

99
<name>Commons</name>
1010
<inceptionYear>2020</inceptionYear>
@@ -129,11 +129,11 @@
129129
<relocations>
130130
<relocation>
131131
<pattern>com.cryptomorin.xseries</pattern>
132-
<shadedPattern>me.despical.commons</shadedPattern>
132+
<shadedPattern>dev.despical.commons</shadedPattern>
133133
</relocation>
134134
<relocation>
135135
<pattern>com.zaxxer.hikari</pattern>
136-
<shadedPattern>me.despical.commons.database</shadedPattern>
136+
<shadedPattern>dev.despical.commons.database</shadedPattern>
137137
</relocation>
138138
</relocations>
139139
<filters>

0 commit comments

Comments
 (0)