Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovak1 committed Jan 21, 2021
1 parent dcea5b8 commit eb0d7fc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.20-SNAPSHOT</version>
<version>0.21</version>
</parent>

<artifactId>builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.20-SNAPSHOT</version>
<version>0.21</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.20-SNAPSHOT</version>
<version>0.21</version>
</parent>

<artifactId>http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.20-SNAPSHOT</version>
<version>0.21</version>
</parent>

<artifactId>junit5</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>

<groupId>cz.xtf</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.20-SNAPSHOT</version>
<version>0.21</version>
<name>XTF</name>

<modules>
Expand All @@ -20,7 +19,7 @@
<connection>scm:git:[email protected]:xtf-cz/xtf.git</connection>
<developerConnection>scm:git:[email protected]:xtf-cz/xtf.git</developerConnection>
<url>http://github.com/xtf-cz/xtf.git</url>
<tag>${project.version}</tag>
<tag>0.21</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.20-SNAPSHOT</version>
<version>0.21</version>
</parent>

<artifactId>test-helpers</artifactId>
Expand Down

0 comments on commit eb0d7fc

Please sign in to comment.