Skip to content

Commit

Permalink
[INFRA-250] 1.5 cannot be released to pre-1.600 cores.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 28, 2015
1 parent fa59472 commit 18922f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.565.3</version>
<version>1.600</version>
</parent>
<artifactId>matrix-project</artifactId>
<version>1.5-SNAPSHOT</version>
Expand Down

2 comments on commit 18922f2

@daniel-beck
Copy link
Member

Choose a reason for hiding this comment

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

@jglick This breaks the build due to JUnit detachment from core since 1.565.

@olivergondza
Copy link
Member

Choose a reason for hiding this comment

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

@daniel-beck, @jglick I intend to merge #10 as we have bumped to core dependency version. That will fix it.

Please sign in to comment.