Skip to content

Commit

Permalink
2024.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Mar 13, 2024
1 parent 3fd18c1 commit 25278fe
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 41 deletions.
4 changes: 2 additions & 2 deletions bootstrap/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bootstrap</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
</build>
<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions emf/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>emf</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
</build>
<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>app-model</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion html/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>html</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jstree/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>jstree</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@
</build>
<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion model/app.gen.maven.archetype/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>site-generator-archetype-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin>
<groupId>org.nasdanika.html</groupId>
<artifactId>site-generator-maven-plugin</artifactId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<executions>
<execution>
<goals>
Expand Down
13 changes: 9 additions & 4 deletions model/app.gen.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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.7.1</version>
<version>3.11.0</version>
</plugin>
</plugins>
</build>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.10.2</version>
<version>3.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -61,9 +61,14 @@
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>app-model-gen</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>ant-style-path-matcher</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions model/app.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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>app-model-gen</artifactId>
Expand Down Expand Up @@ -43,22 +43,22 @@
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>app-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap-model-gen</artifactId>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>jstree</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>emf</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions model/app.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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>app-model-graph</artifactId>
Expand Down Expand Up @@ -42,7 +42,7 @@
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>app-model-gen</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions model/app/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>app-model</artifactId>
Expand Down Expand Up @@ -38,7 +38,7 @@

<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap-model</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions model/bootstrap.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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>bootstrap-model-gen</artifactId>
Expand Down Expand Up @@ -38,17 +38,17 @@

<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html-model-gen</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions model/bootstrap/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>bootstrap-model</artifactId>
Expand Down Expand Up @@ -38,12 +38,12 @@

<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html-model</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions model/html.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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>html-model-gen</artifactId>
Expand Down Expand Up @@ -38,12 +38,12 @@

<dependencies>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions model/html/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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>html-model</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.nasdanika.html</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>html</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions 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.html</groupId>
<version>2024.1.0</version>
<version>2024.3.0</version>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Nasdanika HTML Parent</name>
Expand All @@ -11,7 +11,7 @@
<url>https://docs.nasdanika.org/modules/html/index.html</url>

<properties>
<core.version>2024.1.0</core.version>
<core.version>2024.3.0</core.version>
<jacoco.version>0.8.11</jacoco.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
Expand Down Expand Up @@ -42,12 +42,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -128,21 +128,21 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 25278fe

Please sign in to comment.