Skip to content

Commit b187b2f

Browse files
author
🤖 Aadarchi releaser bot
committed
[maven-release-plugin] prepare for next development iteration
1 parent f3a0049 commit b187b2f

File tree

22 files changed

+45
-67
lines changed

22 files changed

+45
-67
lines changed

aadarchi-maven-plugin/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109

1110
<artifactId>aadarchi-maven-plugin</artifactId>

aadarchi-test-utils/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>aadarchi-test-utils</artifactId>
1110
<name>Aadarchi : test utilities</name>

adr-tickets-extractor/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>adr-tickets-extractor</artifactId>
1110
<name>Aadarchi : ADR ticket extractor</name>

archetype/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.github.Riduidel.aadarchi</groupId>
87
<artifactId>system</artifactId>
9-
<version>0.2.3</version>
8+
<version>0.2.4-SNAPSHOT</version>
109
</parent>
1110
<artifactId>archetype</artifactId>
1211
<packaging>maven-archetype</packaging>

architecture-documentation/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>architecture-documentation</artifactId>
1110
<name>Aadarchi : System documentation generator</name>

base/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>base</artifactId>
1110
<packaging>jar</packaging>

cdi-config-extension/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>cdi-config-extension</artifactId>
1110
<name>Aadarchi : CDI Config extension</name>

cdi-in-maven-plugin-helper/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>cdi-in-maven-plugin-helper</artifactId>
1110
<name>Aadarchi : CDI in Maven helper</name>

freemarker-cdi-producer/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>freemarker-cdi-producer</artifactId>
1110
<name>Freemarker CDI Producer</name>

git-scm-handler-helper/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>git-scm-handler-helper</artifactId>
1110
<name>Aadarchi : Git SCM Handler helper</name>

github-scm-handler/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>github-scm-handler</artifactId>
1110
<name>Aadarchi : GitHub SCM handler</name>

github-vfs/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>github-vfs</artifactId>
1110
<name>Aadarchi : GitHub virtual file system</name>

gitlab-scm-handler/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>gitlab-scm-handler</artifactId>
1110
<name>Aadarchi : Gitlab SCM Handler</name>

gitlab-vfs/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>gitlab-vfs</artifactId>
1110
<name>Aadarchi : GitLab virtual file system</name>

markdown-to-asciidoc/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.github.Riduidel.aadarchi</groupId>
87
<artifactId>system</artifactId>
9-
<version>0.2.3</version>
8+
<version>0.2.4-SNAPSHOT</version>
109
</parent>
1110
<artifactId>markdown-to-asciidoc</artifactId>
1211
<name>Aadarchi : Markdown to Asciidoc</name>

maven-metadata-inferer/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>maven-metadata-inferer</artifactId>
1110
<name>Aadarchi : Maven metadata inferer</name>

model-linter/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>model-linter</artifactId>
1110
<name>Aadarchi : Model linter</name>

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>io.github.Riduidel.aadarchi</groupId>
65
<artifactId>system</artifactId>
7-
<version>0.2.3</version>
6+
<version>0.2.4-SNAPSHOT</version>
87
<packaging>pom</packaging>
98
<name>Aadarchi : root POM</name>
109
<description>Base module of a set of tools created to allow easy
@@ -404,7 +403,7 @@
404403
<connection>scm:git:https://[email protected]/Riduidel/aadarchi.git</connection>
405404
<developerConnection>scm:git:https://[email protected]/Riduidel/aadarchi.git</developerConnection>
406405
<url>https://github.com/Riduidel/aadarchi.git</url>
407-
<tag>0.2.3</tag>
406+
<tag>HEAD</tag>
408407
</scm>
409408
<issueManagement>
410409
<system>GitHub</system>

sequence-diagram-generator/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>sequence-diagram-generator</artifactId>
1110
<name>Aadarchi : Sequence diagram generator</name>

sipoc-diagram-generator/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>sipoc-diagram-generator</artifactId>
1110
<name>Aadarchi : SIPOC diagram generator</name>

spring-components-detector/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>spring-components-detector</artifactId>
1110
<name>Aadarchi : Spring components detector</name>

structurizr-components-detector/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.Riduidel.aadarchi</groupId>
76
<artifactId>system</artifactId>
8-
<version>0.2.3</version>
7+
<version>0.2.4-SNAPSHOT</version>
98
</parent>
109
<artifactId>structurizr-components-detector</artifactId>
1110
<name>Aadarchi : Structurizr components detector</name>

0 commit comments

Comments
 (0)