Skip to content

Commit f336950

Browse files
gregns1bbrks
andcommitted
CBG-3763: setup 3.1.4 builds (#6666)
* CBG-3763: setup 3.1.4 builds * Update manifest/product-config.json Co-authored-by: Ben Brooks <[email protected]> --------- Co-authored-by: Ben Brooks <[email protected]>
1 parent b7525b6 commit f336950

File tree

3 files changed

+44
-4
lines changed

3 files changed

+44
-4
lines changed

manifest/3.1.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="844e2484067053d7af88e706a814766265bf03df">
21-
<annotation name="VERSION" value="3.1.3.1" keep="true"/>
21+
<annotation name="VERSION" value="3.1.4" 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.1.3.1"/>
28+
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/3.1.4"/>
2929

3030
</manifest>

manifest/3.1/3.1.3.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="844e2484067053d7af88e706a814766265bf03df">
21+
<annotation name="VERSION" value="3.1.3.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="73dce98af7153d985c190dc1c340d2e2c6d71fee"/>
29+
30+
</manifest>

manifest/product-config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,14 +450,24 @@
450450
"start_build": 1
451451
},
452452
"manifest/3.1.xml": {
453-
"release": "3.1.3.1",
454-
"release_name": "Couchbase Sync Gateway 3.1.3.1",
453+
"release": "3.1.4",
454+
"release_name": "Couchbase Sync Gateway 3.1.4",
455455
"production": true,
456456
"interval": 120,
457457
"go_version": "1.21.4",
458458
"trigger_blackduck": true,
459459
"start_build": 1
460460
},
461+
"manifest/3.1/3.1.3.1.xml": {
462+
"do-build": false,
463+
"release": "3.1.3.1",
464+
"release_name": "Couchbase Sync Gateway 3.1.3.1",
465+
"production": true,
466+
"interval": 1440,
467+
"go_version": "1.21.4",
468+
"trigger_blackduck": true,
469+
"start_build": 3
470+
},
461471
"manifest/3.1/3.1.3.xml": {
462472
"do-build": false,
463473
"release": "3.1.3",

0 commit comments

Comments
 (0)