summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/api-parent/pom.xml8
-rw-r--r--common/features-parent/pom.xml8
-rw-r--r--common/impl-parent/pom.xml8
-rw-r--r--common/it-parent/pom.xml8
-rw-r--r--common/karaf-parent/pom.xml8
5 files changed, 40 insertions, 0 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml
index 54f2f6e9a..1c554db64 100644
--- a/common/api-parent/pom.xml
+++ b/common/api-parent/pom.xml
@@ -57,6 +57,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml
index 432a4f7db..d88c2ac68 100644
--- a/common/features-parent/pom.xml
+++ b/common/features-parent/pom.xml
@@ -57,6 +57,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml
index 10ad690f5..46de36c8d 100644
--- a/common/impl-parent/pom.xml
+++ b/common/impl-parent/pom.xml
@@ -61,6 +61,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml
index 3904c7d6b..0a2bf1b90 100644
--- a/common/it-parent/pom.xml
+++ b/common/it-parent/pom.xml
@@ -59,6 +59,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml
index 1dd3d6665..98584c76c 100644
--- a/common/karaf-parent/pom.xml
+++ b/common/karaf-parent/pom.xml
@@ -57,6 +57,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.8</source>
+ <target>1.8</target>
+ </configuration>
+ </plugin>
</plugins>
</build>