Skip to content

Commit

Permalink
MOJITO RELEASE: prepare release v0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
Jee Yi committed Jan 17, 2020
1 parent 3a8c4c6 commit 1827456
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mojito-cli</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<name>Mojito - CLI</name>
<packaging>jar</packaging>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</parent>

<properties>
Expand All @@ -26,26 +26,26 @@
<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-webapp</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</dependency>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-restclient</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</dependency>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-test-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mojito-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<name>Mojito - Common</name>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions mavenplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mojito-maven-plugin</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<name>Mojito - Maven Plugin</name>
<packaging>maven-plugin</packaging>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<packaging>pom</packaging>
<name>Mojito</name>

Expand Down Expand Up @@ -51,7 +51,7 @@
<url>https://github.com/jeeyi/mojito</url>
<connection>scm:git:git@github.com:box/mojito.git</connection>
<developerConnection>scm:git:git@github.com:box/mojito.git</developerConnection>
<tag>v0.47</tag>
<tag>v0.108</tag>
</scm>

<build>
Expand Down
6 changes: 3 additions & 3 deletions restclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mojito-restclient</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<name>Mojito - RestClient</name>
<packaging>jar</packaging>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</parent>

<dependencies>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mojito-test-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<name>Mojito - Test common</name>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</parent>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>mojito-webapp</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<name>Mojito - Webapp</name>
<packaging>jar</packaging>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</parent>

<properties>
Expand Down Expand Up @@ -203,20 +203,20 @@
<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
</dependency>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-restclient</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-test-common</artifactId>
<version>0.108-SNAPSHOT</version>
<version>0.108</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 1827456

Please sign in to comment.