We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0003919 commit 165118bCopy full SHA for 165118b
1 file changed
pom.xml
@@ -19,7 +19,7 @@
19
arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor
20
performance.
21
</description>
22
- <url>https://github.com/patrickfav/bytes-java</url>
+ <url>https://favr.dev/opensource/bytes-java</url>
23
<inceptionYear>2017</inceptionYear>
24
25
<properties>
@@ -82,11 +82,11 @@
82
<plugin>
83
<artifactId>maven-jar-plugin</artifactId>
84
<configuration>
85
- <archive>
86
- <manifestEntries>
87
- <Automatic-Module-Name>at.favre.lib.bytes</Automatic-Module-Name>
88
- </manifestEntries>
89
- </archive>
+ <archive>
+ <manifestEntries>
+ <Automatic-Module-Name>at.favre.lib.bytes</Automatic-Module-Name>
+ </manifestEntries>
+ </archive>
90
</configuration>
91
</plugin>
92
</plugins>
0 commit comments