Skip to content

Commit

Permalink
MOJITO RELEASE: prepare release v0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
Jee Yi committed Aug 22, 2019
1 parent 32d9182 commit 3061971
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 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.102-SNAPSHOT</version>
<version>0.102</version>
<name>Mojito - CLI</name>
<packaging>jar</packaging>

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

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

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

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

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.102-SNAPSHOT</version>
<version>0.102</version>
<name>Mojito - Maven Plugin</name>
<packaging>maven-plugin</packaging>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.102-SNAPSHOT</version>
<version>0.102</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.102-SNAPSHOT</version>
<version>0.102</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:[email protected]:box/mojito.git</connection>
<developerConnection>scm:git:[email protected]:box/mojito.git</developerConnection>
<tag>v0.47</tag>
<tag>v0.102</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions restclient/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-restclient</artifactId>
<version>0.102-SNAPSHOT</version>
<version>0.102</version>
<name>Mojito - RestClient</name>
<packaging>jar</packaging>

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

<dependencies>
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.102-SNAPSHOT</version>
<version>0.102</version>
<name>Mojito - Test common</name>

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

<dependencies>
Expand Down
8 changes: 4 additions & 4 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.102-SNAPSHOT</version>
<version>0.102</version>
<name>Mojito - Webapp</name>
<packaging>jar</packaging>

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

<properties>
Expand Down Expand Up @@ -203,14 +203,14 @@
<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-restclient</artifactId>
<version>0.102-SNAPSHOT</version>
<version>0.102</version>
<scope>test</scope>
</dependency>

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

Expand Down

0 comments on commit 3061971

Please sign in to comment.