Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-01-14 01:17:31 +0000
committerJonah Graham2021-01-14 01:28:30 +0000
commit9858407e6642d046e0ba9e74a9aaaf226f69cade (patch)
tree53700aed0b86d5e8223b32725b684304e71455ca /releng/org.eclipse.epp.config/tools
parentd494aebd69c1f38330221b5ed01c2e80be1941e3 (diff)
downloadorg.eclipse.epp.packages-9858407e6642d046e0ba9e74a9aaaf226f69cade.tar.gz
org.eclipse.epp.packages-9858407e6642d046e0ba9e74a9aaaf226f69cade.tar.xz
org.eclipse.epp.packages-9858407e6642d046e0ba9e74a9aaaf226f69cade.zip
[releng] Prepare repo for 2021-03 M1
Diffstat (limited to 'releng/org.eclipse.epp.config/tools')
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/createSettings.sh2
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/macosx-notarization-single.sh2
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/promote-a-build.sh1
3 files changed, 3 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/tools/createSettings.sh b/releng/org.eclipse.epp.config/tools/createSettings.sh
index 1cc441a3..8ac26b5c 100755
--- a/releng/org.eclipse.epp.config/tools/createSettings.sh
+++ b/releng/org.eclipse.epp.config/tools/createSettings.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2014, 2015 Innoopract Informationssysteme GmbH and others.
+# Copyright (c) 2014, 2021 Innoopract Informationssysteme GmbH and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
diff --git a/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh b/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh
index 10a3b118..5882b845 100755
--- a/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh
+++ b/releng/org.eclipse.epp.config/tools/macosx-notarization-single.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#*******************************************************************************
-# Copyright (c) 2019, 2020 IBM Corporation and others.
+# Copyright (c) 2019, 2021 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
diff --git a/releng/org.eclipse.epp.config/tools/promote-a-build.sh b/releng/org.eclipse.epp.config/tools/promote-a-build.sh
index 83752f5b..c1f0d213 100755
--- a/releng/org.eclipse.epp.config/tools/promote-a-build.sh
+++ b/releng/org.eclipse.epp.config/tools/promote-a-build.sh
@@ -135,6 +135,7 @@ cat > release.xml <<EOM
<past>2020-06/R</past>
<past>2020-09/R</past>
<present>2020-12/R</present>
+<future>2021-03/M1</future>
</packages>
EOM

Back to the top