Skip to content

Commit

Permalink
matrix-project 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 28, 2014
1 parent 9a32f9a commit 0bd831e
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
Expand Up @@ -273,7 +273,7 @@ private void fix(Attributes atts, List<PluginWrapper.Dependency> optionalDepende
new DetachedPlugin("matrix-auth","1.535.*","1.0.2"),
new DetachedPlugin("windows-slaves","1.547.*","1.0"),
new DetachedPlugin("antisamy-markup-formatter","1.553.*","1.0"),
new DetachedPlugin("matrix-project","1.561.*","1.0-beta-1")
new DetachedPlugin("matrix-project","1.561.*","1.0")
);

/**
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -364,7 +364,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>1.0-beta-1</version>
<version>1.0</version>
<type>hpi</type>
</artifactItem>
</artifactItems>
Expand Down

0 comments on commit 0bd831e

Please sign in to comment.