Skip to content

Commit

Permalink
External version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericBregier committed Sep 26, 2019
1 parent ba3edcf commit 352c95d
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 6 deletions.
30 changes: 28 additions & 2 deletions lib/Waarp/Waarp-Shaded-Parent/1.0.0/Waarp-Shaded-Parent-1.0.0.pom
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@
<waarp.version>3.2.0</waarp.version>

<!-- Dependencies versions -->
<netty.version>4.1.39.Final</netty.version>
<netty.http.version>1.2.0</netty.http.version>
<netty.version>4.1.42.Final</netty.version>
<netty.http.version>1.3.0</netty.http.version>
<slf4j.version>1.7.26</slf4j.version>
<logback.version>1.2.3</logback.version>
<guava.version>20.0</guava.version><!-- Maximal 20.0 for jre 1.6 -->
Expand Down Expand Up @@ -270,6 +270,32 @@
<coberturaMavenPluginVersion>2.7</coberturaMavenPluginVersion>
</properties>

<profiles>
<profile>
<id>release</id>
<distributionManagement>
<repository>
<id>centralArtifactory</id>
<name>Local Artifactory-releases</name>
<url>http://127.0.0.1:8181/artifactory/libs-release-local</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version><!-- 2.8.1 -->
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
<pluginManagement>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion lib/Waarp/Waarp-Shaded-Parent/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20190912094742</lastUpdated>
<lastUpdated>20190926061310</lastUpdated>
</versioning>
</metadata>
Binary file modified lib/Waarp/netty-http-java6/1.3.0/netty-http-java6-1.3.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Waarp/netty-http-java6/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.3.0</version>
</versions>
<lastUpdated>20190912094752</lastUpdated>
<lastUpdated>20190926061351</lastUpdated>
</versioning>
</metadata>
Binary file modified lib/Waarp/selenium-java/3.141.59/selenium-java-3.141.59.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Waarp/selenium-java/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>3.141.59</version>
</versions>
<lastUpdated>20190912094749</lastUpdated>
<lastUpdated>20190926061318</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<revision>${waarp.version}</revision>

<!-- Dependencies versions -->
<netty.version>4.1.41.Final</netty.version>
<netty.version>4.1.42.Final</netty.version>
<netty-tcnative.version>2.0.26.Final</netty-tcnative.version>
<waarp-shaded.version>1.0.0</waarp-shaded.version><!-- Netty HTTP and
Selenuum -->
Expand Down

0 comments on commit 352c95d

Please sign in to comment.