From cc5f267fdffbf1a64b589b2331e1c45acfdc2d96 Mon Sep 17 00:00:00 2001 From: Alexander Verbraeck Date: Sun, 29 Jan 2023 16:27:45 +0100 Subject: [PATCH] Update documentation to show version 2.1.7 as the example pom file --- docs/djutils-cli/index.md | 4 ++-- docs/djutils-data/index.md | 4 ++-- docs/djutils-draw/index.md | 4 ++-- docs/djutils-serialization/index.md | 4 ++-- docs/djutils-stats/index.md | 4 ++-- docs/djutils/index.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/djutils-cli/index.md b/docs/djutils-cli/index.md index 6a01fe21..859bc437 100644 --- a/docs/djutils-cli/index.md +++ b/docs/djutils-cli/index.md @@ -25,12 +25,12 @@ Maven is one of the easiest ways to include DJUTILS-CLI in a Java project. The M org.djutils djutils-cli - 2.1.2 + 2.1.7 ``` -Of course, the version number (2.1.2 in the above example) needs to be replaced with the version that one wants to include in the project. +Of course, the version number (2.1.7 in the above example) needs to be replaced with the version that one wants to include in the project. DJUTILS-CLI jars before version 2 are kept on a server at TU Delft at [https://djutils.org/maven](https://djutils.org/maven). diff --git a/docs/djutils-data/index.md b/docs/djutils-data/index.md index cde70b89..a862f34f 100644 --- a/docs/djutils-data/index.md +++ b/docs/djutils-data/index.md @@ -22,12 +22,12 @@ Maven is one of the easiest ways to include DJUTILS-DATA in a Java project. The org.djutils djutils-data - 2.1.2 + 2.1.7 ``` -Of course, the version number (2.1.2 in the above example) needs to be replaced with the version that one wants to include in the project. +Of course, the version number (2.1.7 in the above example) needs to be replaced with the version that one wants to include in the project. DJUTILS-DATA jars before version 2 are kept on a server at TU Delft at [https://djutils.org/maven](https://djutils.org/maven). diff --git a/docs/djutils-draw/index.md b/docs/djutils-draw/index.md index 74e77933..01118c65 100644 --- a/docs/djutils-draw/index.md +++ b/docs/djutils-draw/index.md @@ -26,12 +26,12 @@ Maven is one of the easiest ways to include DJUTILS-DRAW in a Java project. The org.djutils djutils-draw - 2.1.2 + 2.1.7 ``` -Of course, the version number (2.1.2 in the above example) needs to be replaced with the version that one wants to include in the project. +Of course, the version number (2.1.7 in the above example) needs to be replaced with the version that one wants to include in the project. DJUTILS-DRAW jars before version 2 are kept on a server at TU Delft at [https://djutils.org/maven](https://djutils.org/maven). diff --git a/docs/djutils-serialization/index.md b/docs/djutils-serialization/index.md index cdb0e55d..ce66f8f1 100644 --- a/docs/djutils-serialization/index.md +++ b/docs/djutils-serialization/index.md @@ -33,12 +33,12 @@ Maven is one of the easiest ways to include DJUTILS-SERIALIZATION in a Java proj org.djutils djutils-serialization - 2.1.2 + 2.1.7 ``` -Of course, the version number (2.1.2 in the above example) needs to be replaced with the version that one wants to include in the project. +Of course, the version number (2.1.7 in the above example) needs to be replaced with the version that one wants to include in the project. DJUTILS-SERIALIZATION jars before version 2 are kept on a server at TU Delft at [https://djutils.org/maven](https://djutils.org/maven). diff --git a/docs/djutils-stats/index.md b/docs/djutils-stats/index.md index 209a8703..a5acc330 100644 --- a/docs/djutils-stats/index.md +++ b/docs/djutils-stats/index.md @@ -19,12 +19,12 @@ Maven is one of the easiest ways to include DJUTILS-STATS in a Java project. The org.djutils djutils-stats - 2.1.2 + 2.1.7 ``` -Of course, the version number (2.1.2 in the above example) needs to be replaced with the version that one wants to include in the project. +Of course, the version number (2.1.7 in the above example) needs to be replaced with the version that one wants to include in the project. DJUTILS-STATS jars before version 2 are kept on a server at TU Delft at [https://djutils.org/maven](https://djutils.org/maven). diff --git a/docs/djutils/index.md b/docs/djutils/index.md index 934d8847..4e70ff21 100644 --- a/docs/djutils/index.md +++ b/docs/djutils/index.md @@ -24,12 +24,12 @@ Maven is one of the easiest ways to include DJUTILS in a Java project. The Maven org.djutils djutils - 2.1.2 + 2.1.7 ``` -Of course, the version number (2.1.2 in the above example) needs to be replaced with the version that one wants to include in the project. +Of course, the version number (2.1.7 in the above example) needs to be replaced with the version that one wants to include in the project. DJUTILS jars before version 2 are kept on a server at TU Delft at [https://djutils.org/maven](https://djutils.org/maven).