.flattened-pom.xml 799 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.jeesharp.boot</groupId>
  7. <artifactId>jeesharp-business</artifactId>
  8. <version>3.0.1-Beta-21</version>
  9. </parent>
  10. <groupId>org.jeesharp.boot</groupId>
  11. <artifactId>business-mall</artifactId>
  12. <version>3.0.1-Beta-21</version>
  13. <packaging>pom</packaging>
  14. <properties>
  15. <maven.compiler.target>21</maven.compiler.target>
  16. <maven.compiler.source>21</maven.compiler.source>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. </properties>
  19. </project>