Browse Source
Merge pull request #4800 from smatvienko-tb/os-maven-plugin-version
os-maven-plugin.version fix and update
pull/4851/head
Igor Kulikov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
pom.xml
|
|
|
@ -80,7 +80,7 @@ |
|
|
|
<lombok.version>1.18.18</lombok.version> |
|
|
|
<paho.client.version>1.2.4</paho.client.version> |
|
|
|
<netty.version>4.1.60.Final</netty.version> |
|
|
|
<os-maven-plugin.version>1.5.0</os-maven-plugin.version> |
|
|
|
<os-maven-plugin.version>1.7.0</os-maven-plugin.version> |
|
|
|
<rabbitmq.version>4.8.0</rabbitmq.version> |
|
|
|
<surfire.version>2.19.1</surfire.version> |
|
|
|
<jar-plugin.version>3.0.2</jar-plugin.version> |
|
|
|
@ -580,7 +580,7 @@ |
|
|
|
<extension> |
|
|
|
<groupId>kr.motd.maven</groupId> |
|
|
|
<artifactId>os-maven-plugin</artifactId> |
|
|
|
<version>1.5.0.Final</version> |
|
|
|
<version>${os-maven-plugin.version}</version> |
|
|
|
</extension> |
|
|
|
</extensions> |
|
|
|
<pluginManagement> |
|
|
|
|