Skip to content

Commit 3ec788a

Browse files
committed
Gradle properties pointing to wrong repo.
1 parent 4810ce7 commit 3ec788a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ POM_PACKAGING=jar
88
POM_DESCRIPTION=Mode-S/ADS-B (1090Mhz) allows for both message based decoding and tracking aircraft.
99
POM_INCEPTION_YEAR=2020
1010

11-
POM_URL=https://github.com/terminal2/java-modes-library/
12-
POM_SCM_URL=https://github.com/terminal2/java-modes-library/
13-
POM_SCM_CONNECTION=scm:git:git://github.com/terminal2/java-modes-library.git
14-
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/terminal2/java-modes-library.git
11+
POM_URL=https://github.com/terminal2/java-modes/
12+
POM_SCM_URL=https://github.com/terminal2/java-modes/
13+
POM_SCM_CONNECTION=scm:git:git://github.com/terminal2/java-modes.git
14+
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/terminal2/java-modes.git
1515

1616
POM_LICENCE_NAME=The Apache Software License, Version 2.0
1717
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt

0 commit comments

Comments
 (0)