Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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