Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prepare 1.0.0 release
  • Loading branch information
comtel2000 committed May 20, 2017
1 parent b156aeb commit 51eb072
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions opcua-ui/pom.xml
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.comtel2000</groupId>
<artifactId>opc-ua-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>opcua-ui</artifactId>
<name>OPC-UA-Client.fx</name>
<name>opc-ua-fx</name>
<description>OPC-UA client based on Eclipse Milo and JavaFX</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -65,9 +65,11 @@
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.7.0</version>
<version>8.8.3</version>
<configuration>
<verbose>true</verbose>
<vendor>comtel2000</vendor>
<title>OPC-UA Client</title>
<appName>${project.name}</appName>
<mainClass>${app.main.class}</mainClass>
<manifestAttributes>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified opcua-ui/src/main/resources/org/comtel2000/opcua/client/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.comtel2000</groupId>
<artifactId>opc-ua-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down

0 comments on commit 51eb072

Please sign in to comment.