Skip to content

Commit bdd2ce6

Browse files
committed
2024.11.0
1 parent 0ffa2aa commit bdd2ce6

File tree

20 files changed

+20
-21
lines changed

20 files changed

+20
-21
lines changed

capability/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.core</groupId>
7-
<version>2024.10.0</version>
7+
<version>2024.11.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>capability</artifactId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.core</groupId>
7-
<version>2024.10.0</version>
7+
<version>2024.11.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>cli</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.core</groupId>
7-
<version>2024.10.0</version>
7+
<version>2024.11.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>common</artifactId>

diagram/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.core</groupId>
7-
<version>2024.10.0</version>
7+
<version>2024.11.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>diagram</artifactId>

drawio.model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>org.nasdanika.core</groupId>
8-
<version>2024.10.0</version>
8+
<version>2024.11.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>drawio-model</artifactId>

drawio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.core</groupId>
7-
<version>2024.10.0</version>
7+
<version>2024.11.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>drawio</artifactId>

drawio/src/main/java/org/nasdanika/drawio/processor/DiagramCapabilityFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public CompletionStage<Iterable<CapabilityProvider<Object>>> create(
5050
java.util.function.Function<Object,Object> proxy = elementInvocableFactory.createProxy(
5151
requirement.bind(),
5252
null,
53-
null,
5453
progressMonitor,
5554
requirement.classLoader(),
5655
requirement.interfaces());

emf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>org.nasdanika.core</groupId>
6-
<version>2024.10.0</version>
6+
<version>2024.11.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>emf</artifactId>

exec.gen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.core</groupId>
7-
<version>2024.10.0</version>
7+
<version>2024.11.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>exec-gen</artifactId>

exec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>org.nasdanika.core</groupId>
8-
<version>2024.10.0</version>
8+
<version>2024.11.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>exec</artifactId>

0 commit comments

Comments
 (0)