Skip to content

Commit 01a3a1d

Browse files
committed
Axiom 1.2.7->1.2.6
1 parent b332c69 commit 01a3a1d

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

parent/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>org.springframework.ws</groupId>
56
<artifactId>spring-ws-parent</artifactId>
@@ -428,7 +429,7 @@
428429
<dependency>
429430
<groupId>org.apache.ws.commons.axiom</groupId>
430431
<artifactId>axiom-api</artifactId>
431-
<version>1.2.7</version>
432+
<version>1.2.6</version>
432433
<exclusions>
433434
<exclusion>
434435
<groupId>jaxen</groupId>
@@ -451,7 +452,7 @@
451452
<dependency>
452453
<groupId>org.apache.ws.commons.axiom</groupId>
453454
<artifactId>axiom-impl</artifactId>
454-
<version>1.2.7</version>
455+
<version>1.2.6</version>
455456
<exclusions>
456457
<exclusion>
457458
<groupId>jaxen</groupId>

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>org.springframework.ws</groupId>
56
<artifactId>spring-ws</artifactId>
@@ -360,13 +361,13 @@
360361
<artifactItem>
361362
<groupId>org.apache.ws.commons.axiom</groupId>
362363
<artifactId>axiom-api</artifactId>
363-
<version>1.2.7</version>
364+
<version>1.2.6</version>
364365
<outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory>
365366
</artifactItem>
366367
<artifactItem>
367368
<groupId>org.apache.ws.commons.axiom</groupId>
368369
<artifactId>axiom-impl</artifactId>
369-
<version>1.2.7</version>
370+
<version>1.2.6</version>
370371
<outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory>
371372
</artifactItem>
372373
<artifactItem>
@@ -598,19 +599,20 @@
598599
<postProcess>
599600
<copy todir="target/site/reference">
600601
<fileset dir="target/docbkx">
601-
<include name="**/*.html" />
602-
<include name="**/*.pdf" />
602+
<include name="**/*.html"/>
603+
<include name="**/*.pdf"/>
603604
</fileset>
604605
</copy>
605606
<copy todir="target/site/reference/html">
606607
<fileset dir="src/docbkx/resources">
607-
<include name="**/*.css" />
608-
<include name="**/*.png" />
609-
<include name="**/*.gif" />
610-
<include name="**/*.jpg" />
608+
<include name="**/*.css"/>
609+
<include name="**/*.png"/>
610+
<include name="**/*.gif"/>
611+
<include name="**/*.jpg"/>
611612
</fileset>
612613
</copy>
613-
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
614+
<move file="target/site/reference/pdf/index.pdf"
615+
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
614616
</postProcess>
615617
</configuration>
616618
</plugin>

0 commit comments

Comments
 (0)