Skip to content

Commit 775b73a

Browse files
committed
Fixes URLs and licence
1 parent b6cb33d commit 775b73a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<name>Maven Launch4j Plugin</name>
2828
<description>This plugin creates Windows executables from Java jar files using the Launch4j utility.</description>
29-
<url>http://9stmaryrd.com/tools/launch4j-maven-plugin/</url>
29+
<url>https://orphan.software/</url>
3030

3131
<properties>
3232
<launch4j.version>3.50</launch4j.version>
@@ -36,14 +36,16 @@
3636

3737
<licenses>
3838
<license>
39-
<name>GNU General Public License</name>
40-
<url>http://www.gnu.org/licenses/gpl.txt</url>
39+
<name>Apache 2.0 License</name>
40+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
4141
<distribution>repo</distribution>
4242
</license>
4343
</licenses>
4444

4545
<scm>
46-
<developerConnection>scm:git:[email protected]:lukaszlenart/launch4j-maven-plugin.git</developerConnection>
46+
<connection>scm:git:[email protected]:orphan-oss/launch4j-maven-plugin.git</connection>
47+
<url>[email protected]:orphan-oss/launch4j-maven-plugin.git</url>
48+
<developerConnection>scm:git:[email protected]:orphan-oss/launch4j-maven-plugin.git</developerConnection>
4749
<tag>HEAD</tag>
4850
</scm>
4951

0 commit comments

Comments
 (0)