Skip to content

Commit 4268ae5

Browse files
committed
Fix URL for JOCL project at jocl.org
Unfortunately, HTTPS does not seem to be configured for that site.
1 parent 4dd2c4c commit 4268ae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@
17641764
<joda-time.version>2.10.6</joda-time.version>
17651765
<joda-time.joda-time.version>${joda-time.version}</joda-time.joda-time.version>
17661766

1767-
<!-- JOCL - https://www.jocl.org -->
1767+
<!-- JOCL - http://www.jocl.org -->
17681768
<jocl.version>2.0.4</jocl.version>
17691769
<org.jocl.jocl.version>${jocl.version}</org.jocl.jocl.version>
17701770

@@ -4819,7 +4819,7 @@
48194819
<version>${joda-time.joda-time.version}</version>
48204820
</dependency>
48214821

4822-
<!-- JOCL - https://www.jocl.org -->
4822+
<!-- JOCL - http://www.jocl.org -->
48234823
<dependency>
48244824
<groupId>org.jocl</groupId>
48254825
<artifactId>jocl</artifactId>

0 commit comments

Comments
 (0)