Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jul 31, 2015
1 parent 1a863e0 commit 0a76fbf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Maven:
<dependency>
<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>portal-properties-prettier-app</artifactId>
<version>1.1.0</version>
<version>1.3.0</version>
<type>lpkg</type>
</dependency>
```
Gradle:

```groovy
dependencies {
compile(group: "br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app", name: "portal-properties-prettier-app", version: "1.1.0", type: "lpkg");
compile(group: "br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app", name: "portal-properties-prettier-app", version: "1.3.0", type: "lpkg");
}
```
### Support
Expand Down
2 changes: 1 addition & 1 deletion cores/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>portal-properties-prettier-app-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>cores</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cores/portal-properties-prettier-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>cores</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>portal-properties-prettier-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>portal-properties-prettier-app-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>portal-properties-prettier-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>portal-properties-prettier-app-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Portal Properties Prettier App Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion portlets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>portal-properties-prettier-app-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>portlets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion portlets/portal-properties-prettier-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>br.com.thiagomoreira.liferay.plugins.portal-properties-prettier-app</groupId>
<artifactId>portlets</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>portal-properties-prettier-portlet</artifactId>
Expand Down

0 comments on commit 0a76fbf

Please sign in to comment.