Skip to content

Commit 1737ccd

Browse files
committed
2024.5.0
1 parent 5037d8b commit 1737ccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.nasdanika</groupId>
6-
<version>2024.4.0</version>
6+
<version>2024.5.0</version>
77
<artifactId>cli-launcher</artifactId>
88
<packaging>jar</packaging>
99
<name>Nasdanika command line interface launcher</name>
@@ -12,17 +12,17 @@
1212
<dependency>
1313
<groupId>org.nasdanika.html</groupId>
1414
<artifactId>app-model-gen-cli</artifactId>
15-
<version>2024.4.0</version>
15+
<version>2024.5.0</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>org.nasdanika.models.java</groupId>
1919
<artifactId>cli</artifactId>
20-
<version>2024.4.0</version>
20+
<version>2024.5.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.nasdanika.core</groupId>
2424
<artifactId>http</artifactId>
25-
<version>2024.4.0</version>
25+
<version>2024.5.0</version>
2626
</dependency>
2727
<!-- To prevent slf4j complaining -->
2828
<dependency>

0 commit comments

Comments
 (0)