Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed Sep 22, 2024
1 parent a67fd63 commit 5982b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.8.1</version>
<version>2.8.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Memory File System</name>
<description>An in memory implementation of a JSR-203 file system.</description>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:https://github.com/marschall/memoryfilesystem.git</connection>
<developerConnection>scm:git:[email protected]:marschall/memoryfilesystem.git</developerConnection>
<url>${project.url}</url>
<tag>2.8.1</tag>
<tag>HEAD</tag>
</scm>

<ciManagement>
Expand Down Expand Up @@ -503,7 +503,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2024-09-22T13:30:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-22T13:30:38Z</project.build.outputTimestamp>
</properties>

</project>

0 comments on commit 5982b54

Please sign in to comment.