This repository was archived by the owner on Jan 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +29
-9
lines changed
Expand file tree Collapse file tree 1 file changed +29
-9
lines changed Original file line number Diff line number Diff line change 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 >
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>
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 >
You can’t perform that action at this time.
0 commit comments