Skip to content

Commit 4888810

Browse files
committed
[maven-release-plugin] prepare release v0.8
1 parent c3008be commit 4888810

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>com.vlkan.rfos</groupId>
97
<artifactId>rotating-fos</artifactId>
10-
<version>0.8-SNAPSHOT</version>
8+
<version>0.8</version>
119

1210
<name>RotatingFileOutputStream</name>
1311
<description>Sneakily rotating your FileOutputStream since 2017.</description>
@@ -40,7 +38,7 @@
4038
<url>https://github.com/vy/rotating-fos</url>
4139
<connection>scm:git:[email protected]:vy/rotating-fos.git</connection>
4240
<developerConnection>scm:git:[email protected]:vy/rotating-fos.git</developerConnection>
43-
<tag>HEAD</tag>
41+
<tag>v0.8</tag>
4442
</scm>
4543

4644
<distributionManagement>

0 commit comments

Comments
 (0)