Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 156efb4

Browse files
author
chaya.cy
committed
remove profile
1 parent d3e76c8 commit 156efb4

File tree

3 files changed

+2
-94
lines changed

3 files changed

+2
-94
lines changed

.github/workflows/serverless_runtime_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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 }}

.github/workflows/serverless_runtime_snapshot.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

sofa-serverless-runtime/pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -639,20 +639,6 @@
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>

0 commit comments

Comments
 (0)