From: Svjatoslav Agejenko Date: Wed, 13 Jul 2022 01:25:06 +0000 (+0300) Subject: Fixed maven repository URL X-Git-Tag: cli-helper-1.1~8 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=cli-helper.git;a=commitdiff_plain;h=1a99cede0c73a8c7c1cb9b2c611d920b0667e0aa Fixed maven repository URL --- diff --git a/doc/index.html b/doc/index.html index 669f211..cf028f3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + CLI Helper - library to help implementing commandline interfaces @@ -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.
  • @@ -275,8 +275,8 @@ eu.svjatoslav.commons.cli_helper.parameter_parser
-
-

3. Usage

+
+

3. Usage

Instructions to embed svjatoslav-commons in your project as a library: @@ -303,7 +303,7 @@ Maven pom.xml file snippet: <repository> <id>svjatoslav.eu</id> <name>Svjatoslav repository</name> - <url>http://www2.svjatoslav.eu/maven/</url> + <url>http://www3.svjatoslav.eu/maven/</url> </repository> ... </repositories> @@ -314,7 +314,7 @@ Maven pom.xml file snippet:

Author: Svjatoslav Agejenko

-

Created: 2022-06-26 Sun 02:29

+

Created: 2022-07-13 Wed 04:24

Validate

diff --git a/doc/index.org b/doc/index.org index 64f7146..ea82e8d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -52,7 +52,7 @@ Maven pom.xml file snippet: svjatoslav.eu Svjatoslav repository - http://www2.svjatoslav.eu/maven/ + http://www3.svjatoslav.eu/maven/ ...