Commit fea341b3 authored by ms-dev's avatar ms-dev

版本号更新

parent bec03310
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<dependent-module deploy-path="/" handle="module:/overlay/var/M2_REPO/net/mingsoft/ms-mdiy/1.0.0-SNAPSHOT/ms-mdiy-1.0.0-SNAPSHOT.war?unpackFolder=target/m2e-wtp/overlays&amp;includes=**/**&amp;excludes=META-INF/MANIFEST.MF"> <dependent-module deploy-path="/" handle="module:/overlay/var/M2_REPO/net/mingsoft/ms-mdiy/1.0.1-SNAPSHOT/ms-mdiy-1.0.1-SNAPSHOT.war?unpackFolder=target/m2e-wtp/overlays&amp;includes=**/**&amp;excludes=META-INF/MANIFEST.MF">
<dependency-type>consumes</dependency-type> <dependency-type>consumes</dependency-type>
</dependent-module> </dependent-module>
<dependent-module deploy-path="/" handle="module:/overlay/var/M2_REPO/net/mingsoft/ms-basic/1.0.0-SNAPSHOT/ms-basic-1.0.0-SNAPSHOT.war?unpackFolder=target/m2e-wtp/overlays&amp;includes=**/**&amp;excludes=META-INF/MANIFEST.MF"> <dependent-module deploy-path="/" handle="module:/overlay/var/M2_REPO/net/mingsoft/ms-basic/1.0.2-SNAPSHOT/ms-basic-1.0.2-SNAPSHOT.war?unpackFolder=target/m2e-wtp/overlays&amp;includes=**/**&amp;excludes=META-INF/MANIFEST.MF">
<dependency-type>consumes</dependency-type> <dependency-type>consumes</dependency-type>
</dependent-module> </dependent-module>
<dependent-module deploy-path="/" handle="module:/overlay/slf/?includes=**/**&amp;excludes=META-INF/MANIFEST.MF"> <dependent-module deploy-path="/" handle="module:/overlay/slf/?includes=**/**&amp;excludes=META-INF/MANIFEST.MF">
......
...@@ -20,61 +20,71 @@ ...@@ -20,61 +20,71 @@
</snapshots> </snapshots>
</repository> </repository>
</repositories> </repositories>
<properties>
<ms.util.version>1.0.0</ms.util.version>
<ms.base.version>1.0.0</ms.base.version>
<ms.proxy.version>1.0.0</ms.proxy.version>
<ms.parser.version>1.0.0</ms.parser.version>
<ms.ueditor.version>1.0.0-SNAPSHOT</ms.ueditor.version>
<shiro-freemarker-tags.version>0.2-SNAPSHOT</shiro-freemarker-tags.version>
<ms.basic.version>1.0.2-SNAPSHOT</ms.basic.version>
<ms.mdiy.version>1.0.1-SNAPSHOT</ms.mdiy.version>
</properties>
<dependencies> <dependencies>
<!-- MAVEN源码加载 --> <!-- MAVEN源码加载 -->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-util</artifactId> <artifactId>ms-util</artifactId>
<version>1.0.0</version> <version>${ms.util.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
<version>1.0.0</version> <version>${ms.base.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-proxy</artifactId> <artifactId>ms-proxy</artifactId>
<version>1.0.0</version> <version>${ms.proxy.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-parser</artifactId> <artifactId>ms-parser</artifactId>
<version>1.0.0</version> <version>${ms.parser.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-ueditor</artifactId> <artifactId>ms-ueditor</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.ueditor.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>shiro-freemarker-tags</artifactId> <artifactId>shiro-freemarker-tags</artifactId>
<version>0.1-SNAPSHOT</version> <version>${shiro-freemarker-tags.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.basic.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.mdiy.version}</version>
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
...@@ -82,42 +92,42 @@ ...@@ -82,42 +92,42 @@
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
<version>1.0.0</version> <version>${ms.base.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-parser</artifactId> <artifactId>ms-parser</artifactId>
<version>1.0.0</version> <version>${ms.parser.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.basic.version}</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.basic.version}</version>
<classifier>classes</classifier> <classifier>classes</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-ueditor</artifactId> <artifactId>ms-ueditor</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.ueditor.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.mdiy.version}</version>
<classifier>classes</classifier> <classifier>classes</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>${ms.mdiy.version}</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
...@@ -164,7 +174,7 @@ ...@@ -164,7 +174,7 @@
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
<defaultGoal>compile</defaultGoal> <defaultGoal>compile</defaultGoal>
</build> </build>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment