Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.82.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TelicentPaul committed Sep 27, 2024
1 parent 303e165 commit 2bf6df1
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.3-SNAPSHOT</version>
<version>0.82.3</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.3</tag>
</scm>

<licenses>
Expand All @@ -55,7 +55,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-09-26T10:37:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-27T08:20:00Z</project.build.outputTimestamp>

<java.version>21</java.version>

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.3-SNAPSHOT</version>
<version>0.82.3</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-09-26T10:37:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-27T08:20:00Z</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.3-SNAPSHOT</version>
<version>0.82.3</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.3-SNAPSHOT</version>
<version>0.82.3</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.3-SNAPSHOT</version>
<version>0.82.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2bf6df1

Please sign in to comment.