File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
bundles/com.espressif.idf.branding
features/com.espressif.idf.feature
releng/com.espressif.idf.update Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ image: ${CI_DOCKER_REGISTRY}/esp32-ci-env
77
88variables :
99 ARCHIVE_DIR : " dist"
10- ORIGIN_NAME : " com.espressif.idf.update-2.1.1 -SNAPSHOT.zip"
10+ ORIGIN_NAME : " com.espressif.idf.update-2.1.2 -SNAPSHOT.zip"
1111
1212.add_gh_key_remote : &add_gh_key_remote |
1313 cit_add_ssh_key "${GH_PUSH_KEY}"
3232 # Use an unique name for the archive
3333 - UNIQ_SUFFIX="$(git describe --tags --dirty --abbrev=8)"
3434 - mkdir -p ${ARCHIVE_DIR} && echo "${UNIQ_SUFFIX}" > ${ARCHIVE_DIR}/uniq_suffix_value
35- - ARCHIVE_NAME=${ORIGIN_NAME/2.1.1 -SNAPSHOT/$UNIQ_SUFFIX}
35+ - ARCHIVE_NAME=${ORIGIN_NAME/2.1.2 -SNAPSHOT/$UNIQ_SUFFIX}
3636 # build
3737 - export JARSIGNER_KEYSTORE_B64=${JARSIGNER_REL_KEYSTORE_B64:-${JARSIGNER_DEV_KEYSTORE_B64}}
3838 - export JARSIGNER_STOREPASS=${JARSIGNER_REL_STOREPASS:-${JARSIGNER_DEV_STOREPASS}}
5353 script :
5454 # getting the corresponding unique suffix
5555 - UNIQ_SUFFIX=$(cat ${ARCHIVE_DIR}/uniq_suffix_value)
56- - ARCHIVE_NAME=${ORIGIN_NAME/2.1.1 -SNAPSHOT/$UNIQ_SUFFIX}
56+ - ARCHIVE_NAME=${ORIGIN_NAME/2.1.2 -SNAPSHOT/$UNIQ_SUFFIX}
5757 # upload archive
5858 - cit_add_ssh_key "${SRV_KEY}"
5959 - cd ${ARCHIVE_DIR}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : com.espressif.idf.branding;singleton:=true
5- Bundle-Version : 2.1.1 .qualifier
5+ Bundle-Version : 2.1.2 .qualifier
66Bundle-Vendor : %providerName
77Bundle-Localization : plugin
88Bundle-RequiredExecutionEnvironment : JavaSE-11
Original file line number Diff line number Diff line change 33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >com.espressif.idf.branding</artifactId >
6- <version >2.1.1 -SNAPSHOT</version >
6+ <version >2.1.2 -SNAPSHOT</version >
77 <packaging >eclipse-plugin</packaging >
88
99 <parent >
Original file line number Diff line number Diff line change 22<feature
33 id =" com.espressif.idf.feature"
44 label =" Espressif IDF Plugins for Eclipse"
5- version =" 2.1.1 .qualifier"
5+ version =" 2.1.2 .qualifier"
66 provider-name =" ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD"
77 plugin =" com.espressif.idf.branding" >
88
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.espressif.idf.feature</groupId >
66 <artifactId >com.espressif.idf.feature</artifactId >
7- <version >2.1.1 -SNAPSHOT</version >
7+ <version >2.1.2 -SNAPSHOT</version >
88 <packaging >eclipse-feature</packaging >
99
1010 <parent >
Original file line number Diff line number Diff line change 33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <artifactId >com.espressif.idf.update</artifactId >
6- <version >2.1.1 -SNAPSHOT</version >
6+ <version >2.1.2 -SNAPSHOT</version >
77 <packaging >eclipse-repository</packaging >
88
99 <parent >
You can’t perform that action at this time.
0 commit comments