|
5 | 5 |
|
6 | 6 | <groupId>pl.nip24</groupId> |
7 | 7 | <artifactId>nip24-client</artifactId> |
8 | | - <version>1.3.6</version> |
| 8 | + <version>1.3.7</version> |
9 | 9 |
|
10 | 10 | <name>nip24-java-client</name> |
11 | 11 | <description>NIP24 Service Client for Java</description> |
12 | | - <url>http://www.nip24.pl</url> |
| 12 | + <url>https://www.nip24.pl</url> |
13 | 13 |
|
14 | 14 | <organization> |
15 | 15 | <name>NETCAT</name> |
16 | | - <url>http://www.netcat.pl</url> |
| 16 | + <url>https://www.netcat.pl</url> |
17 | 17 | </organization> |
18 | 18 |
|
19 | 19 | <licenses> |
|
28 | 28 | <name>NETCAT</name> |
29 | 29 | <email>firma@netcat.pl</email> |
30 | 30 | <organization>NETCAT</organization> |
31 | | - <organizationUrl>http://www.netcat.pl</organizationUrl> |
| 31 | + <organizationUrl>https://www.netcat.pl</organizationUrl> |
32 | 32 | </developer> |
33 | 33 | </developers> |
34 | 34 |
|
|
42 | 42 | <plugin> |
43 | 43 | <groupId>org.apache.maven.plugins</groupId> |
44 | 44 | <artifactId>maven-compiler-plugin</artifactId> |
45 | | - <version>3.8.1</version> |
| 45 | + <version>3.10.1</version> |
46 | 46 | <configuration> |
47 | 47 | <source>${java.version}</source> |
48 | 48 | <target>${java.version}</target> |
|
51 | 51 | <plugin> |
52 | 52 | <groupId>org.apache.maven.plugins</groupId> |
53 | 53 | <artifactId>maven-source-plugin</artifactId> |
54 | | - <version>3.2.0</version> |
| 54 | + <version>3.2.1</version> |
55 | 55 | <executions> |
56 | 56 | <execution> |
57 | 57 | <id>attach-sources</id> |
|
64 | 64 | <plugin> |
65 | 65 | <groupId>org.apache.maven.plugins</groupId> |
66 | 66 | <artifactId>maven-javadoc-plugin</artifactId> |
67 | | - <version>3.1.1</version> |
| 67 | + <version>3.4.0</version> |
68 | 68 | <executions> |
69 | 69 | <execution> |
70 | 70 | <id>attach-javadocs</id> |
|
0 commit comments