Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 1.x
  • Loading branch information
ktor committed Aug 24, 2017
2 parents 039dd8d + 4f0a8a1 commit 24afdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Liferay Portal DB Setup core [![Build Status](https://travis-ci.org/mimacom/liferay-db-setup-core.svg?branch=master)](https://travis-ci.org/mimacom/liferay-db-setup-core) [![Gitter chat](https://badges.gitter.im/mimacom/liferay-db-setup-core.png)](https://gitter.im/mimacom/liferay-db-setup-core)
# Liferay Portal DB Setup core [![Build Status](https://travis-ci.org/mimacom/liferay-db-setup-core.svg?branch=1.x)](https://travis-ci.org/mimacom/liferay-db-setup-core) [![Gitter chat](https://badges.gitter.im/mimacom/liferay-db-setup-core.png)](https://gitter.im/mimacom/liferay-db-setup-core)
Library that allows to setup a number of Liferay artifacts in the DB. It uses xml configuration and Liferay APIs to add all configured artifacts.

# Usage
Expand All @@ -14,7 +14,7 @@ We didn't publish binary yet so you'll need to build the jar yourself. Here are
<dependency>
<groupId>com.mimacom.liferay</groupId>
<artifactId>db-setup-core</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</dependency>
```

Expand Down

0 comments on commit 24afdb0

Please sign in to comment.