Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Jul 2, 2020
1 parent 74eb485 commit 358a79d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 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.0-SNAPSHOT</version>
<version>0.1.0</version>

<packaging>pom</packaging>
<name>SmallRye: Testing Parent</name>
Expand Down Expand Up @@ -43,7 +42,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>0.1.0</tag>
</scm>

<modules>
Expand All @@ -70,9 +69,9 @@
<sourceHighlighter>coderay</sourceHighlighter>
<attributes>
<icons>font</icons>
<pagenums/>
<pagenums />
<version>${project.version}</version>
<idprefix/>
<idprefix />
<idseparator>-</idseparator>
<allow-uri-read>true</allow-uri-read>
<revnumber>${project.version}</revnumber>
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.0-SNAPSHOT</version>
<version>0.1.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.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

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

0 comments on commit 358a79d

Please sign in to comment.