Skip to content

Commit

Permalink
Merge pull request #2 from mrazjava/develop
Browse files Browse the repository at this point in the history
1.2.0 release
  • Loading branch information
mrazjava authored Oct 4, 2017
2 parents d0ebcc2 + 720e85d commit 3d1a49a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion moo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-api</artifactId>
<name>Moo API</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-client-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-client-socket</artifactId>
<description>Moo socket client (requires socket server)</description>
Expand Down
2 changes: 1 addition & 1 deletion moo-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-commons</artifactId>
<name>Moo Commons</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-reports</artifactId>
<version>1.0.0-FINAL</version>
Expand Down
2 changes: 1 addition & 1 deletion moo-server-socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-server-socket</artifactId>
<name>Moo Server (socket)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-test-utils</artifactId>
<name>Moo Test (utils)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/moo-ui-shell-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-ui-shell-commons</artifactId>
<name>Moo UI (shell: commons)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/moo-ui-shell-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-ui-shell-reader</artifactId>
<name>Moo UI (shell: reader)</name>
Expand Down
2 changes: 1 addition & 1 deletion moo-ui-shell/moo-ui-shell-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-ui-shell-writer</artifactId>
<name>Moo UI (shell: writer)</name>
Expand Down
3 changes: 1 addition & 2 deletions moo-ui-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<parent>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
</parent>
<artifactId>moo-ui-shell</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Moo UI (shell)</name>
<description>Parent POM for Moo shell UI.</description>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.zimowski</groupId>
<artifactId>moo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-FINAL</version>
<packaging>pom</packaging>
<developers>
<developer>
Expand Down Expand Up @@ -271,17 +271,17 @@
<dependency>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell-reader</artifactId>
<version>${moo-ui-shell.version}</version>
<version>${moo.version}</version>
</dependency>
<dependency>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell-writer</artifactId>
<version>${moo-ui-shell.version}</version>
<version>${moo.version}</version>
</dependency>
<dependency>
<groupId>pl.zimowski</groupId>
<artifactId>moo-ui-shell-commons</artifactId>
<version>${moo-ui-shell.version}</version>
<version>${moo.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -436,8 +436,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<moo.version>1.2.0-SNAPSHOT</moo.version>
<moo-ui-shell.version>1.0.0-SNAPSHOT</moo-ui-shell.version>
<moo.version>1.2.0-FINAL</moo.version>
<weld.version>2.4.4.Final</weld.version>
<deltaspike.version>1.7.2</deltaspike.version>
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
Expand Down

0 comments on commit 3d1a49a

Please sign in to comment.