You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/03/01 18:17:25 UTC

[royale-typedefs] branch release_practice updated: need this file for Jenkins to run release steps

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/release_practice by this push:
     new 1db0bf6  need this file for Jenkins to run release steps
1db0bf6 is described below

commit 1db0bf68a8bfecb2635afd8672077fbff8a2e2f1
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Mar 1 10:17:10 2019 -0800

    need this file for Jenkins to run release steps
---
 build.properties | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/build.properties b/build.properties
new file mode 100644
index 0000000..7a4f130
--- /dev/null
+++ b/build.properties
@@ -0,0 +1,24 @@
+################################################################################
+##
+##  Licensed to the Apache Software Foundation (ASF) under one or more
+##  contributor license agreements.  See the NOTICE file distributed with
+##  this work for additional information regarding copyright ownership.
+##  The ASF licenses this file to You under the Apache License, Version 2.0
+##  (the "License"); you may not use this file except in compliance with
+##  the License.  You may obtain a copy of the License at
+##
+##      http://www.apache.org/licenses/LICENSE-2.0
+##
+##  Unless required by applicable law or agreed to in writing, software
+##  distributed under the License is distributed on an "AS IS" BASIS,
+##  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+##  See the License for the specific language governing permissions and
+##  limitations under the License.
+##
+################################################################################
+
+##used by Ant scripts
+release.version=0.9.6
+##used by release jobs on Jenkins
+releaseversion=0.9.6
+developbranchname=release_practice