Comparar commits
24 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| 54025c0cfb | |||
| 2e8ddcffd0 | |||
| a6665e6ff8 | |||
| 5c35da8cf3 | |||
| c8de4a1128 | |||
| 77e79bafb7 | |||
| 54521cf6f0 | |||
| b3eb863195 | |||
| e3ab332f7e | |||
| 9df4b5628b | |||
| d0dd3099bb | |||
| 79d2ede68e | |||
| ca3ea49480 | |||
| a4009d4e53 | |||
| 6c9ef3a2c4 | |||
| 5679771117 | |||
| ecd9bb9aa7 | |||
| a19686a450 | |||
| 41c066df09 | |||
| d0259737ed | |||
| 1d2d06e0e8 | |||
| 6065bf8337 | |||
| aa49e73055 | |||
| 3d968ac1e7 |
+6
-6
@@ -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.9-SNAPSHOT
|
||||
Current version is 0.8.2-SNAPSHOT
|
||||
|
||||
- [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.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.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.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-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-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-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)
|
||||
- [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)
|
||||
|
||||
## Developer Introduction
|
||||
|
||||
@@ -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.4 or later
|
||||
- [Apache Maven](http://maven.apache.org/) version 3.0.3 or later
|
||||
|
||||
### Checkout and Build the sources
|
||||
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>algorithms-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ui-propertyeditor</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>AttributeColumnPropertyEditor</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>data-attributes-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>AttributesAPI</name>
|
||||
|
||||
@@ -4,16 +4,20 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>attributes</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>AttributesImpl</name>
|
||||
|
||||
<properties>
|
||||
<gephi.modules.specification.version>0.8.2.1</gephi.modules.specification.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>clustering-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ClusteringAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>clustering-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ClusteringPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>utils-collection</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>CollectionUtils</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>core-library-wrapper</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>CoreLibraryWrapper</name>
|
||||
|
||||
@@ -4,16 +4,20 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>db-drivers</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DBDrivers</name>
|
||||
|
||||
<properties>
|
||||
<gephi.modules.specification.version>0.8.2.1</gephi.modules.specification.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>graph-dhns</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DHNSGraph</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>datalab-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DataLaboratoryAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>datalab-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DataLaboratoryPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-branding</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopBranding</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-clustering</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopClustering</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-context</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopContext</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-datalab</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopDataLaboratory</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-io-export</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopExport</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-filters</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopFilters</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-generate</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopGenerate</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-hierarchy</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopHierarchy</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-import</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopImport</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-layout</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopLayout</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-partition</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopPartition</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-perspective</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopPerspective</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-preview</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopPreview</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-progress</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopProgress</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-project</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopProject</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-ranking</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopRanking</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-recent-files</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopRecentFiles</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-spigot</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopSpigot</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-statistics</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopStatistics</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-timeline</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopTimeline</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>desktop-tools</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DesktopTools</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>directory-chooser</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DirectoryChooser</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>dynamic-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DynamicAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>dynamic-impl</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>DynamicImpl</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-exporter-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ExportAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-exporter-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ExportPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>export-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ExportPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>filters-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>FiltersAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>filters-impl</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>FiltersImpl</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>filters-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>FiltersPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>filters-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>FiltersPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-generator-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>GeneratorAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-generator-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>GeneratorPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>generator-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>GeneratorPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>gleem</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>Gleem</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>graph-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>GraphAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-importer-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ImportAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-importer-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ImportPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>import-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ImportPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>layout-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>LayoutAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>layout-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>LayoutPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>utils-longtask</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>LongTaskAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>mostrecentfiles-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>MostRecentFilesAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>partition-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PartitionAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>partition-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PartitionPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>partition-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PartitionPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>perspective-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PerspectiveAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>preview-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PreviewAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-exporter-preview</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PreviewExport</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>preview-export-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PreviewExportUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>preview-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>PreviewPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>io-processor-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ProcessorPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>processor-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ProcessorPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>project-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ProjectAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>project-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ProjectUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ranking-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>RankingAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ranking-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>RankingPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ranking-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>RankingPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>settings-upgrader</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>SettingsUpgrader</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>spigot-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>SpigotPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>spigot-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>SpigotPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>spline-editor</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>SplineEditor</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>statistics-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>StatisticsAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>statistics-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>StatisticsPlugin</name>
|
||||
|
||||
@@ -170,7 +170,7 @@ public class Hits implements Statistics, LongTask {
|
||||
for (Node node : auth_list) {
|
||||
|
||||
int n_index = indicies.get(node);
|
||||
temp_authority[n_index] = authority[n_index];
|
||||
temp_authority[n_index] = 1.0f;
|
||||
EdgeIterable edge_iter;
|
||||
if (!useUndirected) {
|
||||
edge_iter = ((HierarchicalDirectedGraph) hgraph).getInEdgesAndMetaInEdges(node);
|
||||
@@ -178,9 +178,9 @@ public class Hits implements Statistics, LongTask {
|
||||
edge_iter = ((HierarchicalUndirectedGraph) hgraph).getEdgesAndMetaEdges(node);
|
||||
}
|
||||
for (Edge edge : edge_iter) {
|
||||
Node target = hgraph.getOpposite(node, edge);
|
||||
int target_index = indicies.get(target);
|
||||
temp_authority[n_index] += hubs[target_index];
|
||||
Node source = hgraph.getOpposite(node, edge);
|
||||
int source_index = indicies.get(source);
|
||||
temp_authority[n_index] += hubs[source_index];
|
||||
}
|
||||
|
||||
auth_sum += temp_authority[n_index];
|
||||
@@ -194,10 +194,10 @@ public class Hits implements Statistics, LongTask {
|
||||
for (Node node : hub_list) {
|
||||
|
||||
int n_index = indicies.get(node);
|
||||
temp_hubs[n_index] = hubs[n_index];
|
||||
temp_hubs[n_index] = 1.0f;
|
||||
EdgeIterable edge_iter;
|
||||
if (!useUndirected) {
|
||||
edge_iter = ((HierarchicalDirectedGraph) hgraph).getInEdgesAndMetaInEdges(node);
|
||||
edge_iter = ((HierarchicalDirectedGraph) hgraph).getOutEdgesAndMetaOutEdges(node);
|
||||
} else {
|
||||
edge_iter = ((HierarchicalUndirectedGraph) hgraph).getEdgesAndMetaEdges(node);
|
||||
}
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>statistics-plugin-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>StatisticsPluginUI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>timeline</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>TimelineAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>tools-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ToolsAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>tools-plugin</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ToolsPlugin</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ui-components</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>UIComponents</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ui-library-wrapper</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>UILibraryWrapper</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>ui-utils</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>UIUtils</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>utils</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>Utils</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>lib.validation</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>ValidationAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>visualization-api</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>VisualizationAPI</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>visualization</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>VisualizationImpl</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>welcome-screen</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>WelcomeScreen</name>
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
<parent>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<groupId>org.gephi</groupId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>workspace-ui</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>nbm</packaging>
|
||||
|
||||
<name>WorkspaceUI</name>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
currentVersion=Gephi 0.9-SNAPSHOT {0}
|
||||
LBL_splash_window_title=Starting Gephi 0.9-SNAPSHOT
|
||||
currentVersion=Gephi 0.8.2 {0}
|
||||
LBL_splash_window_title=Starting Gephi 0.8.2
|
||||
SplashProgressBarBounds=0,249,473,3
|
||||
SplashProgressBarColor=0xFF9933
|
||||
SplashRunningTextBounds=10,235,450,12
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
CTL_MainWindow_Title=Gephi 0.9-SNAPSHOT
|
||||
CTL_MainWindow_Title_No_Project=Gephi 0.9-SNAPSHOT
|
||||
CTL_MainWindow_Title=Gephi 0.8.2
|
||||
CTL_MainWindow_Title_No_Project=Gephi 0.8.2
|
||||
+5
-5
@@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>org.gephi</groupId>
|
||||
<artifactId>gephi-parent</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<version>0.8.2</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>gephi</name>
|
||||
@@ -44,12 +44,12 @@
|
||||
<!-- Properties -->
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<gephi.maven.requiredVersion>3.0.4</gephi.maven.requiredVersion>
|
||||
<gephi.maven.requiredVersion>3.2.1</gephi.maven.requiredVersion>
|
||||
<netbeans.run.params.ide/>
|
||||
<netbeans.run.params>${netbeans.run.params.ide}</netbeans.run.params>
|
||||
|
||||
<!-- Netbeans Platfrom version -->
|
||||
<netbeans.version>RELEASE721</netbeans.version>
|
||||
<netbeans.version>RELEASE74</netbeans.version>
|
||||
|
||||
<!-- Localization ZIP version, from 'http://netbeans.org/project_downloads/nblocalization' -->
|
||||
<gephi.platform.localization.version>7.2</gephi.platform.localization.version>
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
<gephi.maven-clean-plugin.version>2.5</gephi.maven-clean-plugin.version>
|
||||
|
||||
<gephi.maven-compiler-plugin.version>3.0</gephi.maven-compiler-plugin.version>
|
||||
<gephi.maven-compiler-plugin.version>3.1</gephi.maven-compiler-plugin.version>
|
||||
|
||||
<gephi.maven-dependency-plugin.version>2.6</gephi.maven-dependency-plugin.version>
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
<gephi.build-helper-maven-plugin.version>1.7</gephi.build-helper-maven-plugin.version>
|
||||
|
||||
<gephi.nbm-maven-plugin.version>3.9</gephi.nbm-maven-plugin.version>
|
||||
<gephi.nbm-maven-plugin.version>3.13.3</gephi.nbm-maven-plugin.version>
|
||||
|
||||
<gephi.maven-reactor-plugin.version>1.0</gephi.maven-reactor-plugin.version>
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário