Skip to content

Commit b001a8d

Browse files
authored
Merge pull request #1018 from hazendaz/master
Bring back travis ci java 6 builds due to special annotations for java 7/8
2 parents 5945ee9 + b343d45 commit b001a8d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.2.5/apache-maven-3.2.5-bin.zip

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jdk:
55
- oraclejdk8
66
- oraclejdk7
77
- openjdk7
8+
- openjdk6
89

910
before_install:
1011
- echo "MAVEN_OPTS='-Dlicense.skip=true'" > ~/.mavenrc

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,20 @@
391391
</testExcludes>
392392
</configuration>
393393
</plugin>
394+
<plugin>
395+
<groupId>org.apache.felix</groupId>
396+
<artifactId>maven-bundle-plugin</artifactId>
397+
<version>2.5.4</version> <!-- For java 6, remain at older version -->
398+
</plugin>
394399
</plugins>
395400
</pluginManagement>
401+
<plugins>
402+
<plugin>
403+
<groupId>org.apache.felix</groupId>
404+
<artifactId>maven-bundle-plugin</artifactId>
405+
<version>2.5.4</version> <!-- For java 6, remain at older version -->
406+
</plugin>
407+
</plugins>
396408
</build>
397409
</profile>
398410
<profile>

0 commit comments

Comments
 (0)