Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.82.14
Browse files Browse the repository at this point in the history
  • Loading branch information
TelicentPaul committed Dec 23, 2024
1 parent 1081d8e commit 285e9da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>io.telicent.smart-caches.graph</groupId>
<artifactId>scg-base</artifactId>
<packaging>pom</packaging>
<version>0.82.14-SNAPSHOT</version>
<version>0.82.14</version>

<name>Telicent Smart Cache Graph - Parent</name>
<description>Telicent Smart Cache Graph</description>
Expand All @@ -32,7 +32,7 @@
<connection>scm:git:git@github.com:Telicent-oss/smart-cache-graph</connection>
<developerConnection>scm:git:git@github.com:Telicent-oss/smart-cache-graph</developerConnection>
<url>https://github.com/telicent-oss/smart-cache-graph</url>
<tag>HEAD</tag>
<tag>0.82.14</tag>
</scm>

<licenses>
Expand All @@ -56,7 +56,7 @@
<properties>
<!-- Build properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-12-13T12:35:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-23T08:57:26Z</project.build.outputTimestamp>
<java.version>21</java.version>

<!-- Maven Plugin versions -->
Expand Down
4 changes: 2 additions & 2 deletions scg-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<parent>
<groupId>io.telicent.smart-caches.graph</groupId>
<artifactId>scg-base</artifactId>
<version>0.82.14-SNAPSHOT</version>
<version>0.82.14</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-12-13T12:35:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-23T08:57:26Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions scg-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.telicent.smart-caches.graph</groupId>
<artifactId>scg-base</artifactId>
<version>0.82.14-SNAPSHOT</version>
<version>0.82.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>io.telicent.smart-caches.graph</groupId>
<artifactId>scg-system</artifactId>
<version>0.82.14-SNAPSHOT</version>
<version>0.82.14</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion scg-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.telicent.smart-caches.graph</groupId>
<artifactId>scg-base</artifactId>
<version>0.82.14-SNAPSHOT</version>
<version>0.82.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 285e9da

Please # to comment.