Skip to content

Commit

Permalink
Merge branch 'main' into features/420-sort-pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel authored Feb 19, 2024
2 parents e251911 + 14d3109 commit 2989c99
Show file tree
Hide file tree
Showing 22 changed files with 93 additions and 101 deletions.
15 changes: 7 additions & 8 deletions aadarchi-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<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">
<parent>
<artifactId>system</artifactId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>aadarchi-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
22 changes: 10 additions & 12 deletions aadarchi-test-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<artifactId>aadarchi-test-utils</artifactId>
<name>Aadarchi : test utilities</name>
<description>Some test utilities dedicated to the improvement of Aadarchi quality.
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<name>Aadarchi : test utilities</name>
<artifactId>aadarchi-test-utils</artifactId>
<description>Some test utilities dedicated to the improvement of Aadarchi quality.
Mainly contains tools allowing easy injection of Maven properties into tests</description>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion adr-tickets-extractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>adr-tickets-extractor</artifactId>
<name>Aadarchi : ADR ticket extractor</name>
Expand Down
14 changes: 7 additions & 7 deletions archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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>

<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<artifactId>archetype</artifactId>
<packaging>maven-archetype</packaging>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>archetype</artifactId>
<packaging>maven-archetype</packaging>

<name>Aadarchi : Archetype</name>
<description>Easily create configuration to document your project with this archetype</description>
Expand Down
35 changes: 17 additions & 18 deletions architecture-documentation/pom.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<artifactId>architecture-documentation</artifactId>
<name>Aadarchi : System documentation generator</name>
<description>Using Aadarchi to document agile archiecture documentation system</description>
<properties>
<version.java>11</version.java>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<asciidoctor.highlighter>highlightjs</asciidoctor.highlighter>
<aadarchi.main.class>org.ndx.aadarchi.base.ArchitectureDocumentationBuilder</aadarchi.main.class>

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>system</artifactId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>architecture-documentation</artifactId>
<name>Aadarchi : System documentation generator</name>
<description>Using Aadarchi to document agile archiecture documentation system</description>
<properties>
<version.java>11</version.java>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<asciidoctor.highlighter>highlightjs</asciidoctor.highlighter>
<aadarchi.main.class>org.ndx.aadarchi.base.ArchitectureDocumentationBuilder</aadarchi.main.class>

</properties>

Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>base</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cdi-config-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>cdi-config-extension</artifactId>
<name>Aadarchi : CDI Config extension</name>
Expand Down
2 changes: 1 addition & 1 deletion cdi-in-maven-plugin-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>cdi-in-maven-plugin-helper</artifactId>
<name>Aadarchi : CDI in Maven helper</name>
Expand Down
22 changes: 10 additions & 12 deletions freemarker-cdi-producer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<artifactId>freemarker-cdi-producer</artifactId>
<name>Freemarker CDI Producer</name>
<description>This CDI producer allows easy usage of Freemarker in a
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>freemarker-cdi-producer</artifactId>
<name>Freemarker CDI Producer</name>
<description>This CDI producer allows easy usage of Freemarker in a
CDI-compatible application.</description>
<dependencies>
<dependency>
Expand Down
31 changes: 14 additions & 17 deletions git-scm-handler-helper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<artifactId>git-scm-handler-helper</artifactId>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
</dependency>

</dependencies>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>git-scm-handler-helper</artifactId>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion github-scm-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>github-scm-handler</artifactId>
<name>Aadarchi : GitHub SCM handler</name>
Expand Down
2 changes: 1 addition & 1 deletion github-vfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>github-vfs</artifactId>
<name>Aadarchi : GitHub virtual file system</name>
Expand Down
2 changes: 1 addition & 1 deletion gitlab-scm-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>gitlab-scm-handler</artifactId>
<name>Aadarchi : Gitlab SCM Handler</name>
Expand Down
2 changes: 1 addition & 1 deletion gitlab-vfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>gitlab-vfs</artifactId>
<name>Aadarchi : GitLab virtual file system</name>
Expand Down
14 changes: 7 additions & 7 deletions markdown-to-asciidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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>

<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
</parent>
<artifactId>markdown-to-asciidoc</artifactId>
<name>Aadarchi : Markdown to Asciidoc</name>
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>markdown-to-asciidoc</artifactId>
<name>Aadarchi : Markdown to Asciidoc</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-metadata-inferer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>maven-metadata-inferer</artifactId>
<name>Aadarchi : Maven metadata inferer</name>
Expand Down
2 changes: 1 addition & 1 deletion model-linter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>model-linter</artifactId>
<name>Aadarchi : Model linter</name>
Expand Down
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Aadarchi : root POM</name>
<description>Base module of a set of tools created to allow easy
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.15-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Base module of a set of tools created to allow easy
architecture documentation based upon Simon Brown work.</description>
<modules>
<module>base</module>
Expand Down
3 changes: 2 additions & 1 deletion sequence-diagram-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>sequence-diagram-generator</artifactId>
<name>Aadarchi : Sequence diagram generator</name>
Expand Down Expand Up @@ -48,3 +48,4 @@
</dependency>
</dependencies>
</project>

2 changes: 1 addition & 1 deletion sipoc-diagram-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>sipoc-diagram-generator</artifactId>
<name>Aadarchi : SIPOC diagram generator</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-components-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.14-SNAPSHOT</version>
<version>0.1.15-SNAPSHOT</version>
</parent>
<artifactId>spring-components-detector</artifactId>
<name>Aadarchi : Spring components detector</name>
Expand Down
1 change: 1 addition & 0 deletions structurizr-components-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@
</dependency>
</dependencies>
</project>

0 comments on commit 2989c99

Please sign in to comment.