Skip to content

Commit

Permalink
[FIXED JENKINS-22582]
Browse files Browse the repository at this point in the history
Integrated v2.38
  • Loading branch information
kohsuke committed Apr 13, 2014
1 parent 8c12242 commit 3276602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -69,6 +69,9 @@
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22560">issue 22560</a>)
<li class=rfe>
JNLP slaves are now handled through NIO-based remoting channels for better scalability.
<li class=rfe>
Integrated codemirror v2.38.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22582">issue 22582</a>)
<li class=bug>
Listing plugins shortly after installation throws ConcurrentModificationException.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22553">issue 22553</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -161,7 +161,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-adjunct-codemirror</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
<dependency><!-- this helps us see the source code of the control while we edit Jenkins. -->
<groupId>org.kohsuke.stapler</groupId>
Expand Down

0 comments on commit 3276602

Please sign in to comment.