Skip to content

Commit 953c198

Browse files
authored
CBG-4963 create 4.0.0.2/3.3.0.2 (#7842)
1 parent 30ee4fe commit 953c198

File tree

5 files changed

+86
-6
lines changed

5 files changed

+86
-6
lines changed

manifest/3.3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ licenses/APL2.txt.
1818
<!-- Build Scripts (required on CI servers) -->
1919
<project name="product-texts" path="product-texts" remote="couchbase"/>
2020
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
21-
<annotation name="VERSION" value="3.3.0.1" keep="true"/>
21+
<annotation name="VERSION" value="3.3.0.2" keep="true"/>
2222
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
2323
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
2424
</project>
2525

2626

2727
<!-- Sync Gateway -->
28-
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/3.3.0.1"/>
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/3.3.0.2"/>
2929

3030
</manifest>

manifest/3.3/3.3.0.1.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!--
4+
Copyright 2016-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
-->
12+
13+
<manifest>
14+
15+
<remote fetch="https://github.com/couchbase/" name="couchbase"/>
16+
<default remote="couchbase" revision="master"/>
17+
18+
<!-- Build Scripts (required on CI servers) -->
19+
<project name="product-texts" path="product-texts" remote="couchbase"/>
20+
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
21+
<annotation name="VERSION" value="3.3.0.1" keep="true"/>
22+
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
23+
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
24+
</project>
25+
26+
27+
<!-- Sync Gateway -->
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="4e017812d5f102e6c798af00b4426c8ed4868c01"/>
29+
30+
</manifest>

manifest/4.0.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ licenses/APL2.txt.
1818
<!-- Build Scripts (required on CI servers) -->
1919
<project name="product-texts" path="product-texts" remote="couchbase"/>
2020
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
21-
<annotation name="VERSION" value="4.0.0.1" keep="true"/>
21+
<annotation name="VERSION" value="4.0.0.2" keep="true"/>
2222
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
2323
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
2424
</project>
2525

2626

2727
<!-- Sync Gateway -->
28-
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/4.0.0.1"/>
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/4.0.0.2"/>
2929

3030
</manifest>

manifest/4.0/4.0.0.1.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<!--
4+
Copyright 2016-Present Couchbase, Inc.
5+
6+
Use of this software is governed by the Business Source License included in
7+
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
8+
file, in accordance with the Business Source License, use of this software will
9+
be governed by the Apache License, Version 2.0, included in the file
10+
licenses/APL2.txt.
11+
-->
12+
13+
<manifest>
14+
15+
<remote fetch="https://github.com/couchbase/" name="couchbase"/>
16+
<default remote="couchbase" revision="master"/>
17+
18+
<!-- Build Scripts (required on CI servers) -->
19+
<project name="product-texts" path="product-texts" remote="couchbase"/>
20+
<project name="build" path="cbbuild" remote="couchbase" revision="b1dc2359603ab411ce0788854ea879ce804c9055">
21+
<annotation name="VERSION" value="4.0.0.1" keep="true"/>
22+
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
23+
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
24+
</project>
25+
26+
27+
<!-- Sync Gateway -->
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="3e99b8d7884f9abf0120b521b9a15b56256e63a3"/>
29+
30+
</manifest>

manifest/product-config.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,19 @@
712712
"go_version": "1.24.4",
713713
"interval": 120,
714714
"production": true,
715+
"release": "3.3.0.2",
716+
"release_name": "Couchbase Sync Gateway 3.3.0.2",
717+
"start_build": 1,
718+
"trigger_blackduck": true
719+
},
720+
"manifest/3.3/3.3.0.1.xml": {
721+
"do-build": false,
722+
"go_version": "1.24.4",
723+
"interval": 1440,
724+
"production": true,
715725
"release": "3.3.0.1",
716726
"release_name": "Couchbase Sync Gateway 3.3.0.1",
717-
"start_build": 1,
727+
"start_build": 2,
718728
"trigger_blackduck": true
719729
},
720730
"manifest/3.3/3.3.0.xml": {
@@ -731,9 +741,19 @@
731741
"go_version": "1.24.4",
732742
"interval": 120,
733743
"production": true,
744+
"release": "4.0.0.2",
745+
"release_name": "Couchbase Sync Gateway 4.0.0.2",
746+
"start_build": 1,
747+
"trigger_blackduck": true
748+
},
749+
"manifest/4.0/4.0.0.1.xml": {
750+
"do-build": false,
751+
"go_version": "1.24.4",
752+
"interval": 1440,
753+
"production": true,
734754
"release": "4.0.0.1",
735755
"release_name": "Couchbase Sync Gateway 4.0.0.1",
736-
"start_build": 1,
756+
"start_build": 2,
737757
"trigger_blackduck": true
738758
},
739759
"manifest/4.0/4.0.0.xml": {

0 commit comments

Comments
 (0)