commit | 6212c901e7b2f11446d6645ada1b0fee2a4c9091 | [log] [tgz] |
---|---|---|
author | Till Westmann <westmann@gmail.com> | Wed Jul 30 15:44:59 2014 -0700 |
committer | Ian Maxon <imaxon@uci.edu> | Thu Jul 31 09:59:46 2014 -0800 |
tree | 968489e94efa1b50486379be83c4b4b4abd56f1f | |
parent | 6b889c7f092adcb6c3c83a46bf72fd6da6b8485e [diff] [blame] |
fix build warnings Change-Id: I713a5f117dc660550684338f162582089a5d3403 Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/118 Reviewed-by: Inci Cetindil <icetindil@gmail.com> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterix-om/pom.xml b/asterix-om/pom.xml index 0cc0e43..6944d60 100644 --- a/asterix-om/pom.xml +++ b/asterix-om/pom.xml
@@ -26,7 +26,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> + <version>2.3.2</version> <configuration> <source>1.7</source> <target>1.7</target>