We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1b513c + 93555cc commit cf2c66eCopy full SHA for cf2c66e
pom.xml
@@ -6,14 +6,14 @@
6
7
<groupId>com.github.tomaskir</groupId>
8
<artifactId>netxms-csv-importer</artifactId>
9
- <version>1.1.4</version>
+ <version>2.0.0</version>
10
<packaging>jar</packaging>
11
12
<properties>
13
<source.encoding>utf-8</source.encoding>
14
- <java.version>1.7</java.version>
15
- <lombok.version>1.16.10</lombok.version>
16
- <netxms-client.version>3.7.92</netxms-client.version>
+ <java.version>11</java.version>
+ <lombok.version>1.18.24</lombok.version>
+ <netxms-client.version>4.2.395</netxms-client.version>
17
</properties>
18
19
<dependencies>
0 commit comments