Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrenfei committed Mar 11, 2024
1 parent 2f62443 commit 86c8c77
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions trunk/sqltoy-orm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sagframe</groupId>
<version>5.6.0-SNAPSHOT</version>
<name>sqltoy-orm-core</name>
<description>sqltoy-orm-core</description>
<artifactId>sqltoy-orm-core</artifactId>
<version>5.6.0</version>
<name>sagacity-sqltoy</name>
<description>sqltoy core code</description>
<artifactId>sagacity-sqltoy</artifactId>
<url>https://github.com/sagframe/sagacity-sqltoy</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 4 additions & 4 deletions trunk/sqltoy-orm-spring-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sagframe</groupId>
<version>5.6.0-SNAPSHOT</version>
<name>sqltoy-orm-spring-starter</name>
<artifactId>sqltoy-orm-spring-starter</artifactId>
<version>5.6.0</version>
<name>sagacity-sqltoy-spring-starter</name>
<artifactId>sagacity-sqltoy-spring-starter</artifactId>
<description>sqltoy springboot starter</description>
<url>https://github.com/sagframe/sagacity-sqltoy</url>
<properties>
Expand Down Expand Up @@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sqltoy-orm-core</artifactId>
<artifactId>sagacity-sqltoy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions trunk/sqltoy-orm-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sagframe</groupId>
<version>5.6.0-SNAPSHOT</version>
<name>sqltoy-orm-spring</name>
<description>sqltoy-orm-spring</description>
<artifactId>sqltoy-orm-spring</artifactId>
<version>5.6.0</version>
<name>sagacity-sqltoy-spring</name>
<description>sagacity-sqltoy-spring</description>
<artifactId>sagacity-sqltoy-spring</artifactId>
<url>https://github.com/sagframe/sagacity-sqltoy</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependencies>
<dependency>
<groupId>com.sagframe</groupId>
<artifactId>sqltoy-orm-core</artifactId>
<artifactId>sagacity-sqltoy</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 86c8c77

Please sign in to comment.