Skip to content

Commit 07799eb

Browse files
committed
update settings
1 parent fd3c72b commit 07799eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

settings

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
14+
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
export KUBERNETES_BRANCH="release-1.9"
18+
export KUBERNETES_BRANCH="release-1.10"
1919

2020
# client version for packaging and releasing. It can
2121
# be different than SPEC_VERSION.
22-
export CLIENT_VERSION="0.1-SNAPSHOT"
22+
export CLIENT_VERSION="0.3-SNAPSHOT"
2323

2424
# Name of the release package
2525
export PACKAGE_NAME="io.kubernetes.client"
26-

0 commit comments

Comments
 (0)