Skip to content

Commit

Permalink
Hotfix/2.0.4.4 (#21)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release cwlavro-2.0.4.4

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
NatalieEO authored May 11, 2020
1 parent ddb0383 commit dbd2a75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cwlavro-generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cwlavro-generated</artifactId>
<version>2.0.4.4-SNAPSHOT</version>
<version>2.0.4.5-SNAPSHOT</version>

<parent>
<groupId>io.cwl</groupId>
<artifactId>cwlavro</artifactId>
<version>2.0.4.4-SNAPSHOT</version>
<version>2.0.4.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions cwlavro-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>cwlavro-tools</artifactId>
<version>2.0.4.4-SNAPSHOT</version>
<version>2.0.4.5-SNAPSHOT</version>

<parent>
<groupId>io.cwl</groupId>
<artifactId>cwlavro</artifactId>
<version>2.0.4.4-SNAPSHOT</version>
<version>2.0.4.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>io.cwl</groupId>
<artifactId>cwlavro-generated</artifactId>
<version>2.0.4.4-SNAPSHOT</version>
<version>2.0.4.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>cwlavro</artifactId>
<name>CWL Avro</name>
<groupId>io.cwl</groupId>
<version>2.0.4.4-SNAPSHOT</version>
<version>2.0.4.5-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit dbd2a75

Please sign in to comment.