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 bdcf9e5 commit ef99ee6Copy full SHA for ef99ee6
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>com.fasterxml.woodstox</groupId>
11
<artifactId>woodstox-core</artifactId>
12
- <version>6.2.6-SNAPSHOT</version>
+ <version>6.2.6</version>
13
<packaging>bundle</packaging>
14
<name>Woodstox</name>
15
<description>Woodstox is a high-performance XML processor that implements Stax (JSR-173),
@@ -34,7 +34,7 @@ SAX2 and Stax2 APIs
34
<connection>scm:git:[email protected]:FasterXML/woodstox.git</connection>
35
<developerConnection>scm:git:[email protected]:FasterXML/woodstox.git</developerConnection>
36
<url>https://github.com/FasterXML/woodstox</url>
37
- <tag>HEAD</tag>
+ <tag>woodstox-core-6.2.6</tag>
38
</scm>
39
40
<properties>
0 commit comments