Skip to content

Commit 99e5fb9

Browse files
author
Dave Syer
committed
Fix repositories for central release
1 parent de3ca57 commit 99e5fb9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<repository>
155155
<id>spring-sourceforge</id>
156156
<name>Spring Sourceforge Repository</name>
157-
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo</url>
157+
<url>file:///${user.home}/dev/sourceforge</url>
158158
</repository>
159159
</distributionManagement>
160160
</profile>

spring-batch-admin-parent/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
</snapshotRepository>
4444
</distributionManagement>
4545
</profile>
46+
<profile>
47+
<id>central</id>
48+
<distributionManagement>
49+
<repository>
50+
<id>spring-sourceforge</id>
51+
<name>Spring Sourceforge Repository</name>
52+
<url>file:///${user.home}/dev/sourceforge</url>
53+
</repository>
54+
</distributionManagement>
55+
</profile>
4656
<profile>
4757
<id>dist</id>
4858
<build>

0 commit comments

Comments
 (0)