Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Jan 6, 2022
1 parent 85e1839 commit a244653
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.7-SNAPSHOT</version>
<version>2.0.4.7</version>

<parent>
<groupId>io.cwl</groupId>
<artifactId>cwlavro</artifactId>
<version>2.0.4.7-SNAPSHOT</version>
<version>2.0.4.7</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.7-SNAPSHOT</version>
<version>2.0.4.7</version>

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

<dependencies>
<dependency>
<groupId>io.cwl</groupId>
<artifactId>cwlavro-generated</artifactId>
<version>2.0.4.7-SNAPSHOT</version>
<version>2.0.4.7</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 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.7-SNAPSHOT</version>
<version>2.0.4.7</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
<tag>2.0.4</tag>
<tag>2.0.4.7</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a244653

Please sign in to comment.