Skip to content

Commit 7de647d

Browse files
committed
[maven-release-plugin] prepare release 2.8.2
1 parent 65d15c8 commit 7de647d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.marschall</groupId>
55
<artifactId>memoryfilesystem</artifactId>
6-
<version>2.8.2-SNAPSHOT</version>
6+
<version>2.8.2</version>
77
<packaging>jar</packaging>
88
<name>Memory File System</name>
99
<description>An in memory implementation of a JSR-203 file system.</description>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:https://github.com/marschall/memoryfilesystem.git</connection>
1616
<developerConnection>scm:git:[email protected]:marschall/memoryfilesystem.git</developerConnection>
1717
<url>${project.url}</url>
18-
<tag>HEAD</tag>
18+
<tag>2.8.2</tag>
1919
</scm>
2020

2121
<ciManagement>
@@ -516,7 +516,7 @@
516516
<properties>
517517
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
518518
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
519-
<project.build.outputTimestamp>2024-09-22T13:30:38Z</project.build.outputTimestamp>
519+
<project.build.outputTimestamp>2025-10-03T20:27:12Z</project.build.outputTimestamp>
520520
</properties>
521521

522522
</project>

0 commit comments

Comments
 (0)