Skip to content

Commit 0a77c83

Browse files
committed
use new released parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1438963 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8b39008 commit 0a77c83

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>28-SNAPSHOT</version>
22+
<version>28</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
@@ -275,7 +275,7 @@
275275
</site>
276276
</distributionManagement>
277277
</profile>
278-
<!--profile>
278+
<profile>
279279
<id>setup-checkout</id>
280280
<activation>
281281
<file>
@@ -298,18 +298,18 @@
298298
<configuration>
299299
<tasks>
300300
<exec executable="svn">
301-
<arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
301+
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
302302
</exec>
303303

304304
<exec executable="svn">
305-
<arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
305+
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
306306
</exec>
307307

308308
<pathconvert pathsep=" " property="dirs">
309309
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
310310
</pathconvert>
311311
<exec executable="svn">
312-
<arg line="update - -set-depth infinity ${dirs}" />
312+
<arg line="update --set-depth infinity ${dirs}" />
313313
</exec>
314314
</tasks>
315315
</configuration>
@@ -318,7 +318,7 @@
318318
</plugin>
319319
</plugins>
320320
</build>
321-
</profile-->
321+
</profile>
322322
</profiles>
323323

324324
</project>

0 commit comments

Comments
 (0)