Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖 Aadarchi releaser bot committed Feb 15, 2024
1 parent aa6384c commit d5181b9
Show file tree
Hide file tree
Showing 22 changed files with 72 additions and 76 deletions.
2 changes: 1 addition & 1 deletion aadarchi-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>system</artifactId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion aadarchi-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<name>Aadarchi : test utilities</name>
<artifactId>aadarchi-test-utils</artifactId>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>adr-tickets-extractor</artifactId>
<name>Aadarchi : ADR ticket extractor</name>
Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion architecture-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>system</artifactId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>architecture-documentation</artifactId>
<name>Aadarchi : System documentation generator</name>
Expand Down
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>system</artifactId>
<groupId>io.github.Riduidel.aadarchi</groupId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>base</artifactId>
<name>Aadarchi : Base module</name>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>cdi-in-maven-plugin-helper</artifactId>
<name>Aadarchi : CDI in Maven helper</name>
Expand Down
74 changes: 36 additions & 38 deletions freemarker-cdi-producer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,37 @@
<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.13-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>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
<dependency>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>aadarchi-test-utils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit5</artifactId>
<scope>test</scope>
</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.13</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>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
<dependency>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>aadarchi-test-utils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-junit5</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
32 changes: 15 additions & 17 deletions git-scm-handler-helper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<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.13-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.13</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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>gitlab-vfs</artifactId>
<name>Aadarchi : GitLab virtual file system</name>
Expand Down
2 changes: 1 addition & 1 deletion markdown-to-asciidoc/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.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>markdown-to-asciidoc</artifactId>
<name>Aadarchi : Markdown to Asciidoc</name>
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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>model-linter</artifactId>
<name>Aadarchi : Model linter</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
<packaging>pom</packaging>
<description>Base module of a set of tools created to allow easy
architecture documentation based upon Simon Brown work.</description>
Expand Down Expand Up @@ -33,7 +33,7 @@
<developerConnection>
scm:git:https://[email protected]/Riduidel/aadarchi.git</developerConnection>
<url>https://github.com/Riduidel/aadarchi.git</url>
<tag>HEAD</tag>
<tag>0.1.13</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down
2 changes: 1 addition & 1 deletion sequence-diagram-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>sequence-diagram-generator</artifactId>
<name>Aadarchi : Sequence diagram generator</name>
Expand Down
2 changes: 1 addition & 1 deletion sipoc-diagram-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</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 @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>spring-components-detector</artifactId>
<name>Aadarchi : Spring components detector</name>
Expand Down
2 changes: 1 addition & 1 deletion structurizr-components-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.Riduidel.aadarchi</groupId>
<artifactId>system</artifactId>
<version>0.1.13-SNAPSHOT</version>
<version>0.1.13</version>
</parent>
<artifactId>structurizr-components-detector</artifactId>
<name>Aadarchi : Structurizr components detector</name>
Expand Down

0 comments on commit d5181b9

Please sign in to comment.