Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed Jan 2, 2024
1 parent 8b18a53 commit ccd2947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.8.0</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:git@github.com:marschall/memoryfilesystem.git</developerConnection>
<url>${project.url}</url>
<tag>HEAD</tag>
<tag>2.8.0</tag>
</scm>

<ciManagement>
Expand Down Expand Up @@ -496,7 +496,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2023-11-19T17:24:58Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-01-02T20:10:45Z</project.build.outputTimestamp>
</properties>

</project>

0 comments on commit ccd2947

Please sign in to comment.