Skip to content

Commit

Permalink
Switch main builds to 3.3.0
Browse files Browse the repository at this point in the history
Sets up 3.2.0 build from release/3.2.0 branch, switches main to 3.3.0.
  • Loading branch information
adamcfraser committed Jul 24, 2024
1 parent 37b0a2e commit be3ab82
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
ProductName = "Couchbase Sync Gateway"

ProductAPIVersionMajor = "3"
ProductAPIVersionMinor = "2"
ProductAPIVersionMinor = "3"
ProductAPIVersion = ProductAPIVersionMajor + "." + ProductAPIVersionMinor
)

Expand Down
30 changes: 30 additions & 0 deletions manifest/3.2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Copyright 2016-Present Couchbase, Inc.
Use of this software is governed by the Business Source License included in
the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that
file, in accordance with the Business Source License, use of this software will
be governed by the Apache License, Version 2.0, included in the file
licenses/APL2.txt.
-->

<manifest>

<remote fetch="https://github.com/couchbase/" name="couchbase"/>
<default remote="couchbase" revision="master"/>

<!-- Build Scripts (required on CI servers) -->
<project name="product-texts" path="product-texts" remote="couchbase"/>
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
<annotation name="VERSION" value="3.2.0" keep="true"/>
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
</project>


<!-- Sync Gateway -->
<project name="sync_gateway" path="sync_gateway" remote="couchbase" revision="release/3.2.0"/>

</manifest>
2 changes: 1 addition & 1 deletion manifest/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ licenses/APL2.txt.
<!-- Build Scripts (required on CI servers) -->
<project name="product-texts" path="product-texts" remote="couchbase"/>
<project name="build" path="cbbuild" remote="couchbase" revision="92d1600df77539f894d467740ca193643351f057">
<annotation name="VERSION" value="3.2.0" keep="true"/>
<annotation name="VERSION" value="3.3.0" keep="true"/>
<annotation name="BLD_NUM" value="@BLD_NUM@" keep="true"/>
<annotation name="RELEASE" value="@RELEASE@" keep="true"/>
</project>
Expand Down
13 changes: 11 additions & 2 deletions manifest/product-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"product": "sync_gateway",
"manifests": {
"manifest/default.xml": {
"release": "3.2.0",
"release": "3.3.0",
"release_name": "Couchbase Sync Gateway",
"production": true,
"interval": 30,
"go_version": "1.22.5",
"trigger_blackduck": true,
"start_build": 320
"start_build": 11
},
"manifest/1.4.0.xml": {
"do-build": false,
Expand Down Expand Up @@ -567,6 +567,15 @@
"trigger_blackduck": true,
"start_build": 586
},
"manifest/3.2.xml": {
"release": "3.2.0",
"release_name": "Couchbase Sync Gateway 3.2.0",
"production": true,
"interval": 120,
"go_version": "1.22.5",
"trigger_blackduck": true,
"start_build": 501
},
"manifest/4.0.xml": {
"release": "4.0.0",
"release_name": "Couchbase Sync Gateway 4.0.0",
Expand Down

0 comments on commit be3ab82

Please sign in to comment.