24 Commits

Autor SHA1 Mensagem Data
Eduardo Ramos 54025c0cfb Merge pull request #939 from hbruch/0.8.2-issue-903
Fix for issue #903: 0.8.2 with JDK8
2014-08-03 00:22:44 +02:00
Holger Bruch 2e8ddcffd0 Fix for issue #903: Updated Netbeans release to 7.4 and upgraded some MVN-Plugin versions to avoid MNG-5482. 2014-07-31 07:15:24 +02:00
Sébastien Heymann a6665e6ff8 Merge pull request #756 from Mango-information-systems/fix-hits
corrected HITS calculation (issue gephi/gephi#620)
2013-03-25 13:45:49 -07:00
Mehdi El Fadil 5c35da8cf3 corrected HITS calculation (issue gephi/gephi#620)
- initialized authority and hubs to 1 at each iteration
- used outgoing edges instead of incoming edges for hubs computation
- renamed 'target' to source for incoming edges in authority computation

Review of the logic would be appreciated.

Normalization is different from the one in the original paper, but this might not be affecting the logic. networkx uses same normalization logic as the one used here.
2013-03-08 19:33:10 +01:00
Eduardo Ramos c8de4a1128 Manually merge branch 'master' into 0.8.2 to include delegate providers fix.
Bump AttributesImpl module version for updates.
2013-01-20 21:27:49 +01:00
Mathieu Bastian 77e79bafb7 Override specification version for DBDrivers module 2013-01-09 08:56:55 -08:00
Mathieu Bastian 54521cf6f0 Merge 2013-01-09 08:36:05 -08:00
Eduardo Ramos b3eb863195 Merge branch 'master' into 0.8.2 2013-01-04 23:27:35 +01:00
Mathieu Bastian e3ab332f7e Merge branch 'master' into 0.8.2 2013-01-02 16:43:02 -08:00
Eduardo Ramos 9df4b5628b Merge branch 'master' into 0.8.2 2013-01-01 22:23:12 +01:00
Eduardo Ramos d0dd3099bb Merge branch 'master' into 0.8.2 2012-12-31 02:26:40 +01:00
Eduardo Ramos 79d2ede68e Merge branch 'master' into 0.8.2 2012-12-31 00:15:22 +01:00
Eduardo Ramos ca3ea49480 Merge branch 'master' into 0.8.2 2012-12-30 23:02:52 +01:00
Mathieu Bastian a4009d4e53 Merge branch 'master' into 0.8.2 2012-12-29 12:19:42 +01:00
Mathieu Bastian 6c9ef3a2c4 Merge branch 'master' into 0.8.2 2012-12-29 12:03:09 +01:00
Mathieu Bastian 5679771117 Merge branch 'master' into 0.8.2 2012-12-29 11:33:07 +01:00
Mathieu Bastian ecd9bb9aa7 Merge branch 'master' into 0.8.2 2012-12-29 11:19:08 +01:00
Mathieu Bastian a19686a450 Merge branch 'master' into 0.8.2 2012-12-29 10:54:13 +01:00
Mathieu Bastian 41c066df09 Merge branch 'master' into 0.8.2 2012-12-29 10:22:06 +01:00
Mathieu Bastian d0259737ed Merge branch 'master' into 0.8.2 2012-12-28 15:45:56 +01:00
Mathieu Bastian 1d2d06e0e8 Merge branch 'master' into 0.8.2 2012-12-28 13:59:12 +01:00
Mathieu Bastian 6065bf8337 Title version 2012-12-28 12:21:29 +01:00
Mathieu Bastian aa49e73055 Merge branch 'master' into 0.8.2 2012-12-28 12:18:14 +01:00
Mathieu Bastian 3d968ac1e7 Update POMs with release version 2012-12-27 10:03:30 +01:00
96 arquivos alterados com 209 adições e 201 exclusões
+6 -6
Ver Arquivo
@@ -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
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+6 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+6 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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);
}
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+2 -2
Ver Arquivo
@@ -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>
+1 -1
Ver Arquivo
@@ -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>
+1 -1
Ver Arquivo
@@ -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>
@@ -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
@@ -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
Ver Arquivo
@@ -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>