Skip to content

Commit

Permalink
Update all versions to 0.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mbastian committed Jan 13, 2013
1 parent 4ad80ff commit b4ed125
Show file tree
Hide file tree
Showing 93 changed files with 187 additions and 187 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ If you run into any trouble or have questions consult our [forum](http://forum.g

### Nightly builds

Current version is 0.8.2-SNAPSHOT
Current version is 0.9-SNAPSHOT

- [gephi-0.8.2-SNAPSHOT.zip](http://nexus.gephi.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.8.2-SNAPSHOT&p=zip) (Windows & Linux)
- [gephi-0.9-SNAPSHOT.zip](http://nexus.gephi.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&p=zip) (Windows & Linux)

- [gephi-0.8.2-SNAPSHOT.dmg](http://nexus.gephi.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.8.2-SNAPSHOT&p=dmg) (Mac OS X)
- [gephi-0.9-SNAPSHOT.dmg](http://nexus.gephi.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&p=dmg) (Mac OS X)

- [gephi-0.8.2-SNAPSHOT-sources.tar.gz](http://nexus.gephi.org/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.gephi&a=gephi-parent&v=0.8.2-SNAPSHOT&c=sources&p=tar.gz) (Sources)
- [gephi-0.9-SNAPSHOT-sources.tar.gz](http://nexus.gephi.org/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.gephi&a=gephi-parent&v=0.9-SNAPSHOT&c=sources&p=tar.gz) (Sources)

- [gephi-0.8.2-SNAPSHOT-javadoc.jar](http://nexus.gephi.org/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.gephi&a=gephi-parent&v=0.8.2-SNAPSHOT&c=javadoc&p=jar) (Javadoc)
- [gephi-0.9-SNAPSHOT-javadoc.jar](http://nexus.gephi.org/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.gephi&a=gephi-parent&v=0.9-SNAPSHOT&c=javadoc&p=jar) (Javadoc)

## Developer Introduction

Expand All @@ -48,7 +48,7 @@ Consult the [**Javadoc**](http://gephi.org/docs) for an overview of the APIs.

- Java JDK 6 or 7 with preferably [Oracle Java JDK](http://java.com/en/).

- [Apache Maven](http://maven.apache.org/) version 3.0.3 or later
- [Apache Maven](http://maven.apache.org/) version 3.0.4 or later

### Checkout and Build the sources

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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/AttributeColumnPropertyEditor/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>ui-propertyeditor</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>AttributeColumnPropertyEditor</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/AttributesAPI/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>data-attributes-api</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>AttributesAPI</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/AttributesImpl/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>attributes</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>AttributesImpl</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/ClusteringAPI/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>clustering-api</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>ClusteringAPI</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/ClusteringPlugin/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>clustering-plugin</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>ClusteringPlugin</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/CollectionUtils/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>utils-collection</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>CollectionUtils</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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>core-library-wrapper</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<name>DBDrivers</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DHNSGraph/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>graph-dhns</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DHNSGraph</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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>datalab-api</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>datalab-plugin</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DataLaboratoryPlugin</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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-branding</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopBranding</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopClustering/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-clustering</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopClustering</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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-context</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-datalab</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-io-export</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-filters</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-generate</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopGenerate</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopHierarchy/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-hierarchy</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopHierarchy</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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-import</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

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

<name>DesktopLayout</name>
Expand Down
4 changes: 2 additions & 2 deletions modules/DesktopPartition/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.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.gephi</groupId>
<artifactId>desktop-partition</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.9-SNAPSHOT</version>
<packaging>nbm</packaging>

<name>DesktopPartition</name>
Expand Down
Loading

0 comments on commit b4ed125

Please sign in to comment.