Skip to content

Commit 006e788

Browse files
A little fix in documentation to be displayed in https://jzarr.readthedocs.io/en/latest/
1 parent 1ef1a69 commit 006e788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ To use JZarr in your project integrate the following lines into your maven pom.x
4848
<dependency>
4949
<groupId>com.bc.zarr</groupId>
5050
<artifactId>jzarr</artifactId>
51-
<version>0.3.2-SNAPSHOT</version>
51+
<version>0.3.5</version>
5252
</dependency>
5353

5454
<repositories>
5555
<repository>
5656
<id>bc-nexus-repo</id>
5757
<name>Brockmann-Consult Public Maven Repository</name>
58-
<url>http://nexus.senbox.net/nexus/content/groups/public/</url>
58+
<url>https://nexus.senbox.net/nexus/content/groups/public/</url>
5959
</repository>
6060
</repositories>
6161

0 commit comments

Comments
 (0)