Skip to content

Commit

Permalink
[maven-release-plugin] prepare release moskito-control-3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvayanu committed Feb 21, 2024
1 parent 25141db commit 8f3c878
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions agents/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent</artifactId>
<packaging>jar</packaging>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>MoSKito Control Agent - Base</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions agents/http-endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent-http-endpoint</artifactId>
<packaging>jar</packaging>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>MoSKito Control Agent - HTTP Endpoint</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent-parent</artifactId>
<packaging>pom</packaging>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>MoSKito Control Agent Parent</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions agents/rmi-endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent-parent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.moskito</groupId>
<artifactId>moskito-control-agent-rmi-endpoint</artifactId>
<packaging>jar</packaging>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>MoSKito Control Agent - RMI Endpoint</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>moskito-control-common</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>moskito-control-common</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>moskito-control-config</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>moskito-control-config</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>../pom.xml</relativePath>

</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>moskito-control-connectors</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>moskito-control-connectors</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>../pom.xml</relativePath>

</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>moskito-control-core</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>moskito-control-core</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>moskito-control</artifactId>
<groupId>org.moskito</groupId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<packaging>pom</packaging>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>MoSKito Control</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.moskito</groupId>
<artifactId>moskito-control</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>moskito-control-ui</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.2</version>
<name>moskito-control-ui</name>
<packaging>war</packaging>

Expand Down

0 comments on commit 8f3c878

Please sign in to comment.