增加版本控制

parent d78445d7
......@@ -4,7 +4,7 @@
<groupId>com.cc</groupId>
<artifactId>xzxt_solr</artifactId>
<packaging>war</packaging>
<version>1.ty-SNAPSHOT</version>
<version>1.ty.1.0-SNAPSHOT_${maven.build.timestamp}</version>
<name>xzxt_solr Maven Webapp</name>
<url>http://maven.apache.org</url>
<!-- 公司的maven仓库 -->
......@@ -219,6 +219,22 @@
</dependencies>
<build>
<finalName>xzxt_solr</finalName>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>static/**</exclude>
</excludes>
</resource>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
<filtering>false</filtering>
<includes>
<include>static/**</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
version=@project.version@
————————————————————版本描述规范-——————————————————————————
规范:
1、序号:用“#”+阿拉伯数字
2、名称:迭代信息描述,记录本次开发、修改功能描述
3、类别:01:新增功能、02:修改bug、03、修改配置文件
4、描述:新增功能:填写简要需求说明
修改bug:填写对应禅道问题
修改配置文件:填写简要说明
示例:
#1.名称:新增solr更新功能;类别:01;描述:解决solr数据同步问题。
#2.名称:修改指令查询功能;类别:02;描述:解决查询中分页数据不回显问题。
#3.名称:修改jdbc文件; 类别:03;描述:修改数据库连接池大小。
————————————————————版本描述规范-——————————————————————————
————————————————————@project.version@-——————————————————————————
————————————————————@project.version@-——————————————————————————
\ No newline at end of file
#1.记录迭代次数,如果在version.txt中清除了版本描述信息,在此复制备份;
————————————————————1.ty.1.1-SNAPSHOT_20181026-1022-——————————————————————————
#1.修改页面;
#2.新增查询功能;
#3.本次打包更新以上1.2功能;
————————————————————1.ty.1.1-SNAPSHOT_20181026-1022-——————————————————————————
————————————————————1.ty.2.1-SNAPSHOT_20181026-1022-——————————————————————————
#1.修改页面;
#2.新增查询功能;
#3.本次打包更新以上1.2功能;
————————————————————1.ty.2.1-SNAPSHOT_20181026-1022-——————————————————————————
\ 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