Skip to content

Commit

Permalink
💀 Wrong group and module name in maven
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Oct 28, 2023
1 parent 8c98aaa commit 9524a13
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .mvnrepo/com/ultreon/ubo-data/1.2.0/ubo-data-1.2.0.pom.md5

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .mvnrepo/com/ultreon/ubo-data/maven-metadata.xml.md5

This file was deleted.

1 change: 0 additions & 1 deletion .mvnrepo/com/ultreon/ubo-data/maven-metadata.xml.sha1

This file was deleted.

1 change: 0 additions & 1 deletion .mvnrepo/com/ultreon/ubo-data/maven-metadata.xml.sha256

This file was deleted.

1 change: 0 additions & 1 deletion .mvnrepo/com/ultreon/ubo-data/maven-metadata.xml.sha512

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ultreon</groupId>
<artifactId>ubo-data</artifactId>
<groupId>io.github.ultreon</groupId>
<artifactId>ubo</artifactId>
<version>1.2.0</version>
</project>
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/1.2.0/ubo-1.2.0.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c1496fbb7ef538952e7cd4bfb2d1c38c
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/1.2.0/ubo-1.2.0.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
145906bf7825fb1e7b18debc81518f28e6ca1fd3
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/1.2.0/ubo-1.2.0.pom.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06e6ac4d3453475af9206056435cf060ccc3dfe5ac4709d912679da304897b91
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/1.2.0/ubo-1.2.0.pom.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9fe752a4685b96972c5f049362e6bacc2ca782ebcbe0e8a8c1517bae0e9bace94f4fdda8b9f2bec0afccacbe8dc1a96a3d1cda2d92d40223d41ce14ead13da8
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.ultreon</groupId>
<artifactId>ubo-data</artifactId>
<groupId>io.github.ultreon</groupId>
<artifactId>ubo</artifactId>
<versioning>
<latest>1.2.0</latest>
<release>1.2.0</release>
<versions>
<version>1.2.0</version>
</versions>
<lastUpdated>20231028020821</lastUpdated>
<lastUpdated>20231028021234</lastUpdated>
</versioning>
</metadata>
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
995790aa017f995fa27356f139a97fad
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3ccc8a5c22f57b7d49cafe46ecb17955dd7cdc6b
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/maven-metadata.xml.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f2e5bb68c4b5306e936e603351529eaf3d58d7b7e551140abc087518e0943c63
1 change: 1 addition & 0 deletions .mvnrepo/io/github/ultreon/ubo/maven-metadata.xml.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4cdd7b100eebefbd3cb5c3fbc531a60eaa3e174fcd6918dd2de6ed56228062fa1bdbc4117a28094a594e09251578ea33e1dbac7808c3613371ffefd7b579dc37
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'maven-publish'

group 'com.ultreon'
group 'io.github.ultreon'
version "${project_version}"

base {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'ubo-data'
rootProject.name = 'ubo'

0 comments on commit 9524a13

Please sign in to comment.