diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 08:51:01 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-21 08:51:01 +0200 | 
| commit | 9766fca0bafff04a06b617d63c89c4b26cc21db4 (patch) | |
| tree | 740827475d78cafffc94e1bbf00034ca6b5b2536 | |
| parent | 4889aaa5e75e1f4533c689add584ca37dba8aa39 (diff) | |
| download | moa-id-spss-9766fca0bafff04a06b617d63c89c4b26cc21db4.tar.gz moa-id-spss-9766fca0bafff04a06b617d63c89c4b26cc21db4.tar.bz2 moa-id-spss-9766fca0bafff04a06b617d63c89c4b26cc21db4.zip | |
specify compiler version
| -rw-r--r-- | id/ConfigWebTool/pom.xml | 10 | ||||
| -rw-r--r-- | id/oa/pom.xml | 4 | ||||
| -rw-r--r-- | id/server/proxy/pom.xml | 8 | 
3 files changed, 20 insertions, 2 deletions
| diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 9b857ff8b..01359e38a 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -161,6 +161,16 @@                		  </execution>              		</executions>          		</plugin> --> +        		 +            <plugin> +                <groupId>org.apache.maven.plugins</groupId> +                <artifactId>maven-compiler-plugin</artifactId> +                <configuration> +                    <source>1.6</source> +                    <target>1.6</target> +                </configuration> +            </plugin>        		 +        		  					<plugin>       			<groupId>org.apache.maven.plugins</groupId>       			<artifactId>maven-war-plugin</artifactId> diff --git a/id/oa/pom.xml b/id/oa/pom.xml index 9afacf9f3..d5b3de522 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -56,8 +56,8 @@                  <groupId>org.apache.maven.plugins</groupId>                  <artifactId>maven-compiler-plugin</artifactId>                  <configuration> -                    <source>1.5</source> -                    <target>1.5</target> +                    <source>1.6</source> +                    <target>1.6</target>                  </configuration>              </plugin>          </plugins> diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 8a8d3c5be..2b74266f2 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -72,6 +72,14 @@  -->
  				</configuration>
  			</plugin>
 +      <plugin>
 +	      <groupId>org.apache.maven.plugins</groupId>
 +        <artifactId>maven-compiler-plugin</artifactId>
 +        <configuration>
 +  	      <source>1.6</source>
 +          <target>1.6</target>
 +        </configuration>
 +      </plugin>
  		</plugins>
  	</build>
 | 
