文件修改

master
vayne 3 months ago
parent d7e8f86cc0
commit 0ea1982dac

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jnpf</groupId>
<artifactId>jnpf-scm</artifactId>
<version>3.5.0-RELEASE</version>
</parent>
<artifactId>jnpf-scm-biz</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jnpf</groupId>
<artifactId>jnpf-scm</artifactId>
<version>3.5.0-RELEASE</version>
</parent>
<artifactId>jnpf-scm-controller</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jnpf</groupId>
<artifactId>jnpf-scm</artifactId>
<version>3.5.0-RELEASE</version>
</parent>
<artifactId>jnpf-scm-entity</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jnpf</groupId>
<artifactId>jnpf-java-boot</artifactId>
<version>3.5.0-RELEASE</version>
</parent>
<artifactId>jnpf-scm</artifactId>
<packaging>pom</packaging>
<modules>
<module>jnpf-scm-biz</module>
<module>jnpf-scm-controller</module>
<module>jnpf-scm-entity</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

@ -66,5 +66,3 @@ components/**/*.jsx
!components/**/__tests__/**/*.js.snap !components/**/__tests__/**/*.js.snap
/.history /.history
*.tmp *.tmp
package-lock.json
package.json

@ -33,6 +33,7 @@
<module>jnpf-message</module> <module>jnpf-message</module>
<module>jnpf-public/jnpf-provider</module> <module>jnpf-public/jnpf-provider</module>
<module>jnpf-public/jnpf-generater-base</module> <module>jnpf-public/jnpf-generater-base</module>
<module>jnpf-scm</module>
</modules> </modules>
<properties> <properties>

Loading…
Cancel
Save