Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 1b13940

Browse files
author
Travis CI User
committed
prepare release palisade-0.1.1
1 parent 9bd7976 commit 1b13940

62 files changed

Lines changed: 62 additions & 62 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

client-impl/mapreduce-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>client-impl</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727

2828
<artifactId>mapreduce-client</artifactId>

client-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>palisade</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>client-impl</artifactId>
2828
<packaging>pom</packaging>

client-impl/simple-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>client-impl</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>simple-client</artifactId>
2828

client-impl/simple-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>client-impl</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>simple-rest-client</artifactId>
2828

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>palisade</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>common</artifactId>
2828

example/example-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>example</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>example-model</artifactId>
2828
<dependencies>

example/mapreduce-example/mapreduce-example-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>mapreduce-example</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>mapreduce-example-runner</artifactId>
2828

example/mapreduce-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>example</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>mapreduce-example</artifactId>
2828
<packaging>pom</packaging>

example/multi-jvm-example/multi-jvm-example-docker-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>uk.gov.gchq.palisade</groupId>
88
<artifactId>multi-jvm-example</artifactId>
9-
<version>0.2-SNAPSHOT</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>multi-jvm-example-docker-services</artifactId>

example/multi-jvm-example/multi-jvm-example-rest-data-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>uk.gov.gchq.palisade</groupId>
2424
<artifactId>multi-jvm-example</artifactId>
25-
<version>0.2-SNAPSHOT</version>
25+
<version>0.1.1</version>
2626
</parent>
2727
<artifactId>multi-jvm-example-rest-data-service</artifactId>
2828
<packaging>war</packaging>

0 commit comments

Comments
 (0)