Skip to content

Commit db2594f

Browse files
committed
Update to latest parent (although CP 32 is on the way :)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1498005 13f79535-47bb-0310-9956-ffa450edef68
1 parent 20721c5 commit db2594f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-parent</artifactId>
24-
<version>30</version>
24+
<version>31</version>
2525
</parent>
2626
<groupId>org.apache.commons</groupId>
2727
<artifactId>commons-csv</artifactId>
@@ -117,8 +117,8 @@ CSV files of various types.
117117
<commons.componentid>csv</commons.componentid>
118118
<commons.jira.id>CSV</commons.jira.id>
119119
<commons.jira.pid>12313222</commons.jira.pid>
120-
<maven.compile.source>1.5</maven.compile.source>
121-
<maven.compile.target>1.5</maven.compile.target>
120+
<maven.compiler.source>1.5</maven.compiler.source>
121+
<maven.compiler.target>1.5</maven.compiler.target>
122122
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
123123
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
124124
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)