You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1013 B
30 lines
1013 B
5 years ago
|
<?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>
|
||
|
<artifactId>blockchain</artifactId>
|
||
|
<groupId>com.blockchain</groupId>
|
||
|
<version>1.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
<groupId>com.codingapi</groupId>
|
||
|
<artifactId>tx-lcn</artifactId>
|
||
|
<version>4.2.0-SNAPSHOT</version>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<name>tx-lcn</name>
|
||
|
<url>https://github.com/codingapi/tx-lcn</url>
|
||
|
<description>tx-lcn project for LCN</description>
|
||
|
|
||
|
<modules>
|
||
|
<module>tx-client</module>
|
||
|
<module>tx-manager</module>
|
||
|
<module>transaction-springcloud</module>
|
||
|
<module>tx-plugins-db</module>
|
||
|
</modules>
|
||
|
|
||
|
<properties>
|
||
|
<lcn.last.version>4.2.0-SNAPSHOT</lcn.last.version>
|
||
|
</properties>
|
||
|
</project>
|