Skip to content

Commit 68f2337

Browse files
committed
1 parent 090d286 commit 68f2337

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/assembly/full.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,13 @@
7373
<excludes>
7474
<exclude>**/target/**</exclude>
7575
<exclude>**/target</exclude>
76+
<exclude>**/bin/**</exclude>
77+
<exclude>**/bin</exclude>
78+
<exclude>**/gen/**</exclude>
79+
<exclude>**/gen</exclude>
7680
<exclude>**/*.class</exclude>
7781
<exclude>**/*.iml</exclude>
7882
<exclude>**/*.ipr</exclude>
79-
<exclude>**/META-INF/*</exclude>
8083
<exclude>**/*.log</exclude>
8184
<exclude>**/readme.txt</exclude>
8285
<exclude>**/.classpath</exclude>

src/docbkx/tutorial.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
</para>
475475
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
476476
-DarchetypeArtifactId=spring-ws-archetype \
477-
-DarchetypeVersion=1.0-rc1 \
477+
-DarchetypeVersion=1.0-rc2 \
478478
-DgroupId=com.mycompany.hr \
479479
-DartifactId=holidayService
480480
</screen>
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
634634
<dependency>
635635
<groupId>org.springframework.ws</groupId>
636636
<artifactId>spring-ws-core</artifactId>
637-
<version>1.0-m3</version>
637+
<version>1.0-rc2</version>
638638
</dependency>
639639
<dependency>
640640
<groupId>jdom</groupId>

0 commit comments

Comments
 (0)