Skip to content

Commit

Permalink
#37 : back to Java7, all tests green
Browse files Browse the repository at this point in the history
  • Loading branch information
vankeisb committed Jan 27, 2016
1 parent b1ac43b commit 1aa62ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<overview>${basedir}/src/main/resources/overview.html</overview>
<bottom>© Copyright 2005-2015, Stripes Development Team.</bottom>
<author>true</author>
Expand Down
1 change: 0 additions & 1 deletion stripes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<groups>
<group>
<title>Core API</title>
Expand Down
4 changes: 2 additions & 2 deletions webtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</build>
<profiles>
<profile>
<id>jetty9</id>
<id>jetty92</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Expand Down Expand Up @@ -131,7 +131,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.6.v20151106</version>
<version>9.2.14.v20151106</version>
<configuration>
<httpConnector>
<port>9999</port>
Expand Down

0 comments on commit 1aa62ae

Please sign in to comment.