Skip to content

Commit fa12249

Browse files
committed
Update to latest versions
1 parent 6936bd0 commit fa12249

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

ase.api/pom.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,18 @@
1818
<plugin>
1919
<groupId>org.apache.felix</groupId>
2020
<artifactId>maven-bundle-plugin</artifactId>
21-
<version>2.3.7</version>
21+
<version>2.4.0</version>
2222
<extensions>true</extensions>
2323
</plugin>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-compiler-plugin</artifactId>
27+
<version>3.1</version>
28+
<configuration>
29+
<source>1.7</source>
30+
<target>1.7</target>
31+
</configuration>
32+
</plugin>
2433
</plugins>
2534
</build>
2635

ase.consumer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>org.apache.felix</groupId>
2020
<artifactId>maven-bundle-plugin</artifactId>
21-
<version>2.3.7</version>
21+
<version>2.4.0</version>
2222
<extensions>true</extensions>
2323
<configuration>
2424
<instructions>
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.0</version>
34+
<version>3.1</version>
3535
<configuration>
3636
<source>1.7</source>
3737
<target>1.7</target>

ase.provider1/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>org.apache.felix</groupId>
2020
<artifactId>maven-bundle-plugin</artifactId>
21-
<version>2.3.7</version>
21+
<version>2.4.0</version>
2222
<extensions>true</extensions>
2323
<configuration>
2424
<instructions>
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.0</version>
34+
<version>3.1</version>
3535
<configuration>
3636
<source>1.7</source>
3737
<target>1.7</target>

ase.provider2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>org.apache.felix</groupId>
2020
<artifactId>maven-bundle-plugin</artifactId>
21-
<version>2.3.7</version>
21+
<version>2.4.0</version>
2222
<extensions>true</extensions>
2323
<configuration>
2424
<instructions>
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-compiler-plugin</artifactId>
34-
<version>3.0</version>
34+
<version>3.1</version>
3535
<configuration>
3636
<source>1.7</source>
3737
<target>1.7</target>

0 commit comments

Comments
 (0)