Skip to content

Commit a848f4d

Browse files
committed
Update parent version
1 parent dc70816 commit a848f4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

license.txt renamed to LICENSE_HEADER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) ${project.inceptionYear} the original author or authors.
1+
Copyright (C) ${license.git.copyrightYears} the original author or authors.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>com.youkol</groupId>
2424
<artifactId>youkol-parent</artifactId>
25-
<version>5</version>
25+
<version>7</version>
2626
<relativePath />
2727
</parent>
2828

29-
<groupId>com.youkol.support.jsonrpc4j</groupId>
29+
<groupId>com.youkol.support</groupId>
3030
<artifactId>jsonrpc4j-spring-boot-starter</artifactId>
3131
<version>1.0.3-SNAPSHOT</version>
3232
<packaging>jar</packaging>
@@ -64,7 +64,7 @@
6464
<connection>scm:git:git://github.com/youkol/jsonrpc4j-spring-boot-starter.git</connection>
6565
<developerConnection>scm:git:git@github.com:youkol/jsonrpc4j-spring-boot-starter.git</developerConnection>
6666
<url>https://github.com/youkol/jsonrpc4j-spring-boot-starter</url>
67-
<tag>v1.0.0</tag>
67+
<tag>HEAD</tag>
6868
</scm>
6969

7070
<issueManagement>

0 commit comments

Comments
 (0)