Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
build(release): [skip ci] prepare release 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFi committed Feb 10, 2024
1 parent 4cc89ea commit 4bd7247
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions java-advanced-mod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>java-advanced-mod</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>maven-archetype</packaging>
<name>Tomfi Archetypes Java Advanced Modular</name>
<description>Java project ready for proffesionals.
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions java-advanced/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>java-advanced</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>maven-archetype</packaging>
<name>Tomfi Archetypes Java Advanced</name>
<description>Java project ready for proffesionals.
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions java-full-mod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>java-full-mod</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>maven-archetype</packaging>
<name>Tomfi Archetypes Java Full Modular</name>
<description>Java project ready for OSSRH deployments.
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions java-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>java-full</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>maven-archetype</packaging>
<name>Tomfi Archetypes Java Full</name>
<description>Java project ready for OSSRH deployments.
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions java-playground-mod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>java-playground-mod</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>maven-archetype</packaging>
<name>Tomfi Archetypes Java Playground Modular</name>
<description>Java project for playaround, hacking, or just testing some stuff out.
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions java-playground/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>java-playground</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>maven-archetype</packaging>
<name>Tomfi Archetypes Java Playground</name>
<description>Java project for playaround, hacking, or just testing some stuff out.
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>info.tomfi.archetypes</groupId>
<artifactId>tomfi-archetypes-parent</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>pom</packaging>
<name>Tomfi Archetypes Parent</name>
<description>Quickly spin up a GitHub-ready Java project with Maven.</description>
Expand Down Expand Up @@ -85,7 +85,7 @@
<url>https://github.com/TomerFi/tomfi-archetypes</url>
<connection>scm:git:[email protected]:TomerFi/tomfi-archetypes.git</connection>
<developerConnection>scm:git:[email protected]:TomerFi/tomfi-archetypes.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.14</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit 4bd7247

Please sign in to comment.