Skip to content

Commit

Permalink
Update documentation to show version 2.1.7 as the example pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
averbraeck committed Jan 29, 2023
1 parent 59d37c4 commit cc5f267
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/djutils-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Maven is one of the easiest ways to include DJUTILS-CLI in a Java project. The M
<dependency>
<groupId>org.djutils</groupId>
<artifactId>djutils-cli</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>
</dependency>
</dependencies>
```

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).

Expand Down
4 changes: 2 additions & 2 deletions docs/djutils-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Maven is one of the easiest ways to include DJUTILS-DATA in a Java project. The
<dependency>
<groupId>org.djutils</groupId>
<artifactId>djutils-data</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>
</dependency>
</dependencies>
```

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).

4 changes: 2 additions & 2 deletions docs/djutils-draw/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Maven is one of the easiest ways to include DJUTILS-DRAW in a Java project. The
<dependency>
<groupId>org.djutils</groupId>
<artifactId>djutils-draw</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>
</dependency>
</dependencies>
```

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).

4 changes: 2 additions & 2 deletions docs/djutils-serialization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Maven is one of the easiest ways to include DJUTILS-SERIALIZATION in a Java proj
<dependency>
<groupId>org.djutils</groupId>
<artifactId>djutils-serialization</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>
</dependency>
</dependencies>
```

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).

Expand Down
4 changes: 2 additions & 2 deletions docs/djutils-stats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Maven is one of the easiest ways to include DJUTILS-STATS in a Java project. The
<dependency>
<groupId>org.djutils</groupId>
<artifactId>djutils-stats</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>
</dependency>
</dependencies>
```

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).

Expand Down
4 changes: 2 additions & 2 deletions docs/djutils/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Maven is one of the easiest ways to include DJUTILS in a Java project. The Maven
<dependency>
<groupId>org.djutils</groupId>
<artifactId>djutils</artifactId>
<version>2.1.2</version>
<version>2.1.7</version>
</dependency>
</dependencies>
```

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).

Expand Down

0 comments on commit cc5f267

Please sign in to comment.