Merge branch 'hotfix/2.0.3' into develop
* hotfix/2.0.3: CHANGELOG: update plugin-sample:pom.xml: add distributionManagement element version set to 2.0.3
This commit is contained in:
commit
4cac075f56
2 changed files with 30 additions and 2 deletions
19
CHANGELOG
19
CHANGELOG
|
@ -1,11 +1,26 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
2.0.3
|
||||||
|
-----
|
||||||
|
|
||||||
|
* plugin-sample: Add distributionManagement
|
||||||
|
|
||||||
|
2.0.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Add distributionManagement to parent
|
||||||
|
|
||||||
|
2.0.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* ruleset: restore properties used in release profile
|
||||||
|
|
||||||
2.0.0
|
2.0.0
|
||||||
------
|
------
|
||||||
|
|
||||||
* * Split ruleset into 5 levels
|
* Split ruleset into 5 levels
|
||||||
* * Provide plugin to simplify use
|
* Provide plugin to simplify use
|
||||||
|
|
||||||
0.1.0
|
0.1.0
|
||||||
------
|
------
|
||||||
|
|
|
@ -40,4 +40,17 @@
|
||||||
<url>http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2</url>
|
<url>http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>sonatype-nexus-snapshots</id>
|
||||||
|
<name>Sonatype Nexus Snapshots</name>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
<repository>
|
||||||
|
<id>sonatype-nexus-staging</id>
|
||||||
|
<name>Nexus Release Repository</name>
|
||||||
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue