Skip to content

Commit

Permalink
ganymede-2.1.2.20230910
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-ball committed Sep 11, 2023
1 parent b0ebfb4 commit c582159
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and `python` commands must be on the `${PATH}`. Then the typical (and
minimal) installation command line:

```bash
$ java -jar ganymede-2.1.1.20221231.jar -i
$ java -jar ganymede-2.1.2.20230910.jar -i
```

The [kernel][Ganymede Kernel] will be configured to use the same `java`
Expand Down Expand Up @@ -694,7 +694,7 @@ Ibid.


[Ganymede Kernel]: https://github.com/allen-ball/ganymede
[Ganymede Kernel download]: https://github.com/allen-ball/ganymede/releases/download/v2.1.1.20221231/ganymede-2.1.1.20221231.jar
[Ganymede Kernel download]: https://github.com/allen-ball/ganymede/releases/download/v2.1.2.20230910/ganymede-2.1.2.20230910.jar
[Ganymede API Javadoc]: https://allen-ball.github.io/ganymede/index.html?overview-summary.html
[Magic]: https://allen-ball.github.io/ganymede/ganymede/shell/Magic.html
[NotebookContext]: https://allen-ball.github.io/ganymede/ganymede/notebook/NotebookContext.html
Expand Down
2 changes: 1 addition & 1 deletion ganymede-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ganymede-kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion ganymede-notebook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies verbose="true">
Expand Down
2 changes: 1 addition & 1 deletion ganymede/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion jupyter-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.hcf.ganymede</groupId>
<artifactId>parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2.20230910</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Ganymede Parent POM</description>
Expand Down

0 comments on commit c582159

Please sign in to comment.