File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >se.bjurr.violations</groupId >
4
4
<artifactId >violations-maven-plugin</artifactId >
5
- <version >2.2.1 </version >
5
+ <version >2.2.2-SNAPSHOT </version >
6
6
<packaging >maven-plugin</packaging >
7
7
<name >violations-maven-plugin</name >
8
8
<description >Maven plugin that will find report files from static code analysis, present and optionally fail the
17
17
<tag >violations-maven-plugin-2.2.1</tag >
18
18
</scm >
19
19
20
- <distributionManagement >
21
- <repository >
22
- <id >ossrh</id >
23
- <url >https://ossrh-staging-api.central.sonatype.com/service/local/</url >
24
- </repository >
25
- </distributionManagement >
26
-
27
20
<licenses >
28
21
<license >
29
22
<name >Apache License, Version 2.0</name >
124
117
</checkModificationExcludes >
125
118
</configuration >
126
119
</plugin >
120
+ <plugin >
121
+ <groupId >org.sonatype.central</groupId >
122
+ <artifactId >central-publishing-maven-plugin</artifactId >
123
+ <version >0.7.0</version >
124
+ <extensions >true</extensions >
125
+ <configuration >
126
+ <publishingServerId >central</publishingServerId >
127
+ <autoPublish >true</autoPublish >
128
+ </configuration >
129
+ </plugin >
127
130
<plugin >
128
131
<groupId >se.bjurr.gitchangelog</groupId >
129
132
<artifactId >git-changelog-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments