3 Commits

5 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<version>1.0.2</version> <version>1.0.3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<version>1.0.2</version> <version>1.0.3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<version>1.0.2</version> <version>1.0.3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<version>1.0.2</version> <version>1.0.3</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@@ -4,7 +4,7 @@
<groupId>com.hxuanyu</groupId> <groupId>com.hxuanyu</groupId>
<artifactId>hxuanyu-spring-boot-starter-parent</artifactId> <artifactId>hxuanyu-spring-boot-starter-parent</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
<name>hxuanyu-spring-boot-starter-parent</name> <name>hxuanyu-spring-boot-starter-parent</name>
<description>MonitorPushingParent</description> <description>MonitorPushingParent</description>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -19,7 +19,7 @@
<connection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</connection> <connection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</developerConnection> <developerConnection>scm:git:https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter.git</developerConnection>
<url>https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter</url> <url>https://git.hxuanyu.com/hxuanyu/hxuanyu-spring-boot-starter</url>
<tag>v1.0.2</tag> <tag>v1.0.3</tag>
</scm> </scm>
<developers> <developers>
<developer> <developer>
@@ -165,7 +165,7 @@
<tagNameFormat>v@{project.version}</tagNameFormat> <tagNameFormat>v@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules> <autoVersionSubmodules>true</autoVersionSubmodules>
<password>${git.password}</password> <password>${git.password}</password>
<username>hxuanyu</username> <username>${git.username}</username>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>