Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gazer2kanlin committed Oct 22, 2018
2 parents 0200c7a + 3ba5eef commit b6fefed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ after_success:

jdk:
- oraclejdk8
- oraclejdk7
- openjdk6
- openjdk7

branches:
only:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
UIA Comm
================

[![Download](https://api.bintray.com/packages/gazer2kanlin/maven/uia-comm4j/images/download.svg) ](https://bintray.com/gazer2kanlin/maven/uia-comm4j/_latestVersion)
[![Build Status](https://travis-ci.org/gazer2kanlin/uia.comm4j.svg?branch=0.2.0.0)](https://travis-ci.org/gazer2kanlin/uia.comm4j)
[![Codecov](https://img.shields.io/codecov/c/github/gazer2kanlin/uia.comm4j.svg)](https://codecov.io/gh/gazer2kanlin/uia.comm4j)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9766faacb361423b9b6e8e95bf3024d6)](https://www.codacy.com/app/gazer2kanlin/uia-comm4j?utm_source=github.com&utm_medium=referral&utm_content=gazer2kanlin/uia.comm4j&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/github/license/gazer2kanlin/uia.comm4j.svg)](LICENSE)
[![Download](https://api.bintray.com/packages/uia4j/maven/uia-comm/images/download.svg)](https://bintray.com/uia4j/maven/uia-comm/_latestVersion)
[![Build Status](https://travis-ci.org/uia4j/uia-comm.svg?branch=master)](https://travis-ci.org/uia4j/uia-comm)
[![codecov](https://codecov.io/gh/uia4j/uia-comm/branch/master/graph/badge.svg)](https://codecov.io/gh/uia4j/uia-comm)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9766faacb361423b9b6e8e95bf3024d6)](https://www.codacy.com/app/gazer2kanlin/uia-comm?utm_source=github.com&utm_medium=referral&utm_content=uia4j/uia-comm&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/github/license/uia4j/uia-comm.svg)](LICENSE)

Socket client, server & RS232 library.

Expand All @@ -30,7 +30,7 @@ Provide message manager to verify and validate I/O message.
Define interface to handle I/O message.

## Maven
Because uia.comm uses [uia.utils](https://github.com/gazer2kanlin/uia.utils4j) deployed on jcenter, configure local Maven __settings.xml__ first.
Because uia.comm uses [uia.utils](https://github.com/uia4j/uia-utils) deployed on jcenter, configure local Maven __settings.xml__ first.

settings.xml in .m2 directory:
```
Expand Down Expand Up @@ -74,7 +74,7 @@ pom.xml in your project:

## Dependency Libraries

* [uia.utils](https://github.com/gazer2kanlin/uia.utils4j) - UIA common utilities
* [uia.utils](https://github.com/uiaj4/uia-utils) - UIA common utilities

## Copyright and License

Expand Down
22 changes: 6 additions & 16 deletions uia.comm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>0.3.0</version>
<packaging>jar</packaging>
<name>uia-comm</name>
<url>https://github.com/gazer2kanlin/uia.comm4j</url>
<url>https://github.com/uia4j/uia-comm</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.6</maven.compiler.target>
Expand Down Expand Up @@ -40,21 +40,11 @@
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
<id>uia4j</id>
<name>bintray-uia4j</name>
<url>https://dl.bintray.com/uia4j/maven</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray-plugins</name>
<url>http://jcenter.bintray.com</url>
</pluginRepository>
</pluginRepositories>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
Expand Down Expand Up @@ -115,12 +105,12 @@
</build>
<scm>
<developerConnection>Kyle K. Lin</developerConnection>
<url>https://github.com/gazer2kanlin/uia.comm4j</url>
<url>https://github.com/uia4j/uia-comm</url>
</scm>
<distributionManagement>
<repository>
<id>bintray-my-maven</id>
<url>https://api.bintray.com/maven/gazer2kanlin/maven/uia-comm4j/;publish=1</url>
<url>https://api.bintray.com/maven/uia4j/maven/uia-comm/;publish=1</url>
</repository>
</distributionManagement>
</project>

0 comments on commit b6fefed

Please sign in to comment.