Skip to content

Commit c1d88bc

Browse files
committed
Release 1.1.3 - NetXMS client update to latest
1 parent 59ceee7 commit c1d88bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These should be places in the working directory of the application (same directo
1212
More on the configuration files in the next section.
1313

1414
After downloading the .jar and creating the configuration files, you can run the importer using:
15-
> java -jar netxms-csv-importer.1.1.2.jar
15+
> java -jar netxms-csv-importer.1.1.3.jar
1616
1717
## Configuration files
1818

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>com.github.tomaskir</groupId>
88
<artifactId>netxms-csv-importer</artifactId>
9-
<version>1.1.2</version>
9+
<version>1.1.3</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
1313
<source.encoding>utf-8</source.encoding>
1414
<java.version>1.7</java.version>
1515
<lombok.version>1.16.10</lombok.version>
16-
<netxms-client.version>2.2.4</netxms-client.version>
16+
<netxms-client.version>3.0.2258</netxms-client.version>
1717
</properties>
1818

1919
<dependencies>

0 commit comments

Comments
 (0)