Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ui4j/ui4j
Browse files Browse the repository at this point in the history
  • Loading branch information
ui4j committed Oct 5, 2015
2 parents d97a8e0 + 9c57af0 commit f48ae3c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ui4j
====

[![Download](http://img.shields.io/badge/download-latest--jar-orange.svg)](https://repo1.maven.org/maven2/com/ui4j/ui4j-all/2.0.0/ui4j-all-2.0.0.jar) [![Maven](http://img.shields.io/maven-central/v/com.ui4j/ui4j-all.svg)](http://search.maven.org/#search%7Cga%7C1%7Cui4j) [![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) [![Build Status](https://drone.io/github.com/ui4j/ui4j/status.png)](https://drone.io/github.com/ui4j/ui4j/latest) [![Coverage Status](https://img.shields.io/coveralls/ui4j/ui4j.svg)](https://coveralls.io/r/ui4j/ui4j?branch=master)
[![Download](http://img.shields.io/badge/download-latest--jar-orange.svg)](https://repo1.maven.org/maven2/com/ui4j/ui4j-all/2.1.0/ui4j-all-2.1.0.jar) [![Maven](http://img.shields.io/maven-central/v/com.ui4j/ui4j-all.svg)](http://search.maven.org/#search%7Cga%7C1%7Cui4j) [![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) [![Build Status](https://drone.io/github.com/ui4j/ui4j/status.png)](https://drone.io/github.com/ui4j/ui4j/latest) [![Coverage Status](https://img.shields.io/coveralls/ui4j/ui4j.svg)](https://coveralls.io/r/ui4j/ui4j?branch=master)

#### Talk with us and ask questions via Gitter
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/ui4j/ui4j?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Expand Down Expand Up @@ -52,13 +52,13 @@ To use the official release of Ui4j, please use the following snippet in your po
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-all</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```

Using Ui4j without Maven
------------------------
If you use Ui4j without Maven, download [pre built jar file](https://repo1.maven.org/maven2/com/ui4j/ui4j-all/2.0.0/ui4j-all-2.0.0.jar).
If you use Ui4j without Maven, download [pre built jar file](https://repo1.maven.org/maven2/com/ui4j/ui4j-all/2.1.0/ui4j-all-2.1.0.jar).


Supported Platforms
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ui4j</groupId>
<artifactId>ui4j</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.1.0</version>
<name>Ui4j - Web Automation for Java</name>
<description>Web Automation for Java</description>
<url>https://github.com/ui4j/ui4j</url>
Expand Down
6 changes: 3 additions & 3 deletions ui4j-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-all</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<name>Ui4j - All</name>
<description>Web Automation for Java</description>
<url>https://github.com/ui4j/ui4j</url>
Expand Down Expand Up @@ -131,12 +131,12 @@
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-api</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-webkit</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ui4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-api</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<name>Ui4j - API</name>
<description>Web Automation for Java</description>
<url>https://github.com/ui4j/ui4j</url>
Expand Down Expand Up @@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
2 changes: 1 addition & 1 deletion ui4j-jxbrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
8 changes: 4 additions & 4 deletions ui4j-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-sample</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<name>Ui4j - Sample</name>
<description>Web Automation for Java</description>
<url>https://github.com/ui4j/ui4j</url>
Expand Down Expand Up @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -97,12 +97,12 @@
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-api</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-webkit</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Workaround solution to fix the WebView memory leaks
*
* @see https://bugs.openjdk.java.net/browse/JDK-8087888
* https://bugs.openjdk.java.net/browse/JDK-8087888
*
*/
public class WorkaroundSolutionToFixMemoryLeak {
Expand Down
6 changes: 3 additions & 3 deletions ui4j-webkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-webkit</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<name>Ui4j - WebKit</name>
<description>Web Automation for Java</description>
<url>https://github.com/ui4j/ui4j</url>
Expand Down Expand Up @@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>2.10.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -223,7 +223,7 @@
<dependency>
<groupId>com.ui4j</groupId>
<artifactId>ui4j-api</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit f48ae3c

Please sign in to comment.