We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18277cd commit 3d2f8bfCopy full SHA for 3d2f8bf
pom.xml
@@ -41,6 +41,10 @@
41
<developerConnection>scm:git:https://github.com/yungyu16/version-maven-plugin.git</developerConnection>
42
<url>https://github.com/yungyu16/version-maven-plugin.git</url>
43
</scm>
44
+ <issueManagement>
45
+ <system>Github Issues</system>
46
+ <url>https://github.com/yungyu16/spring-boot-starter-proxy/issues</url>
47
+ </issueManagement>
48
<dependencyManagement>
49
<dependencies>
50
<dependency>
@@ -52,10 +56,6 @@
52
56
</dependency>
53
57
</dependencies>
54
58
</dependencyManagement>
55
- <issueManagement>
- <system>Github Issues</system>
- <url>https://github.com/yungyu16/spring-boot-starter-proxy/issues</url>
- </issueManagement>
59
60
61
<groupId>org.projectlombok</groupId>
0 commit comments