Skip to content

Commit

Permalink
Test signed commit and update minor deps, plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Apr 5, 2016
1 parent 88c0076 commit d5058a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -95,7 +95,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.7</java.version>
<maven.version.min>3.2.1</maven.version.min>
<slf4j.version>1.7.18</slf4j.version>
<slf4j.version>1.7.21</slf4j.version>
<!-- This can't reference project.version as some subprojects version differently -->
<zxing.version>3.2.2-SNAPSHOT</zxing.version>
</properties>
Expand Down Expand Up @@ -310,7 +310,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.8.1</version>
<version>2.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Expand Up @@ -22,7 +22,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.4</version>
<version>1.5</version>
</skin>

<body>
Expand Down
2 changes: 1 addition & 1 deletion zxingorg/pom.xml
Expand Up @@ -61,7 +61,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.3.8.RC0</version>
<version>9.3.9.M0</version>
<configuration>
<webAppSourceDirectory>src/web</webAppSourceDirectory>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion zxingorg/src/web/.ebextensions/server.xml
Expand Up @@ -21,7 +21,7 @@
JAVA_OPTS="-Djava.awt.headless=true -Xmx960m -XX:+UseG1GC -XX:+UseStringDeduplication"
-->

<Server port="8005" shutdown="SHUTDOWN">
<Server port="-1" shutdown="">
<!--APR library loader. Documentation at /docs/apr.html -->
<!--<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />-->
<!-- Prevent memory leaks due to use of particular java/javax APIs-->
Expand Down

0 comments on commit d5058a7

Please sign in to comment.