Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mork-parent-0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartinsanta committed Mar 13, 2024
1 parent bc232ba commit 7e525ea
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 28 deletions.
6 changes: 3 additions & 3 deletions autoconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>autoconfig</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
<name>autoconfig</name>
<description>Autoconfig module for Mork, allows to automatically select best parameters configuration and test different algorithm components combinations without user input</description>

<parent>
<artifactId>mork-parent</artifactId>
<groupId>es.urjc.etsii.grafo</groupId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</parent>

<dependencies>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>

<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,15 +4,15 @@

<!-- Project name and current version -->
<artifactId>mork-common</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
<name>mork-common</name>
<description>Metaheuristic Optimization framewoRK - Common library</description>

<!-- Automatic configuration, can be overridden -->
<parent>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-parent</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</parent>

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

<artifactId>mork</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
<name>Mork Core</name>
<description>Metaheuristic Optimization framewoRK</description>

<parent>
<artifactId>mork-parent</artifactId>
<groupId>es.urjc.etsii.grafo</groupId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</parent>

<dependencies>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-common</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions example-tsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@

<!-- Project name and current version -->
<artifactId>TSP</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>

<!-- Automatic configuration, can be overridden -->
<parent>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-parent</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</parent>

<dependencies>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-common</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>autoconfig</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>integration-tests</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
<packaging>jar</packaging>
<name>Integration tests</name>

<parent>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-parent</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</parent>

<dependencies>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>autoconfig</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-common</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>

<dependency>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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>

<name>Mork</name>
Expand All @@ -9,7 +8,7 @@

<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-parent</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
<packaging>pom</packaging>
<modules>
<module>core</module>
Expand Down Expand Up @@ -38,7 +37,7 @@
<connection>scm:git:git://github.com/rmartinsanta/mork.git</connection>
<developerConnection>scm:git:https://github.com/rmartinsanta/mork</developerConnection>
<url>https://github.com/rmartinsanta/mork/tree/master</url>
<tag>HEAD</tag>
<tag>mork-parent-0.19</tag>
</scm>
<properties>
<java.version>21</java.version>
Expand Down Expand Up @@ -91,13 +90,13 @@
<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>

<dependency>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>autoconfig</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</dependency>

<dependency>
Expand Down
7 changes: 3 additions & 4 deletions template/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?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>

<!-- Project name and current version -->
<artifactId>__RNAME__</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>

<!-- Automatic configuration, can be overridden -->
<parent>
<groupId>es.urjc.etsii.grafo</groupId>
<artifactId>mork-parent</artifactId>
<version>0.19-SNAPSHOT</version>
<version>0.19</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 7e525ea

Please sign in to comment.