Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
4c6d1532
Commit
4c6d1532
authored
Jan 13, 2016
by
Matija Obreza
Browse files
Upgraded dependencies with versions-maven-plugin
parent
83cb96d7
Changes
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
4c6d1532
...
...
@@ -51,6 +51,10 @@
<url>
https://bitbucket.org/genesys2/genesys2-server/issues
</url>
</issueManagement>
<prerequisites>
<maven>
3.1.0
</maven>
</prerequisites>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<jdk.target>
1.8
</jdk.target>
...
...
@@ -94,7 +98,7 @@
<jaxb-api.version>
2.1
</jaxb-api.version>
<!--Container -->
<jetty.version>
9.
2.9
.v2015
0224
</jetty.version>
<jetty.version>
9.
3.6
.v2015
1106
</jetty.version>
<maven.test.skip>
false
</maven.test.skip>
...
...
@@ -413,7 +417,7 @@
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-elasticsearch
</artifactId>
<version>
1.3.
0
.RELEASE
</version>
<version>
1.3.
2
.RELEASE
</version>
</dependency>
...
...
@@ -498,10 +502,15 @@
<build>
<plugins>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
versions-maven-plugin
</artifactId>
<version>
2.2
</version>
</plugin>
<plugin>
<inherited>
true
</inherited>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
2.
6
</version>
<version>
2.
7
</version>
<configuration>
<encoding>
UTF-8
</encoding>
<detail>
true
</detail>
...
...
@@ -510,7 +519,7 @@
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
buildnumber-maven-plugin
</artifactId>
<version>
1.
3
</version>
<version>
1.
4
</version>
<executions>
<execution>
<phase>
validate
</phase>
...
...
@@ -529,7 +538,7 @@
<plugin>
<inherited>
true
</inherited>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
1
</version>
<version>
3.
3
</version>
<configuration>
<source>
${jdk.source}
</source>
<target>
${jdk.target}
</target>
...
...
@@ -541,7 +550,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
2.1
7
</version>
<version>
2.1
9.1
</version>
<configuration>
<forkMode>
once
</forkMode>
<argLine>
-Xms512m -Xmx1024m
</argLine>
...
...
@@ -610,7 +619,7 @@
</plugin>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<version>
2.
4
</version>
<version>
2.
6
</version>
<configuration>
<descriptors>
<descriptor>
assembly/assembly-jetty.xml
</descriptor>
...
...
@@ -629,7 +638,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.5.
1
</version>
<version>
2.5.
3
</version>
<configuration>
<pushChanges>
false
</pushChanges>
</configuration>
...
...
@@ -637,7 +646,7 @@
<plugin>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<version>
1.5.
2
</version>
<version>
1.5.
3
</version>
<executions>
<execution>
<id>
output-html
</id>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment