Skip to content

Commit

Permalink
prepare for 4.2.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Jan 26, 2014
1 parent 4342c21 commit 0572c2a
Show file tree
Hide file tree
Showing 12 changed files with 3,014 additions and 3,014 deletions.
38 changes: 19 additions & 19 deletions examples/pom.xml
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
<artifactId>springside-examples</artifactId>
<name>Springside :: Example</name>
<packaging>pom</packaging>

<modules>
<module>quickstart</module>
<module>showcase</module>
</modules>
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.2.1.GA</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
<artifactId>springside-examples</artifactId>
<name>Springside :: Example</name>
<packaging>pom</packaging>

<modules>
<module>quickstart</module>
<module>showcase</module>
</modules>
</project>

0 comments on commit 0572c2a

Please sign in to comment.