Major overhaul of entire project infrastructure.
Formatted source with Spring formatter. Fixed license headers and author tags.
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -44,7 +44,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<spring.version>2.5.6.SEC02</spring.version>
|
||||
<spring.version>3.0.6.RELEASE</spring.version>
|
||||
</properties>
|
||||
|
||||
<developers>
|
||||
@@ -87,16 +87,19 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>2.1.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
|
||||
Reference in New Issue
Block a user