Skip to content

Commit a5c2a36

Browse files
committed
Release 27 OSSRH migration
1 parent 16d3721 commit a5c2a36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ jobs:
369369

370370
- name: Build with RELEASE270
371371
run: |
372-
mvn -B clean deploy -Dnetbeans.release.version=RELEASE270 -Dnext.version=RELEASE270-${{ env.RELEASE_VERSION }}
373-
echo "SIZE_20=$(wc -c target/nbm/python-RELEASE270-${{ env.RELEASE_VERSION }}.nbm | awk '{print $1}')" >> $GITHUB_ENV
372+
mvn -B clean deploy -Dnetbeans.release.version=RELEASE270 -Dnext.version=${{ env.RELEASE_VERSION }}
373+
echo "SIZE_20=$(wc -c target/nbm/python-${{ env.RELEASE_VERSION }}.nbm | awk '{print $1}')" >> $GITHUB_ENV
374374
env:
375375
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
376376
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
@@ -392,8 +392,8 @@ jobs:
392392
uses: actions/upload-release-asset@v1
393393
with:
394394
upload_url: ${{ steps.create_release.outputs.upload_url }}
395-
asset_path: target/nbm/python-RELEASE270-${{ env.RELEASE_VERSION }}.nbm
396-
asset_name: python-RELEASE270-${{ env.RELEASE_VERSION }}.nbm
395+
asset_path: target/nbm/python-${{ env.RELEASE_VERSION }}.nbm
396+
asset_name: python-${{ env.RELEASE_VERSION }}.nbm
397397
asset_content_type: application/gzip
398398
env:
399399
GITHUB_TOKEN: ${{ github.token }}

ppuc/27/updates.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE module_updates PUBLIC "-//NetBeans//DTD Autoupdate Catalog 2.8//EN" "http://www.netbeans.org/dtds/autoupdate-catalog-2_8.dtd">
22
<module_updates timestamp="00/00/00/24/08/2025">
3-
<module codenamebase="io.github.albilu.python" distribution="https://github.com/albilu/netbeansPython/releases/download/1.9.7/python-RELEASE270-1.9.7.nbm" downloadsize="133405377" homepage="https://github.com/albilu/netbeansPython" moduleauthor="albilu" needsrestart="true" releasedate="2025/08/24">
3+
<module codenamebase="io.github.albilu.python" distribution="https://github.com/albilu/netbeansPython/releases/download/1.9.7/python-1.9.7.nbm" downloadsize="133405377" homepage="https://github.com/albilu/netbeansPython" moduleauthor="albilu" needsrestart="true" releasedate="2025/08/24">
44
<manifest OpenIDE-Module="io.github.albilu.python" AutoUpdate-Show-In-Client="true" OpenIDE-Module-Display-Category="Editing" OpenIDE-Module-Implementation-Version="RELEASE270-1.9.7" OpenIDE-Module-Name="Python" OpenIDE-Module-Requires="org.openide.windows.WindowManager" OpenIDE-Module-Short-Description="Netbeans Support for Python" OpenIDE-Module-Specification-Version="1.9.7"/>
55
</module>
66
</module_updates>

0 commit comments

Comments
 (0)