We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17debfd commit c41d508Copy full SHA for c41d508
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.vlkan.rfos</groupId>
7
<artifactId>rotating-fos</artifactId>
8
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.2</version>
9
10
<name>RotatingFileOutputStream</name>
11
<description>Sneakily rotating your FileOutputStream since 2017.</description>
@@ -38,7 +38,7 @@
38
<url>https://github.com/vy/rotating-fos</url>
39
<connection>scm:git:[email protected]:vy/rotating-fos.git</connection>
40
<developerConnection>scm:git:[email protected]:vy/rotating-fos.git</developerConnection>
41
- <tag>HEAD</tag>
+ <tag>v0.9.2</tag>
42
</scm>
43
44
<distributionManagement>
0 commit comments