Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-appservices-perf committed Sep 17, 2024
1 parent a84e51b commit aee7cb3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 25 deletions.
6 changes: 2 additions & 4 deletions horreum-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>

<artifactId>horreum-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions horreum-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -309,7 +309,7 @@
<profile>
<id>ci</id>
<properties>
<excludeTags></excludeTags>
<excludeTags />
</properties>
</profile>

Expand Down
2 changes: 1 addition & 1 deletion horreum-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions horreum-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -186,8 +186,7 @@
</goals>
<configuration>
<target>
<copy file="${project.basedir}/../horreum-backend/src/main/resources/application.properties"
todir="${project.build.testOutputDirectory}"/>
<copy file="${project.basedir}/../horreum-backend/src/main/resources/application.properties" todir="${project.build.testOutputDirectory}" />
</target>
</configuration>
</execution>
Expand Down
5 changes: 2 additions & 3 deletions infra/horreum-dev-services/deployment/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<artifactId>horreum-dev-services-deployment</artifactId>
<name>Horreum Dev Services - Deployment</name>
Expand Down
5 changes: 2 additions & 3 deletions infra/horreum-dev-services/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions infra/horreum-dev-services/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum-dev-services-parent</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
</parent>
<artifactId>horreum-dev-services</artifactId>
<name>Horreum Dev Services - Runtime</name>
Expand Down
6 changes: 2 additions & 4 deletions infra/horreum-infra-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?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>
<parent>
<artifactId>horreum</artifactId>
<groupId>io.hyperfoil.tools</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Horreum infra - common</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>io.hyperfoil.tools</groupId>
<artifactId>horreum</artifactId>
<packaging>pom</packaging>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.0</version>
<modules>
<module>horreum-api</module>
<module>horreum-client</module>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:git://github.com/Hyperfoil/Horreum.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Hyperfoil/Horreum.git</developerConnection>
<url>https://github.com/Hyperfoil/Horreum</url>
<tag>HEAD</tag>
<tag>0.15.0</tag>
</scm>
<url>https://horreum.hyperfoil.io</url>

Expand Down

0 comments on commit aee7cb3

Please sign in to comment.