Skip to content

Commit

Permalink
Fix version in modules
Browse files Browse the repository at this point in the history
  • Loading branch information
samdgupi committed May 21, 2024
1 parent 5350b07 commit 83d4950
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion delta-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
</parent>

<artifactId>delta-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delta-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
</parent>

<artifactId>delta-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delta-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion delta-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
</parent>

<artifactId>delta-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delta-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.9.0</version>
<version>${revision}</version>
</parent>

<artifactId>delta-test</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.9.1</version>
<version>${revision}</version>
<name>Delta Pipelines</name>
<packaging>pom</packaging>
<description>CDAP Delta pipelines</description>
Expand Down Expand Up @@ -63,6 +63,7 @@
<junit.version>4.12</junit.version>
<slf4j.version>1.7.25</slf4j.version>
<jacoco.version>0.8.8</jacoco.version>
<revision>0.9.1</revision>

<!-- Need default value when coverage is not collected -->
<argLine />
Expand Down

0 comments on commit 83d4950

Please sign in to comment.