Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.82.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rvesse committed Oct 24, 2024
1 parent 7f5cf67 commit ec912a1
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.6-SNAPSHOT</version>
<version>0.82.6</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.6</tag>
</scm>

<licenses>
Expand All @@ -56,7 +56,7 @@
<properties>
<!-- Build properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-10-22T08:25:27Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-24T12:02:15Z</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.6-SNAPSHOT</version>
<version>0.82.6</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-10-22T08:25:27Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-24T12:02:15Z</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.6-SNAPSHOT</version>
<version>0.82.6</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.6-SNAPSHOT</version>
<version>0.82.6</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.6-SNAPSHOT</version>
<version>0.82.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ec912a1

Please sign in to comment.