Skip to content

Commit

Permalink
发布3.1.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
binking338 committed Feb 13, 2025
1 parent d4e9e38 commit 69e0307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Maven Package

on:
push:
branches: [ main ]
branches: [ 3.1.0-alpha-1 ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Mediator中介者模式、
<version>3.1.0-alpha-1</version>
<configuration>
<basePackage>org.netcorepal.cap4j.ddd.example</basePackage>
<archTemplate>https://raw.githubusercontent.com/netcorepal/cap4j/main/cap4j-ddd-codegen-template.json</archTemplate>
<archTemplate>https://raw.githubusercontent.com/netcorepal/cap4j/3.1.0-alpha-1/cap4j-ddd-codegen-template.json</archTemplate>
<multiModule>false</multiModule>
<moduleNameSuffix4Adapter>-adapter</moduleNameSuffix4Adapter>
<moduleNameSuffix4Domain>-domain</moduleNameSuffix4Domain>
Expand Down

0 comments on commit 69e0307

Please sign in to comment.