Skip to content

Commit

Permalink
MOJITO RELEASE: prepare release v0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
Jee Yi committed Jan 15, 2020
1 parent 3af2ae9 commit 3c14f5b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 26 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.107-SNAPSHOT</version>
<version>0.107</version>
<name>Mojito - CLI</name>
<packaging>jar</packaging>

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

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

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

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

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

Expand Down
7 changes: 3 additions & 4 deletions common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

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

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.107-SNAPSHOT</version>
<version>0.107</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.107-SNAPSHOT</version>
<version>0.107</version>
<name>Mojito - Maven Plugin</name>
<packaging>maven-plugin</packaging>

<parent>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-parent</artifactId>
<version>0.107-SNAPSHOT</version>
<version>0.107</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.107-SNAPSHOT</version>
<version>0.107</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.107</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.107-SNAPSHOT</version>
<version>0.107</version>
<name>Mojito - RestClient</name>
<packaging>jar</packaging>

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

<dependencies>

<dependency>
<groupId>com.box.l10n.mojito</groupId>
<artifactId>mojito-common</artifactId>
<version>0.107-SNAPSHOT</version>
<version>0.107</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.107-SNAPSHOT</version>
<version>0.107</version>
<name>Mojito - Test common</name>

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

<dependencies>
Expand Down
13 changes: 6 additions & 7 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

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

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

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

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

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

Expand Down

0 comments on commit 3c14f5b

Please sign in to comment.