Skip to content

Commit 165118b

Browse files
committed
Update url in pom
1 parent 0003919 commit 165118b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor
2020
performance.
2121
</description>
22-
<url>https://github.com/patrickfav/bytes-java</url>
22+
<url>https://favr.dev/opensource/bytes-java</url>
2323
<inceptionYear>2017</inceptionYear>
2424

2525
<properties>
@@ -82,11 +82,11 @@
8282
<plugin>
8383
<artifactId>maven-jar-plugin</artifactId>
8484
<configuration>
85-
<archive>
86-
<manifestEntries>
87-
<Automatic-Module-Name>at.favre.lib.bytes</Automatic-Module-Name>
88-
</manifestEntries>
89-
</archive>
85+
<archive>
86+
<manifestEntries>
87+
<Automatic-Module-Name>at.favre.lib.bytes</Automatic-Module-Name>
88+
</manifestEntries>
89+
</archive>
9090
</configuration>
9191
</plugin>
9292
</plugins>

0 commit comments

Comments
 (0)