Skip to content

Commit 357672f

Browse files
committed
Change some artifact names in order to be able to install old plugins (nbms dependencies names have to match).
Update modules specification version to 0.8.2
1 parent 3dad51b commit 357672f

65 files changed

Lines changed: 141 additions & 141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/AlgorithmsPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</dependency>
2121
<dependency>
2222
<groupId>${project.groupId}</groupId>
23-
<artifactId>attributes-api</artifactId>
23+
<artifactId>data-attributes-api</artifactId>
2424
</dependency>
2525
<dependency>
2626
<groupId>${project.groupId}</groupId>

modules/AttributeColumnPropertyEditor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<groupId>org.gephi</groupId>
12-
<artifactId>attribute-property-editor</artifactId>
12+
<artifactId>ui-propertyeditor</artifactId>
1313
<version>0.8.2-SNAPSHOT</version>
1414
<packaging>nbm</packaging>
1515

@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>${project.groupId}</groupId>
29-
<artifactId>attributes-api</artifactId>
29+
<artifactId>data-attributes-api</artifactId>
3030
</dependency>
3131
</dependencies>
3232

modules/AttributesAPI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<groupId>org.gephi</groupId>
12-
<artifactId>attributes-api</artifactId>
12+
<artifactId>data-attributes-api</artifactId>
1313
<version>0.8.2-SNAPSHOT</version>
1414
<packaging>nbm</packaging>
1515

modules/AttributesImpl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<groupId>org.gephi</groupId>
12-
<artifactId>attributes-impl</artifactId>
12+
<artifactId>attributes</artifactId>
1313
<version>0.8.2-SNAPSHOT</version>
1414
<packaging>nbm</packaging>
1515

@@ -18,7 +18,7 @@
1818
<dependencies>
1919
<dependency>
2020
<groupId>${project.groupId}</groupId>
21-
<artifactId>attributes-api</artifactId>
21+
<artifactId>data-attributes-api</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>${project.groupId}</groupId>

modules/DHNSGraph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>${project.groupId}</groupId>
29-
<artifactId>attributes-api</artifactId>
29+
<artifactId>data-attributes-api</artifactId>
3030
</dependency>
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>

modules/DataLaboratoryAPI/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>
33-
<artifactId>attributes-api</artifactId>
33+
<artifactId>data-attributes-api</artifactId>
3434
</dependency>
3535
<dependency>
3636
<groupId>${project.groupId}</groupId>

modules/DataLaboratoryPlugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependencies>
1919
<dependency>
2020
<groupId>${project.groupId}</groupId>
21-
<artifactId>attributes-api</artifactId>
21+
<artifactId>data-attributes-api</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>${project.groupId}</groupId>
@@ -42,7 +42,7 @@
4242
</dependency>
4343
<dependency>
4444
<groupId>${project.groupId}</groupId>
45-
<artifactId>utils-ui</artifactId>
45+
<artifactId>ui-utils</artifactId>
4646
</dependency>
4747
<dependency>
4848
<groupId>${project.groupId}</groupId>
@@ -74,7 +74,7 @@
7474
</dependency>
7575
<dependency>
7676
<groupId>${project.groupId}</groupId>
77-
<artifactId>visualization-impl</artifactId>
77+
<artifactId>visualization</artifactId>
7878
</dependency>
7979
<dependency>
8080
<groupId>${project.groupId}</groupId>

modules/DesktopBranding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>
33-
<artifactId>import-api</artifactId>
33+
<artifactId>io-importer-api</artifactId>
3434
</dependency>
3535
<dependency>
3636
<groupId>${project.groupId}</groupId>
@@ -58,7 +58,7 @@
5858
</dependency>
5959
<dependency>
6060
<groupId>${project.groupId}</groupId>
61-
<artifactId>visualization-impl</artifactId>
61+
<artifactId>visualization</artifactId>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.netbeans.api</groupId>

modules/DesktopClustering/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>
33-
<artifactId>attributes-api</artifactId>
33+
<artifactId>data-attributes-api</artifactId>
3434
</dependency>
3535
<dependency>
3636
<groupId>${project.groupId}</groupId>
37-
<artifactId>utils-ui</artifactId>
37+
<artifactId>ui-utils</artifactId>
3838
</dependency>
3939
<dependency>
4040
<groupId>${project.groupId}</groupId>
@@ -46,7 +46,7 @@
4646
</dependency>
4747
<dependency>
4848
<groupId>${project.groupId}</groupId>
49-
<artifactId>visualization-impl</artifactId>
49+
<artifactId>visualization</artifactId>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.netbeans.api</groupId>

modules/DesktopContext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>${project.groupId}</groupId>
29-
<artifactId>utils-ui</artifactId>
29+
<artifactId>ui-utils</artifactId>
3030
</dependency>
3131
<dependency>
3232
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)