Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wanghu_test
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
汪虎
wanghu_test
Commits
6f01bb93
Commit
6f01bb93
authored
3 months ago
by
汪虎
Browse files
Options
Downloads
Patches
Plain Diff
chore: release 5.0.12
parent
ae5c9b7d
No related branches found
Branches containing commit
Tags
5.0.12
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
dev/release.cmd
+2
-2
2 additions, 2 deletions
dev/release.cmd
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
7 additions
and
3 deletions
CHANGELOG.md
+
4
−
0
View file @
6f01bb93
# 5.0.12 (2025-01-07)
# 5.0.11 (2025-01-07)
...
...
This diff is collapsed.
Click to expand it.
dev/release.cmd
+
2
−
2
View file @
6f01bb93
...
...
@@ -30,9 +30,9 @@ if exist ".mvn\wrapper\maven-wrapper.properties" (
:extractVersion
call
.\mvnw.cmd
help
:evaluate
-Dexpression
=
project
.version
-q -DforceStdout
>
version
.txt
set
/p
version
=<
version
.txt
@REM
del /f /q "version.txt"
del
/f /q
"version.txt"
set
"version_result=
%version%
"
exit
/b
@REM
exit /b
1
:: 4. Extract version or use provided parameters
if
"
%
~1"
==
""
(
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
6f01bb93
...
...
@@ -5,5 +5,5 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.example
</groupId>
<artifactId>
my-maven-project
</artifactId>
<version>
5.0.12
-SNAPSHOT
</version>
<version>
5.0.12
</version>
</project>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment