Skip to content

Commit

Permalink
Revert "[FIXED JENKINS-9206] resolve symlink to the executable name"
Browse files Browse the repository at this point in the history
This reverts commit 0ef9424.
  • Loading branch information
kohsuke committed Aug 9, 2011
1 parent cf0e7ba commit 732accc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions changelog.html
Expand Up @@ -55,9 +55,6 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Jenkins self-restart causes process name to change from java to exe
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9206">issue 9206</a>)
<li class=bug>
Fixed a bug where SSH public key authentication for CLI wasn't working for username/password based security realm.
<li class=bug>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -445,9 +445,9 @@ THE SOFTWARE.
<version>3.3.0-jenkins-2</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<groupId>com.sun.akuma</groupId>
<artifactId>akuma</artifactId>
<version>1.5</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.jvnet.libpam4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.24</version>
<version>1.20</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 732accc

Please sign in to comment.