Skip to content

Commit f734ab8

Browse files
chore(main): release multicloudj 0.2.8 (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8195219 commit f734ab8

File tree

29 files changed

+49
-51
lines changed

29 files changed

+49
-51
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.7"
2+
".": "0.2.8"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.2.8](https://github.com/salesforce/multicloudj/compare/multicloudj-v0.2.7...multicloudj-v0.2.8) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* correct changelog to show commits between releases ([#97](https://github.com/salesforce/multicloudj/issues/97)) ([f41d143](https://github.com/salesforce/multicloudj/commit/f41d1434b9f407487c4bd500973b72b9f8cf8275))
9+
10+
11+
### Document Store
12+
13+
* test the release ([#101](https://github.com/salesforce/multicloudj/issues/101)) ([c94e18a](https://github.com/salesforce/multicloudj/commit/c94e18a270d80c44f4d53773ec9c6003d99ce2c5))

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.8-SNAPSHOT</version>
12+
<version>0.2.8</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.8-SNAPSHOT</version>
12+
<version>0.2.8</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.8-SNAPSHOT</version>
12+
<version>0.2.8</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.8-SNAPSHOT</version>
12+
<version>0.2.8</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

blob/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.salesforce.multicloudj</groupId>
86
<artifactId>multicloudj-parent</artifactId>
9-
<version>0.2.8-SNAPSHOT</version>
7+
<version>0.2.8</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210
<artifactId>blob</artifactId>

coverage-report/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.salesforce.multicloudj</groupId>
87
<artifactId>multicloudj-parent</artifactId>
9-
<version>0.2.8-SNAPSHOT</version>
8+
<version>0.2.8</version>
109
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211

@@ -56,4 +55,4 @@
5655
</plugin>
5756
</plugins>
5857
</build>
59-
</project>
58+
</project>

docstore/docstore-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>docstore</artifactId>
12-
<version>0.2.8-SNAPSHOT</version>
12+
<version>0.2.8</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

docstore/docstore-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>docstore</artifactId>
12-
<version>0.2.8-SNAPSHOT</version>
12+
<version>0.2.8</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)