Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 72d67f8

Browse files
author
Mustafa ÖNCEL
committed
Add organization and developer info to POM
1 parent 7250b7f commit 72d67f8

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

pom.xml

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<version>0.3</version>
1010

1111
<name>Bytecode Version Analyzer</name>
12-
1312
<description>Analyzer for bytecode versions of class files in a JAR file.</description>
1413

1514
<url>https://github.com/LifeMC/bytecode-version-analyzer/</url>
@@ -35,6 +34,35 @@
3534
<url>https://github.com/LifeMC/bytecode-version-analyzer/issues/</url>
3635
</issueManagement>
3736

37+
<distributionManagement>
38+
<repository>
39+
<id>github</id>
40+
<name>GitHub LifeMC Apache Maven Packages</name>
41+
<url>https://maven.pkg.github.com/LifeMC/bytecode-version-analyzer/</url>
42+
</repository>
43+
</distributionManagement>
44+
45+
<organization>
46+
<name>LifeMC</name>
47+
<url>https://www.lifemcserver.com/</url>
48+
</organization>
49+
50+
<developers>
51+
<developer>
52+
<id>TheDGOfficial</id>
53+
<name>Mustafa Öncel</name>
54+
55+
<email>mustafaoncel92@gmail.com</email>
56+
<url>https://www.lifemcserver.com/</url>
57+
58+
<roles>
59+
<role>developer</role>
60+
</roles>
61+
62+
<timezone>Europe/Istanbul</timezone>
63+
</developer>
64+
</developers>
65+
3866
<properties>
3967
<project.mainClass>com.lifemcserver.bytecodeversionanalyzer.BytecodeVersionAnalyzer</project.mainClass>
4068
<project.automaticModuleName>com.lifemcserver.bytecodeversionanalyzer</project.automaticModuleName>
@@ -413,12 +441,4 @@
413441
</plugins>
414442
</build>
415443

416-
<distributionManagement>
417-
<repository>
418-
<id>github</id>
419-
<name>GitHub LifeMC Apache Maven Packages</name>
420-
<url>https://maven.pkg.github.com/LifeMC/bytecode-version-analyzer/</url>
421-
</repository>
422-
</distributionManagement>
423-
424444
</project>

0 commit comments

Comments
 (0)