File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 9
9
<packaging >jar</packaging >
10
10
<name >Spring O/X Mapping</name >
11
11
<description >Spring Object/XML Mapping abstraction</description >
12
- <repositories >
13
- <repository >
14
- <id >jibx</id >
15
- <name >JiBX Maven Repository</name >
16
- <url >http://jibx.sourceforge.net/maven2/</url >
17
- </repository >
18
- </repositories >
19
12
<build >
20
13
<plugins >
21
14
<plugin >
243
236
<scope >test</scope >
244
237
</dependency >
245
238
</dependencies >
246
- </project >
239
+ </project >
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ Downloads
11
11
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=552258}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=45879}Announcement}}
12
12
13
13
14
- * <<Spring-WS 1.0.3 is the upcoming development release>>
14
+ * <<Spring-WS 1.5-M1 is the upcoming development release>>
15
15
16
16
* {{{snapshots.html}Download nighly snapshots}}
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Snapshot Builds
23
23
<dependency>
24
24
<groupId>org.springframework.ws</groupId>
25
25
<artifactId>spring-ws-core</artifactId>
26
- <version>1.0.3 -SNAPSHOT</version>
26
+ <version>1.5-m1 -SNAPSHOT</version>
27
27
</dependency>
28
28
+---------------
29
29
30
30
Additionally, there are
31
- {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.3 -SNAPSHOT/}zips}}
31
+ {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.5-m1 -SNAPSHOT/}zips}}
32
32
available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.
You can’t perform that action at this time.
0 commit comments