Skip to content

Commit

Permalink
Set version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Apr 5, 2022
1 parent e2d2f41 commit 3e5125a
Show file tree
Hide file tree
Showing 67 changed files with 131 additions and 133 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ assignees: ''

---

<!--- Cannot find Java 1.8? Please check this https://github.com/gephi/gephi/issues/1787 and don't create a new issue -->

<!-- Want to try the latest development version and see if the issue persists? Check https://github.com/gephi/gephi#nightly-builds -->

## Expected Behavior
Expand All @@ -32,8 +30,7 @@ assignees: ''

## Your Environment

* Version used: Gephi 0.9.2
* Java version:
* Version used: Gephi 0.9.3
* Operating System:

<!--- Or preferably, include a copy of your messages.log file in your user directory (see https://github.com/gephi/gephi/wiki/Troubleshooting) -->
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gephi - The Open Graph Viz Platform

[![build](https://github.com/gephi/gephi/actions/workflows/build.yml/badge.svg)](https://github.com/gephi/gephi/actions/workflows/build.yml)
[![Downloads](https://img.shields.io/github/downloads/gephi/gephi/v0.9.3/total.svg)](https://github.com/gephi/gephi/releases/tag/v0.9.3)
[![Downloads](https://img.shields.io/github/downloads/gephi/gephi/v0.9.2/total.svg)](https://github.com/gephi/gephi/releases/tag/v0.9.2)
[![Downloads](https://img.shields.io/github/downloads/gephi/gephi/v0.9.1/total.svg)](https://github.com/gephi/gephi/releases/tag/v0.9.1)
[![Translation progress](https://hosted.weblate.org/widgets/gephi/-/svg-badge.svg)](https://hosted.weblate.org/engage/gephi/?utm_source=widget)
Expand Down
4 changes: 2 additions & 2 deletions modules/AlgorithmsPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>algorithms-plugin</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/AppearanceAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>appearance-api</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>AppearanceAPI</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/AppearancePlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>appearance-plugin</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>AppearancePlugin</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/AppearancePluginUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>appearance-plugin-ui</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>AppearancePluginUI</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/BatikWrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>batik-wrapper</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>BatikWrapper</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/CoreLibraryWrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>core-library-wrapper</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>CoreLibraryWrapper</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DBDrivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>db-drivers</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DBDrivers</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DataLaboratoryAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>datalab-api</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DataLaboratoryAPI</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DataLaboratoryPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>datalab-plugin</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DataLaboratoryPlugin</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopAppearance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-appearance</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopAppearance</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopBranding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-branding</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopBranding</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopContext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-context</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopContext</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopDataLaboratory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-datalab</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopDataLaboratory</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopExport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-io-export</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopExport</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopFilters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-filters</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopFilters</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopGenerate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-generate</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopGenerate</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopImport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-import</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopImport</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopLayout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-layout</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopLayout</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopPreview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-preview</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopPreview</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopProject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-project</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopProject</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopStatistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-statistics</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopStatistics</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopTimeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>desktop-timeline</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopTimeline</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopTools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-tools</artifactId>
<version>0.9.3-SNAPSHOT</version>
<version>0.9.3</version>
<packaging>nbm</packaging>

<name>DesktopTools</name>
Expand Down

0 comments on commit 3e5125a

Please sign in to comment.