diff options
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,6 @@ License for the specific language governing permissions and limitations under the License. --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -192,7 +191,7 @@ <plugins> <plugin> <artifactId>maven-invoker-plugin</artifactId> - <version>1.4</version> + <version>1.5</version> <configuration> <debug>false</debug> <!-- FAILS to run, see ReleaseNotes |