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 2b634e8 commit 25baae3Copy full SHA for 25baae3
1 file changed
pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
24
</parent>
25
<groupId>org.apache.commons</groupId>
26
<artifactId>commons-csv</artifactId>
27
- <version>1.1-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
28
<name>Apache Commons CSV</name>
29
<url>http://commons.apache.org/proper/commons-csv/</url>
30
<description>
@@ -112,7 +112,7 @@ CSV files of various types.
112
</distributionManagement>
113
114
<properties>
115
- <commons.release.version>1.1</commons.release.version>
+ <commons.release.version>1.1.1</commons.release.version>
116
<commons.release.desc>(Java 6.0+)</commons.release.desc>
117
<!-- The RC version used in the staging repository URL. -->
118
<commons.rc.version>RC1</commons.rc.version>
0 commit comments