Skip to content

Commit 03609bd

Browse files
committed
2025.7.0
1 parent e5f08b3 commit 03609bd

7 files changed

Lines changed: 71 additions & 31 deletions

File tree

gen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.models.bootstrap</groupId>
7-
<version>2025.6.0</version>
7+
<version>2025.7.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>gen</artifactId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.nasdanika.models.html</groupId>
5252
<artifactId>gen</artifactId>
53-
<version>2025.6.0</version>
53+
<version>2025.7.0</version>
5454
</dependency>
5555
</dependencies>
5656
</project>

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.nasdanika.models.bootstrap</groupId>
6-
<version>2025.6.0</version>
6+
<version>2025.7.0</version>
77
<artifactId>parent</artifactId>
88
<relativePath>..</relativePath>
99
</parent>

model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.models.bootstrap</groupId>
7-
<version>2025.6.0</version>
7+
<version>2025.7.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>model</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.nasdanika.models.html</groupId>
4747
<artifactId>model</artifactId>
48-
<version>2025.6.0</version>
48+
<version>2025.7.0</version>
4949
</dependency>
5050
</dependencies>
5151
</project>

pom.xml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nasdanika.models.bootstrap</groupId>
55
<artifactId>parent</artifactId>
6-
<version>2025.6.0</version>
6+
<version>2025.7.0</version>
77
<packaging>pom</packaging>
88
<name>Bootstrap model, processors, doc generator</name>
99
<description>Bootstrap model, node processors and HTML documentation genertor</description>
@@ -40,9 +40,9 @@
4040
</developers>
4141

4242
<properties>
43-
<core.version>2025.6.0</core.version>
44-
<html.version>2025.6.0</html.version>
45-
<models.ecore.version>2025.6.0</models.ecore.version>
43+
<core.version>2025.7.0</core.version>
44+
<html.version>2025.7.0</html.version>
45+
<models.ecore.version>2025.7.0</models.ecore.version>
4646
<jacoco.version>0.8.12</jacoco.version>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
@@ -157,7 +157,7 @@
157157
</modules>
158158
<profiles>
159159
<profile>
160-
<id>ossrh</id>
160+
<id>central</id>
161161
<build>
162162
<plugins>
163163
<plugin>
@@ -174,29 +174,18 @@
174174
</execution>
175175
</executions>
176176
</plugin>
177-
<plugin>
178-
<groupId>org.sonatype.plugins</groupId>
179-
<artifactId>nexus-staging-maven-plugin</artifactId>
180-
<version>1.7.0</version>
177+
<plugin>
178+
<groupId>org.sonatype.central</groupId>
179+
<artifactId>central-publishing-maven-plugin</artifactId>
180+
<version>0.8.0</version>
181181
<extensions>true</extensions>
182182
<configuration>
183-
<serverId>ossrh</serverId>
184-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
185-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
183+
<publishingServerId>central</publishingServerId>
184+
<autoPublish>true</autoPublish>
186185
</configuration>
187-
</plugin>
186+
</plugin>
188187
</plugins>
189188
</build>
190-
<distributionManagement>
191-
<repository>
192-
<id>ossrh</id>
193-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
194-
</repository>
195-
<snapshotRepository>
196-
<id>ossrh</id>
197-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
198-
</snapshotRepository>
199-
</distributionManagement>
200189
</profile>
201190
</profiles>
202191
</project>

processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.nasdanika.models.bootstrap</groupId>
6-
<version>2025.6.0</version>
6+
<version>2025.7.0</version>
77
<artifactId>parent</artifactId>
88
<relativePath>..</relativePath>
99
</parent>

producer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>parent</artifactId>
66
<groupId>org.nasdanika.models.bootstrap</groupId>
7-
<version>2025.6.0</version>
7+
<version>2025.7.0</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>producer</artifactId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.nasdanika.models.html</groupId>
4747
<artifactId>producer</artifactId>
48-
<version>2025.6.0</version>
48+
<version>2025.7.0</version>
4949
</dependency>
5050
</dependencies>
5151
</project>

producer/pom.xml.versionsBackup

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<artifactId>parent</artifactId>
6+
<groupId>org.nasdanika.models.bootstrap</groupId>
7+
<version>2025.6.0</version>
8+
<relativePath>..</relativePath>
9+
</parent>
10+
<artifactId>producer</artifactId>
11+
<packaging>jar</packaging>
12+
<name>Nasdanika Bootstrap Model Producers</name>
13+
<description>Producers for HTML generation from model elements</description>
14+
<url>https://docs.nasdanika.org/html/html-graph/index.html</url>
15+
<build>
16+
<plugins>
17+
<plugin>
18+
<groupId>org.jacoco</groupId>
19+
<artifactId>jacoco-maven-plugin</artifactId>
20+
<version>${jacoco.version}</version>
21+
<executions>
22+
<execution>
23+
<id>default-prepare-agent</id>
24+
<goals>
25+
<goal>prepare-agent</goal>
26+
</goals>
27+
</execution>
28+
<execution>
29+
<id>report</id>
30+
<phase>verify</phase>
31+
<goals>
32+
<goal>report</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
</plugins>
38+
</build>
39+
<dependencies>
40+
<dependency>
41+
<groupId>${project.groupId}</groupId>
42+
<artifactId>model</artifactId>
43+
<version>${project.version}</version>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.nasdanika.models.html</groupId>
47+
<artifactId>producer</artifactId>
48+
<version>2025.6.0</version>
49+
</dependency>
50+
</dependencies>
51+
</project>

0 commit comments

Comments
 (0)