Skip to content

Commit

Permalink
1.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 17, 2017
1 parent b6abcee commit 417afd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/ClassicPluginStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public VersionNumber getRequiredVersion() {
new DetachedPlugin("matrix-project", "1.561.*", "1.0"),
new DetachedPlugin("junit", "1.577.*", "1.0"),
new DetachedPlugin("bouncycastle-api", "2.16.*", "2.16.0"),
new DetachedPlugin("command-launcher", "2.86.*", "1.0-SNAPSHOT") // TODO update after split
new DetachedPlugin("command-launcher", "2.86.*", "1.0")
));

/** Implicit dependencies that are known to be unnecessary and which must be cut out to prevent a dependency cycle among bundled plugins. */
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>command-launcher</artifactId>
<version>1.0-20171017.180336-1</version> <!-- TODO pending hosting release -->
<version>1.0</version>
<type>hpi</type>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit 417afd6

Please sign in to comment.