Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Feb 13, 2020
1 parent 5e57566 commit a26f8df
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion implementation/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>smallrye-metrics-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>

<packaging>pom</packaging>
<name>SmallRye: MicroProfile Metrics Parent</name>
Expand Down Expand Up @@ -59,7 +59,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-metrics.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-metrics.git</developerConnection>
<url>https://github.com/smallrye/smallrye-metrics/</url>
<tag>HEAD</tag>
<tag>2.4.0</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>smallrye-metrics-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/api-tck/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>smallrye-metrics-api-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/common/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>smallrye-metrics-testsuite-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>smallrye-metrics-testsuite-extra</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions testsuite/optional-tck/pom.xml
Expand Up @@ -16,13 +16,11 @@
~ limitations under the License.
-->

<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">
<parent>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -107,7 +105,7 @@
<jboss.options>${jboss.extra.opts}</jboss.options>
<java.util.logging.config.file>${project.build.testOutputDirectory}/logging.properties
</java.util.logging.config.file>
<context.root/>
<context.root />
</systemProperties>
<environmentVariables>
<JBOSS_HOME>${project.build.directory}/wildfly-${version.wildfly}</JBOSS_HOME>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>smallrye-metrics-testsuite-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/rest-tck/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<artifactId>smallrye-metrics-rest-tck</artifactId>
Expand Down

0 comments on commit a26f8df

Please sign in to comment.