Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Nov 6, 2019
1 parent c3008be commit 4888810
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<groupId>com.vlkan.rfos</groupId>
<artifactId>rotating-fos</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>

<name>RotatingFileOutputStream</name>
<description>Sneakily rotating your FileOutputStream since 2017.</description>
Expand Down Expand Up @@ -40,7 +38,7 @@
<url>https://github.com/vy/rotating-fos</url>
<connection>scm:git:git@github.com:vy/rotating-fos.git</connection>
<developerConnection>scm:git:git@github.com:vy/rotating-fos.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.8</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 4888810

Please sign in to comment.