Skip to content

Commit

Permalink
Updating distributionManagement in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Aug 19, 2016
1 parent 6b11128 commit c750b4a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@
Changelog of Violation Comments to Bitbucket Server Plugin.

## Unreleased
### GitHub [#17](https://github.com/jenkinsci/violation-comments-to-stash-plugin/issues/17) Plugin aborts if it fails to delete a message

**Avoiding crash when unable to remove comment #17**


[6b1112806fc3fce](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/6b1112806fc3fce) Tomas Bjerre *2016-08-19 05:09:28*


## 1.22
### GitHub [#14](https://github.com/jenkinsci/violation-comments-to-stash-plugin/issues/14) CredentialsId not working

**Evaluating credentials on master #14**


[137952adbf3fcaa](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/137952adbf3fcaa) Tomas Bjerre *2016-08-13 08:43:33*
[50fb4a9190692c3](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/50fb4a9190692c3) Tomas Bjerre *2016-08-13 08:43:53*


### No issue
Expand Down
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!--version>1.642.4</version//-->
<!--version>1.642.4</version// -->
<version>1.609.3</version>
<relativePath />
</parent>
Expand Down Expand Up @@ -63,6 +64,17 @@
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org:8081/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org:8081/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<plugins>
Expand Down

0 comments on commit c750b4a

Please sign in to comment.