Skip to content

Commit

Permalink
2024.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Nov 2, 2024
1 parent 0ffa2aa commit bdd2ce6
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion capability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>capability</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>diagram</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drawio.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>drawio-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drawio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>drawio</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public CompletionStage<Iterable<CapabilityProvider<Object>>> create(
java.util.function.Function<Object,Object> proxy = elementInvocableFactory.createProxy(
requirement.bind(),
null,
null,
progressMonitor,
requirement.classLoader(),
requirement.interfaces());
Expand Down
2 changes: 1 addition & 1 deletion emf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>emf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exec.gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>exec-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>exec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion graph.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>graph-model</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>graph</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>common</artifactId>
<version>2024.10.0</version>
<version>2024.11.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>groovy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ncore.gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ncore-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ncore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>ncore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>persistence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Nasdanika Core Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.nasdanika.core</groupId>
<version>2024.10.0</version>
<version>2024.11.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>resources</artifactId>
Expand Down

0 comments on commit bdd2ce6

Please sign in to comment.