From f4c4bfea9bad2c584a95fc5df2ce17ab125d24a6 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 11 Jun 2023 21:26:08 +0300 Subject: [PATCH] switched to HTTPS --- doc/index.html | 56 +++++++++++++++++++++++++------------------------- doc/index.org | 2 +- pom.xml | 2 +- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/doc/index.html b/doc/index.html index 0b489cb..98a022b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Svjatoslav Commons - Java library of commonly used functions @@ -202,19 +202,19 @@

Table of Contents

-
-

1. General

+
+

1. General

  • This program is free software: released under Creative Commons Zero @@ -231,8 +231,8 @@
-
-

1.1. Source code

+
+

1.1. Source code

-
-

2. Library contents

+
+

2. Library contents

  • See JavaDoc.
  • @@ -346,8 +346,8 @@ eu.svjatoslav.commons.string.WildCardMatcher#match
-
-

3. Usage

+
+

3. Usage

Instructions to embed svjatoslav-commons in your project as a library: @@ -358,26 +358,26 @@ Maven pom.xml file snippet:

-
<dependencies>
+
<dependencies>
     ...
-    <dependency>
-        <groupId>eu.svjatoslav</groupId>
-        <artifactId>svjatoslavcommons</artifactId>
-        <version>1.9</version>
-    </dependency>
+    <dependency>
+        <groupId>eu.svjatoslav</groupId>
+        <artifactId>svjatoslavcommons</artifactId>
+        <version>1.9</version>
+    </dependency>
     ...
-</dependencies>
+</dependencies>
 
 
-<repositories>
+<repositories>
     ...
-    <repository>
-        <id>svjatoslav.eu</id>
-        <name>Svjatoslav repository</name>
-        <url>http://www2.svjatoslav.eu/maven/</url>
-    </repository>
+    <repository>
+        <id>svjatoslav.eu</id>
+        <name>Svjatoslav repository</name>
+        <url>https://www2.svjatoslav.eu/maven/</url>
+    </repository>
     ...
-</repositories>
+</repositories>
 
@@ -385,7 +385,7 @@ Maven pom.xml file snippet:

Author: Svjatoslav Agejenko

-

Created: 2022-07-13 Wed 03:58

+

Created: 2023-06-11 Sun 21:23

Validate

diff --git a/doc/index.org b/doc/index.org index 31277b8..f6f8c3a 100644 --- a/doc/index.org +++ b/doc/index.org @@ -85,7 +85,7 @@ Maven pom.xml file snippet: svjatoslav.eu Svjatoslav repository - http://www2.svjatoslav.eu/maven/ + https://www2.svjatoslav.eu/maven/ ... diff --git a/pom.xml b/pom.xml index 9ac19ea..ef82e33 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ jar Svjatoslav Commons Collection many small but commonly useful functionalities - http://www2.svjatoslav.eu/gitbrowse/svjatoslav_commons/doc/index.html + https://www3.svjatoslav.eu/projects/svjatoslav_commons/ svjatoslav.eu -- 2.20.1