Skip to content

Commit

Permalink
Merge pull request #29 from ClearXs/1.2.x
Browse files Browse the repository at this point in the history
refactor: adjust project directory structure, upgrade to Spring Boot …
  • Loading branch information
ClearXs authored Dec 26, 2024
2 parents 4bd3419 + ce640ed commit 466e7c7
Show file tree
Hide file tree
Showing 1,019 changed files with 863 additions and 1,910 deletions.
390 changes: 342 additions & 48 deletions pom.xml

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions uno-ai/pom.xml

This file was deleted.

8 changes: 4 additions & 4 deletions uno-auto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>uno</artifactId>
<groupId>cc.allio</groupId>
<version>1.1.9</version>
<artifactId>uno-parent</artifactId>
<groupId>cc.allio.uno</groupId>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,4 +29,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Loading

0 comments on commit 466e7c7

Please sign in to comment.