提交 033b7f21 编写于 作者: M Mathieu Bastian

Set version to 0.9.6-SNAPSHOT

上级 7a25261d
......@@ -30,7 +30,7 @@ assignees: ''
## Your Environment
* Version used: Gephi 0.9.4
* Version used: Gephi 0.9.5
* Operating System:
<!--- Or preferably, include a copy of your messages.log file in your user directory (see https://github.com/gephi/gephi/wiki/Troubleshooting) -->
......@@ -13,7 +13,7 @@ assignees: ''
<!-- If you have a proposal for how this need could be met, please provide a clear and concise description of what you want to happen. -->
### Alternatives considered
<!-- If there alternative solutions that you have considered or think should be considered, please list them here -->
<!-- If there are alternative solutions that you have considered or think should be considered, please list them here -->
### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
\ No newline at end of file
......@@ -6,6 +6,7 @@ on:
- 0.9.3
- 0.9.4
- 0.9.5
- 0.9.6
- weblate**
jobs:
......
......@@ -2,7 +2,7 @@ name: release
on:
push:
branches: [ 0.9.5 ]
branches: [ 0.9.6 ]
jobs:
build-base:
......
......@@ -33,17 +33,17 @@ If you run into any trouble or have questions consult our [forum](http://forum-g
### Nightly builds
Current version is 0.9.5-SNAPSHOT
Current version is 0.9.6-SNAPSHOT
- [gephi-0.9.5-SNAPSHOT-windows-x64.exe](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.5-SNAPSHOT&c=windows-x64&p=exe) (Windows)
- [gephi-0.9.6-SNAPSHOT-windows-x64.exe](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.6-SNAPSHOT&c=windows-x64&p=exe) (Windows)
- [gephi-0.9.5-SNAPSHOT-windows-x32.exe](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.5-SNAPSHOT&c=windows-x32&p=exe) (Windows x32)
- [gephi-0.9.6-SNAPSHOT-windows-x32.exe](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.6-SNAPSHOT&c=windows-x32&p=exe) (Windows x32)
- [gephi-0.9.5-SNAPSHOT-macos-x64.dmg](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.5-SNAPSHOT&c=macos-x64&p=dmg) (Mac OS X)
- [gephi-0.9.6-SNAPSHOT-macos-x64.dmg](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.6-SNAPSHOT&c=macos-x64&p=dmg) (Mac OS X)
- [gephi-0.9.5-SNAPSHOT-linux-x64.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.5-SNAPSHOT&c=linux-x64&p=tar.gz) (Linux)
- [gephi-0.9.6-SNAPSHOT-linux-x64.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.6-SNAPSHOT&c=linux-x64&p=tar.gz) (Linux)
- [gephi-0.9.5-SNAPSHOT-sources.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.5-SNAPSHOT&c=sources&p=tar.gz) (Sources)
- [gephi-0.9.6-SNAPSHOT-sources.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9.6-SNAPSHOT&c=sources&p=tar.gz) (Sources)
## Developer Introduction
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>algorithms-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<dependencies>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>appearance-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>AppearanceAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>appearance-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>AppearancePlugin</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>appearance-plugin-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>AppearancePluginUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>batik-wrapper</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>BatikWrapper</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>core-library-wrapper</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>CoreLibraryWrapper</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>db-drivers</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DBDrivers</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>datalab-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DataLaboratoryAPI</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>datalab-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DataLaboratoryPlugin</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-appearance</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopAppearance</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-branding</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopBranding</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-context</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopContext</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-datalab</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopDataLaboratory</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-io-export</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopExport</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-filters</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopFilters</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-generate</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopGenerate</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-import</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopImport</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-layout</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopLayout</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-preview</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopPreview</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-project</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopProject</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-statistics</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopStatistics</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-timeline</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopTimeline</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>desktop-tools</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopTools</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>desktop-window</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DesktopWindow</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>directory-chooser</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>DirectoryChooser</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>io-exporter-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ExportAPI</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>io-exporter-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ExportPlugin</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>export-plugin-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ExportPluginUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>filters-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>FiltersAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>filters-impl</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>FiltersImpl</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>filters-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>FiltersPlugin</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>filters-plugin-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>FiltersPluginUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>io-generator-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>GeneratorAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>io-generator-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>GeneratorPlugin</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>generator-plugin-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>GeneratorPluginUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>graph-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>GraphAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>io-importer-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ImportAPI</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>io-importer-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ImportPlugin</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>import-plugin-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ImportPluginUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>layout-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>LayoutAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>layout-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>LayoutPlugin</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>utils-longtask</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>LongTaskAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>mostrecentfiles-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>MostRecentFilesAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>perspective-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>PerspectiveAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>preview-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>PreviewAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>io-exporter-preview</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>PreviewExport</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>preview-export-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>PreviewExportUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>preview-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>PreviewPlugin</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>project-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ProjectAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>settings-upgrader</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>SettingsUpgrader</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>statistics-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>StatisticsAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>statistics-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>StatisticsPlugin</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>statistics-plugin-ui</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>StatisticsPluginUI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>timeline-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>TimelineAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>tools-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ToolsAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>tools-plugin</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>ToolsPlugin</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>ui-components</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>UIComponents</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>ui-library-wrapper</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>UILibraryWrapper</name>
......
......@@ -4,12 +4,12 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>ui-utils</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>UIUtils</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>utils</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>Utils</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>visualization-api</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>VisualizationAPI</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>visualization</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>VisualizationImpl</name>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>gephi-parent</artifactId>
<groupId>org.gephi</groupId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.gephi</groupId>
<artifactId>welcome-screen</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>nbm</packaging>
<name>WelcomeScreen</name>
......
......@@ -7,13 +7,13 @@
<parent>
<groupId>org.gephi</groupId>
<artifactId>gephi-parent</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>gephi</artifactId>
<packaging>nbm-application</packaging>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<name>gephi-app</name>
<properties>
......
......@@ -4,7 +4,7 @@
<groupId>org.gephi</groupId>
<artifactId>gephi-parent</artifactId>
<version>0.9.5</version>
<version>0.9.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gephi</name>
......
name: gephi
title: Gephi
base: core18
version: 0.9.5-SNAPSHOT
version: 0.9.6-SNAPSHOT
summary: The Open Graph Viz Platform
description: |
**Gephi is the leading open-source platform for visualizing and manipulating large graphs.**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册