Skip to content

Commit

Permalink
[FIXED JENKINS-4409] Integrated a newer version of localizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 17, 2015
1 parent 54af1e0 commit b62c927
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.jvnet.localizer</groupId>
<artifactId>localizer</artifactId>
<version>1.10</version>
<version>1.23</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -210,7 +210,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jvnet.localizer</groupId>
<artifactId>localizer</artifactId>
<version>1.10</version>
<version>1.23</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
Expand Down
6 changes: 0 additions & 6 deletions licenseCompleter.groovy
Expand Up @@ -72,12 +72,6 @@ complete {
rewriteLicense([],jenkinsLicense)
}

match(["org.jvnet.localizer:localizer"]) {
// see http://java.net/projects/localizer
// see http://java.net/projects/trilead-putty-extension/
rewriteLicense([],mitLicense);
}

match("org.codehaus.plexus:plexus-interactivity-api") {
rewriteLicense([],mitLicense)
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -441,7 +441,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.jvnet.localizer</groupId>
<artifactId>maven-localizer-plugin</artifactId>
<version>1.15</version>
<version>1.23</version>
<configuration>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
Expand Down

1 comment on commit b62c927

@jglick
Copy link
Member

@jglick jglick commented on b62c927 Mar 18, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not really “fix” JENKINS-4409 since c4e5fbd already did that.

Please sign in to comment.