Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Dec 21, 2021
1 parent 4e32fb9 commit b1c4464
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
Expand All @@ -12,7 +11,7 @@

<groupId>io.smallrye.testing</groupId>
<artifactId>smallrye-testing-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>1.0.0</version>

<packaging>pom</packaging>
<name>SmallRye: Testing Parent</name>
Expand Down Expand Up @@ -40,7 +39,7 @@
<connection>scm:git:[email protected]:smallrye/smallrye-testing.git</connection>
<developerConnection>scm:git:[email protected]:smallrye/smallrye-testing.git</developerConnection>
<url>https://github.com/smallrye/smallrye-testing/</url>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.testing</groupId>
<artifactId>smallrye-testing-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>smallrye-testing-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye.testing</groupId>
<artifactId>smallrye-testing-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>smallrye-testing-utilities</artifactId>
Expand Down

0 comments on commit b1c4464

Please sign in to comment.