Skip to content

Commit c8e737f

Browse files
chore(main): release multicloudj 0.2.26 (#293)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 720fbf6 commit c8e737f

File tree

43 files changed

+61
-42
lines changed

Some content is hidden

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

43 files changed

+61
-42
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.25"
2+
".": "0.2.26"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions

blob/blob-ali/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.26-SNAPSHOT</version>
12+
<version>0.2.26</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.26-SNAPSHOT</version>
12+
<version>0.2.26</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.26-SNAPSHOT</version>
12+
<version>0.2.26</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.26-SNAPSHOT</version>
12+
<version>0.2.26</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/blob-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>blob</artifactId>
12-
<version>0.2.26-SNAPSHOT</version>
12+
<version>0.2.26</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.salesforce.multicloudj</groupId>
66
<artifactId>multicloudj-parent</artifactId>
7-
<version>0.2.26-SNAPSHOT</version>
7+
<version>0.2.26</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>blob</artifactId>

coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.salesforce.multicloudj</groupId>
77
<artifactId>multicloudj-parent</artifactId>
8-
<version>0.2.26-SNAPSHOT</version>
8+
<version>0.2.26</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

dbbackuprestore/dbbackuprestore-ali/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.salesforce.multicloudj</groupId>
1111
<artifactId>dbbackuprestore</artifactId>
12-
<version>0.2.26-SNAPSHOT</version>
12+
<version>0.2.26</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)