Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed May 7, 2023
1 parent e4efe57 commit ab4f19f
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.6.0-SNAPSHOT</version>
<version>2.6.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.6.0</tag>
</scm>

<ciManagement>
Expand Down Expand Up @@ -511,7 +511,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>2023-04-19T17:28:14Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-07T12:08:23Z</project.build.outputTimestamp>
</properties>

</project>

0 comments on commit ab4f19f

Please sign in to comment.