Skip to content

Commit

Permalink
Update all versions to 0.9.2-SNAPSHOT and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Feb 15, 2016
1 parent 66c5f00 commit 42c003e
Show file tree
Hide file tree
Showing 76 changed files with 154 additions and 154 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ If you run into any trouble or have questions consult our [forum](http:https://forum.g

### Nightly builds

Current version is 0.9.1-SNAPSHOT
Current version is 0.9.2-SNAPSHOT

- [gephi-0.9.1-SNAPSHOT-windows.exe](http:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.1-SNAPSHOT&c=windows&p=exe) (Windows)
- [gephi-0.9.2-SNAPSHOT-windows.exe](http:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.2-SNAPSHOT&c=windows&p=exe) (Windows)

- [gephi-0.9.1-SNAPSHOT-macos.dmg](http:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.1-SNAPSHOT&c=macos&p=dmg) (Mac OS X)
- [gephi-0.9.2-SNAPSHOT-macos.dmg](http:https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.2-SNAPSHOT&c=macos&p=dmg) (Mac OS X)

- [gephi-0.9.1-SNAPSHOT-linux.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.1-SNAPSHOT&c=linux&p=tar.gz) (Linux)
- [gephi-0.9.2-SNAPSHOT-linux.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.2-SNAPSHOT&c=linux&p=tar.gz) (Linux)

- [gephi-0.9.1-SNAPSHOT-sources.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.1-SNAPSHOT&c=sources&p=tar.gz) (Sources)
- [gephi-0.9.2-SNAPSHOT-sources.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.2-SNAPSHOT&c=sources&p=tar.gz) (Sources)

## Developer Introduction

Gephi is developed in Java and uses OpenGL for its visualization engine. Built on the top of Netbeans Platform, it follows a loosely-coupled, modular architecture philosophy. Gephi is split into modules, which depend on other modules through well-written APIs. Plugins can reuse existing APIs, create new services and even replace a default implementation with a new one.

Consult the [**Javadoc**](http:https://gephi.github.io/gephi/0.9.0/apidocs/index.html) for an overview of the APIs.
Consult the [**Javadoc**](http:https://gephi.github.io/gephi/0.9.1/apidocs/index.html) for an overview of the APIs.

### Requirements

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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>algorithms-plugin</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>appearance-api</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>appearance-plugin</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<name>AppearancePluginUI</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>core-library-wrapper</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>db-drivers</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>datalab-api</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>datalab-plugin</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<name>DesktopAppearance</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopBanner/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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-banner</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopBanner</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-branding</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-context</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-datalab</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-io-export</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-filters</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-generate</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-import</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-layout</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<name>DesktopPreview</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopProgress/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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-progress</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopProgress</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-project</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopProject</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopRecentFiles/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.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-recent-files</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopRecentFiles</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,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-statistics</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopStatistics</name>
Expand Down
Loading

0 comments on commit 42c003e

Please sign in to comment.