File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
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 =" 4.0.0" 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 =" beryllium" />
29
+
30
+ </manifest >
Original file line number Diff line number Diff line change 487
487
"trigger_blackduck" : true ,
488
488
"start_build" : 586
489
489
},
490
-
490
+ "manifest/4.0.xml" : {
491
+ "release" : " 4.0.0" ,
492
+ "release_name" : " Couchbase Sync Gateway 4.0.0" ,
493
+ "production" : true ,
494
+ "interval" : 30 ,
495
+ "go_version" : " 1.21.4" ,
496
+ "trigger_blackduck" : true ,
497
+ "start_build" : 1
498
+ },
491
499
"manifest/dev.xml" : {
492
500
"release" : " dev" ,
493
501
"release_name" : " Couchbase Sync Gateway Dev" ,
You can’t perform that action at this time.
0 commit comments