Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c64ce1a
Merge pull request #11 from microsphere-projects/main
mercyblitz Aug 10, 2024
c5ecd0c
Merge pull request #16 from microsphere-projects/main
mercyblitz Aug 11, 2024
9ca923c
Merge pull request #19 from microsphere-projects/main
mercyblitz Aug 11, 2024
95923c1
Merge pull request #22 from microsphere-projects/main
mercyblitz Aug 16, 2024
cf8ff58
Merge pull request #26 from microsphere-projects/dev
mercyblitz Nov 22, 2024
13a0318
Merge pull request #27 from microsphere-projects/dev
mercyblitz Nov 22, 2024
71ecd5d
Merge pull request #28 from microsphere-projects/dev
mercyblitz Nov 22, 2024
8413691
Merge pull request #30 from microsphere-projects/dev
mercyblitz Nov 26, 2024
5930e80
Merge pull request #67 from microsphere-projects/dev
mercyblitz Jan 7, 2025
2e81005
Merge pull request #70 from microsphere-projects/dev
mercyblitz Jan 7, 2025
e4c089c
Merge pull request #72 from microsphere-projects/dev
mercyblitz Jan 7, 2025
53cb3c8
Merge pull request #74 from microsphere-projects/dev
mercyblitz Jan 7, 2025
571ada3
Merge pull request #76 from microsphere-projects/release
mercyblitz Jan 7, 2025
2a86d2c
Update README.md
mercyblitz Jan 7, 2025
7e35d1e
Merge pull request #94 from microsphere-projects/dev
mercyblitz Jan 11, 2025
8730bd9
Merge pull request #96 from microsphere-projects/release
mercyblitz Jan 11, 2025
9d3c599
Merge pull request #114 from microsphere-projects/dev
mercyblitz Sep 8, 2025
d7849c2
Merge pull request #115 from microsphere-projects/dev
mercyblitz Sep 28, 2025
d56e998
Merge pull request #118 from microsphere-projects/dev
mercyblitz Oct 4, 2025
7e956c1
Change Maven profile from 'release' to 'publish'
mercyblitz Oct 4, 2025
7209b2e
Merge branch 'main' into release
mercyblitz Oct 4, 2025
0a33fc1
Merge pull request #122 from microsphere-projects/release
mercyblitz Oct 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-Drevision=${{ inputs.revision }}
-Dgpg.skip=true
deploy
--activate-profiles release,ci
--activate-profiles publish,ci
env:
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsphere Spring

[![Maven Build](https://github.com/microsphere-projects/microsphere-spring/actions/workflows/maven-build.yml/badge.svg)](https://github.com/microsphere-projects/microsphere-spring/actions/workflows/maven-build.yml)
[![Codecov](https://codecov.io/gh/microsphere-projects/microsphere-spring/branch/dev/graph/badge.svg)](https://app.codecov.io/gh/microsphere-projects/microsphere-spring)
[![Codecov](https://codecov.io/gh/microsphere-projects/microsphere-spring/branch/main/graph/badge.svg)](https://app.codecov.io/gh/microsphere-projects/microsphere-spring)
![Maven](https://img.shields.io/maven-central/v/io.github.microsphere-projects/microsphere-spring.svg)
![License](https://img.shields.io/github/license/microsphere-projects/microsphere-spring.svg)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/microsphere-projects/microsphere-spring.svg)](http://isitmaintained.com/project/microsphere-projects/microsphere-spring "Average time to resolve an issue")
Expand Down