Skip to content

Commit 63fd8aa

Browse files
committed
Updating Maven dependencies
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent 8bb476e commit 63fd8aa

4 files changed

Lines changed: 15 additions & 14 deletions

File tree

org.eclipse.paho.client.mqttv3/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<plugin>
2020
<groupId>org.codehaus.mojo</groupId>
2121
<artifactId>templating-maven-plugin</artifactId>
22-
<version>1.0-alpha-3</version>
22+
<version>1.0.0</version>
2323
<executions>
2424
<execution>
2525
<id>filter-src</id>
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-resources-plugin</artifactId>
35-
<version>2.4.2</version>
35+
<version>3.0.2</version>
3636
<executions>
3737
<execution>
3838
<id>default-copy-resources</id>
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.eclipse.tycho</groupId>
6161
<artifactId>tycho-compiler-plugin</artifactId>
62-
<version>0.20.0</version>
62+
<version>${tycho.version}</version>
6363
<configuration>
6464
<source>${mqttclient.java.version}</source>
6565
<target>${mqttclient.java.version}</target>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-javadoc-plugin</artifactId>
72-
<version>2.10.4</version>
72+
<version>3.0.0</version>
7373
<executions>
7474
<execution>
7575
<id>attach-javadocs</id>

org.eclipse.paho.mqttv5.client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-compiler-plugin</artifactId>
62-
<version>3.6.0</version>
62+
<version>3.7.0</version>
6363
<configuration>
6464
<source>1.8</source>
6565
<target>1.8</target>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-javadoc-plugin</artifactId>
71-
<version>2.10.4</version>
71+
<version>3.0.0</version>
7272
<executions>
7373
<execution>
7474
<id>attach-javadocs</id>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-shade-plugin</artifactId>
89-
<version>1.4</version>
89+
<version>3.1.0</version>
9090
<executions>
9191
<execution>
9292
<phase>package</phase>

org.eclipse.paho.mqttv5.common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>junit</groupId>
2020
<artifactId>junit</artifactId>
21-
<version>4.11</version>
21+
<version>${junit.version}</version>
2222
</dependency>
2323
</dependencies>
2424

@@ -27,7 +27,7 @@
2727
<plugin>
2828
<groupId>org.apache.maven.plugins</groupId>
2929
<artifactId>maven-compiler-plugin</artifactId>
30-
<version>3.6.0</version>
30+
<version>3.7.0</version>
3131
<configuration>
3232
<source>1.8</source>
3333
<target>1.8</target>

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<java.version>1.7</java.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<build.level>${maven.build.timestamp}</build.level>
16-
<tycho.version>0.20.0</tycho.version>
16+
<tycho.version>1.1.0</tycho.version>
17+
<junit.version>4.12</junit.version>
1718
<kepler.repo.url>http://download.eclipse.org/releases/kepler</kepler.repo.url>
1819
<test.exclude>**/*ConformantTest.java</test.exclude>
1920
<download.location>/home/data/httpd/download.eclipse.org/paho/releases/${project.version}/Java</download.location>
@@ -97,12 +98,12 @@
9798
<plugin>
9899
<groupId>org.apache.maven.plugins</groupId>
99100
<artifactId>maven-javadoc-plugin</artifactId>
100-
<version>2.9.1</version>
101+
<version>3.0.0</version>
101102
</plugin>
102103
<plugin>
103104
<groupId>org.apache.maven.plugins</groupId>
104105
<artifactId>maven-resources-plugin</artifactId>
105-
<version>2.4.2</version>
106+
<version>3.0.2</version>
106107
</plugin>
107108
<plugin>
108109
<groupId>org.apache.maven.plugins</groupId>
@@ -112,7 +113,7 @@
112113
<plugin>
113114
<groupId>org.apache.maven.plugins</groupId>
114115
<artifactId>maven-deploy-plugin</artifactId>
115-
<version>2.7</version>
116+
<version>2.8.2</version>
116117
<configuration>
117118
<deployAtEnd>true</deployAtEnd>
118119
</configuration>
@@ -146,7 +147,7 @@
146147
<plugin>
147148
<groupId>org.eclipse.cbi.maven.plugins</groupId>
148149
<artifactId>eclipse-jarsigner-plugin</artifactId>
149-
<version>1.0.5</version>
150+
<version>1.1.4</version>
150151
</plugin>
151152
<plugin>
152153
<groupId>org.eclipse.tycho.extras</groupId>

0 commit comments

Comments
 (0)