提交 37f876ac 编写于 作者: sinat_25235033's avatar sinat_25235033

change version 0.0.2 to 0.0.2.1

上级 47ce2328
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sureness</artifactId>
<groupId>com.usthe.sureness</groupId>
<version>0.0.2</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -16,7 +16,7 @@
<description>
Sureness is a simple and efficient open-source security framework that focus on protection for restful api.
</description>
<version>0.0.2</version>
<version>0.0.2.1</version>
<licenses>
<license>
......
......@@ -14,7 +14,7 @@ import java.util.regex.Pattern;
/**
* 字典匹配树 支持 * **, 暂不支持?
* 为什么不支持ant的?匹配, 目前的算法加入?效率不高, ?在sureness这种过滤链使用场景不高,完全可以其他取代,没有必要为了支持而支持
* 匹配优先级: 原始字符串 > * > **
* 匹配优先级: 原始字符串 大于 * 大于 **
* @author tomsun28
* @date 19:25 2019-01-18
*/
......
......@@ -7,7 +7,7 @@
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness</artifactId>
<packaging>pom</packaging>
<version>0.0.2</version>
<version>1.0.0-SNAPSHOT</version>
<modules>
<module>core</module>
<module>sample-bootstrap</module>
......@@ -16,6 +16,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sureness-core.version>0.0.2.1</sureness-core.version>
<java.version>1.8</java.version>
<slf4j.version>1.7.21</slf4j.version>
<xml.bind.version>2.3.0</xml.bind.version>
......@@ -26,6 +27,19 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>${sureness-core.version}</version>
</dependency>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
......
......@@ -5,7 +5,8 @@
<parent>
<artifactId>sureness</artifactId>
<groupId>com.usthe.sureness</groupId>
<version>0.0.2</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -15,22 +16,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<sureness-version>0.0.2</sureness-version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -49,7 +36,6 @@
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>${sureness-version}</version>
</dependency>
<!-- lombok表达式 -->
......
......@@ -5,7 +5,8 @@
<parent>
<artifactId>sureness</artifactId>
<groupId>com.usthe.sureness</groupId>
<version>0.0.2</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -15,23 +16,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<sureness-version>0.0.2</sureness-version>
<mysql.version>5.1.6</mysql.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -62,7 +49,6 @@
<dependency>
<groupId>com.usthe.sureness</groupId>
<artifactId>sureness-core</artifactId>
<version>${sureness-version}</version>
</dependency>
<!-- lombok表达式 -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册