We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b230a6f commit 816abc0Copy full SHA for 816abc0
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.2-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
28
<name>Apache Commons CSV</name>
29
<url>http://commons.apache.org/proper/commons-csv/</url>
30
<description>
@@ -118,7 +118,7 @@ CSV files of various types.
118
</distributionManagement>
119
120
<properties>
121
- <commons.release.version>1.2</commons.release.version>
+ <commons.release.version>1.3</commons.release.version>
122
<commons.release.desc>(Java 6.0+)</commons.release.desc>
123
<!-- The RC version used in the staging repository URL. -->
124
<commons.rc.version>RC1</commons.rc.version>
0 commit comments