Skip to content

Commit

Permalink
build: 🐛 fix build by updating project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Jan 5, 2025
1 parent c4091e7 commit 16b960a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG NETSHOT_VERSION
COPY . /build
WORKDIR /build
RUN sed -i -r "s/VERSION = \".*\";/VERSION = \"$NETSHOT_VERSION\";/g" \
src/main/java/onl/netfishers/netshot/Netshot.java
src/main/java/net/netshot/netshot/Netshot.java
RUN ./mvnw package -Dmaven.test.skip

FROM debian-graalvm
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Netshot
Configuration and Compliance Management Software

http://www.netfishers.onl/netshot
https://www.netshot.net

## Features

Expand Down Expand Up @@ -30,7 +30,7 @@ Go to the Wiki page https://github.com/netfishers-onl/Netshot/wiki for installat

## Contact

contact@netfishers.onl
contact@netshot.net

## Related Projects

Expand Down
6 changes: 3 additions & 3 deletions dist/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Netshot, a free network management and compliance tool, provided by NetFishers.
Netshot, a free network management and compliance tool.

For more information, visit http://www.netfishers.onl/netshot
or contact us at [email protected].
For more information, visit https://www.netshot.net
or contact us at [email protected].


INSTALLATION AND UPGRADE INSTRUCTIONS:
Expand Down
2 changes: 1 addition & 1 deletion dist/initd-netshot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Description: Backups and checks compliance of network equipments.
### END INIT INFO

# Author: NetFishers <[email protected]>
# Author: Netshot Team <[email protected]>

# Do NOT "set -e"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,5 @@
<url>https://maven.repository.redhat.com/ga/</url>
</repository>
</repositories>
<url>http://www.netfishers.onl/netshot</url>
<url>https://www.netshot.net</url>
</project>
6 changes: 3 additions & 3 deletions src/main/resources/www/templates/admin/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

<ul>
<li>Connected to Netshot version <%- serverInfo.serverVersion %></li>
<li>Web site: <a href="http://www.netfishers.onl/netshot" target="_blank">http://www.netfishers.onl/netshot</a></li>
<li>Contact: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Web site: <a href="https://www.netshot.net" target="_blank">https://www.netshot.net</a></li>
<li>Contact: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<p><strong>Should you need any help or new features, feel free to contact us!</strong></p>

<p>Netshot is distributed "as is", without warranty. NetFishers people can't
<p>Netshot is distributed "as is", without warranty. Netshot team can't
be held responsible for any damage caused to your devices or you network
by the usage of Netshot. Netshot has no relationship with the network
device vendors. <a target="_blank" href="LICENSE.txt">See Netshot licensing details.</a></p>
Expand Down

0 comments on commit 16b960a

Please sign in to comment.