File tree Expand file tree Collapse file tree 3 files changed +44
-4
lines changed Expand file tree Collapse file tree 3 files changed +44
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ licenses/APL2.txt.
18
18
<!-- Build Scripts (required on CI servers) -->
19
19
<project name =" product-texts" path =" product-texts" remote =" couchbase" />
20
20
<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" />
22
22
<annotation name =" BLD_NUM" value =" @BLD_NUM@" keep =" true" />
23
23
<annotation name =" RELEASE" value =" @RELEASE@" keep =" true" />
24
24
</project >
25
25
26
26
27
27
<!-- 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 " />
29
29
30
30
</manifest >
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 =" 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 >
Original file line number Diff line number Diff line change 450
450
"start_build" : 1
451
451
},
452
452
"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 " ,
455
455
"production" : true ,
456
456
"interval" : 120 ,
457
457
"go_version" : " 1.21.4" ,
458
458
"trigger_blackduck" : true ,
459
459
"start_build" : 1
460
460
},
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
+ },
461
471
"manifest/3.1/3.1.3.xml" : {
462
472
"do-build" : false ,
463
473
"release" : " 3.1.3" ,
You can’t perform that action at this time.
0 commit comments