Skip to content

Commit

Permalink
update some dependencies and my identity
Browse files Browse the repository at this point in the history
  • Loading branch information
tchemit committed Mar 20, 2018
1 parent b1d058e commit b8f9cb6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
<developers>
<developer>
<name>Tony Chemit</name>
<email>chemit at codelutin dot com</email>
<email>dev@tchemit.fr</email>
<roles>
<role>Lead Developer</role>
</roles>
<timezone>+1</timezone>
<organization>Ultreia.io</organization>
<organizationUrl>https://www.ultreia.io</organizationUrl>
<timezone>Europe/Paris</timezone>
</developer>
<developer>
<name>Paul Gier</name>
Expand Down Expand Up @@ -124,10 +126,10 @@
<license.useMissingFile>true</license.useMissingFile>
<license.failIfWarning>true</license.failIfWarning>
<license.licenseName>lgpl_v3</license.licenseName>
<licensePluginVersion>1.5</licensePluginVersion>
<licensePluginVersion>1.14</licensePluginVersion>

<pluginPluginVersion>3.5</pluginPluginVersion>
<plexusComponentVersion>1.6</plexusComponentVersion>
<pluginPluginVersion>3.5.1</pluginPluginVersion>
<plexusComponentVersion>1.7.1</plexusComponentVersion>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -250,7 +252,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
<version>3.1.0</version>
</dependency>

<dependency>
Expand All @@ -269,7 +271,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.7</version>
</dependency>

<dependency>
Expand All @@ -286,7 +288,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b8f9cb6

Please sign in to comment.