This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-94
lines changed Expand file tree Collapse file tree 3 files changed +2
-94
lines changed Original file line number Diff line number Diff line change 7171 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
7272 gpg-passphrase : MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
7373 - name : Build with Maven
74- run : mvn --batch-mode deploy -DskipTests -Pdefault,release
74+ run : mvn --batch-mode deploy -DskipTests -Prelease
7575 working-directory : sofa-serverless-runtime
7676 env :
7777 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 <sofa .ark.version>2.2.4</sofa .ark.version>
1313 <spring .boot.version>2.7.15</spring .boot.version>
1414 <logback .core>1.2.9</logback .core>
15- <revision .default >0.5.5</revision .default >
15+ <revision >0.5.5</revision >
1616 <project .encoding>UTF-8</project .encoding>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <java .version>1.8</java .version>
639639 </pluginRepository >
640640 </pluginRepositories >
641641 </profile >
642- <!--
643- jdk8 打出来的 snapshot 版本
644- 举例:
645- 打出来的包为 0.5.5-SNAPSHOT
646- -->
647- <profile >
648- <id >8-snapshot</id >
649- <properties >
650- <revision >${revision.default}-SNAPSHOT</revision >
651- </properties >
652- <activation >
653- <jdk >8</jdk >
654- </activation >
655- </profile >
656642 </profiles >
657643
658644</project >
You can’t perform that action at this time.
0 commit comments