Skip to content

Commit 48e1cc3

Browse files
committed
Prepare for next development iteration 0.8.1-SNAPSHOT
1 parent 5be66c0 commit 48e1cc3

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

dataset-staging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
<groupId>com.cloudera.cdk.examples</groupId>
2424
<artifactId>dataset-staging</artifactId>
25-
<version>0.7.1-SNAPSHOT</version>
25+
<version>0.8.1-SNAPSHOT</version>
2626
<packaging>jar</packaging>
2727

2828
<name>CDK Dataset Staging Example</name>
2929

3030
<properties>
3131
<!-- Keep this updated to the latest CDK release! -->
32-
<cdk-version>0.7.0-SNAPSHOT</cdk-version>
32+
<cdk-version>0.8.1-SNAPSHOT</cdk-version>
3333
</properties>
3434

3535
<build>

dataset/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
<groupId>com.cloudera.cdk.examples</groupId>
2424
<artifactId>dataset</artifactId>
25-
<version>0.7.1-SNAPSHOT</version>
25+
<version>0.8.1-SNAPSHOT</version>
2626
<packaging>jar</packaging>
2727

2828
<name>CDK Dataset Examples</name>
2929

3030
<properties>
3131
<!-- Keep this updated to the latest CDK release! -->
32-
<cdk-version>0.7.1-SNAPSHOT</cdk-version>
32+
<cdk-version>0.8.1-SNAPSHOT</cdk-version>
3333
</properties>
3434

3535
<build>

demo/demo-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.cloudera.cdk.examples</groupId>
2727
<artifactId>demo</artifactId>
28-
<version>0.7.1-SNAPSHOT</version>
28+
<version>0.8.1-SNAPSHOT</version>
2929
</parent>
3030

3131
<packaging>jar</packaging>

demo/demo-crunch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.cloudera.cdk.examples</groupId>
2727
<artifactId>demo</artifactId>
28-
<version>0.7.1-SNAPSHOT</version>
28+
<version>0.8.1-SNAPSHOT</version>
2929
</parent>
3030

3131
<packaging>jar</packaging>

demo/demo-logging-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.cloudera.cdk.examples</groupId>
2626
<artifactId>demo</artifactId>
27-
<version>0.7.1-SNAPSHOT</version>
27+
<version>0.8.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<packaging>war</packaging>

demo/demo-oozie/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.cloudera.cdk.examples</groupId>
2727
<artifactId>demo</artifactId>
28-
<version>0.7.1-SNAPSHOT</version>
28+
<version>0.8.1-SNAPSHOT</version>
2929
</parent>
3030

3131
<packaging>jar</packaging>

demo/demo-reports-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.cloudera.cdk.examples</groupId>
2626
<artifactId>demo</artifactId>
27-
<version>0.7.1-SNAPSHOT</version>
27+
<version>0.8.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<packaging>war</packaging>

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>com.cloudera.cdk.examples</groupId>
2424
<artifactId>demo</artifactId>
25-
<version>0.7.1-SNAPSHOT</version>
25+
<version>0.8.1-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727

2828
<name>demo</name>
@@ -38,7 +38,7 @@
3838
<properties>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<!-- Keep this updated to the latest CDK release! -->
41-
<cdk-version>0.7.1-SNAPSHOT</cdk-version>
41+
<cdk-version>0.8.1-SNAPSHOT</cdk-version>
4242
</properties>
4343

4444
<repositories>

logging-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<groupId>com.cloudera.cdk.examples</groupId>
66
<artifactId>logging-webapp</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.1-SNAPSHOT</version>
88
<packaging>war</packaging>
99

1010
<name>logging-webapp</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<!-- Keep this updated to the latest CDK release! -->
15-
<cdk-version>0.7.1-SNAPSHOT</cdk-version>
15+
<cdk-version>0.8.1-SNAPSHOT</cdk-version>
1616
</properties>
1717

1818
<dependencies>

logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<groupId>com.cloudera.cdk.examples</groupId>
66
<artifactId>logging</artifactId>
7-
<version>0.7.1-SNAPSHOT</version>
7+
<version>0.8.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>logging</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<!-- Keep this updated to the latest CDK release! -->
15-
<cdk-version>0.7.1-SNAPSHOT</cdk-version>
15+
<cdk-version>0.8.1-SNAPSHOT</cdk-version>
1616
</properties>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)