Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated pom to use latest cool for JENKINS-22058
  • Loading branch information
MadsNielsen committed Mar 11, 2014
1 parent a668bb7 commit 30d8e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powermock.version>1.4.12</powermock.version>
<cool.version>0.6.29-SNAPSHOT</cool.version>
<cool.version>0.6.29</cool.version>
<praqmajutils.version>0.1.33</praqmajutils.version>
</properties>

Expand Down
Expand Up @@ -293,10 +293,8 @@ public AbstractConfiguration nextConfiguration( TaskListener listener, AbstractC
}

public SnapshotView createView( TaskListener listener, AbstractBuild<?, ?> build, ClearCaseUCMConfiguration configuration, FilePath workspace, PVob pvob ) throws IOException, InterruptedException {
Project project = null;

logger.fine( "Getting project" );
project = workspace.act( new DetermineProject( Arrays.asList( new String[]{ "jenkins", "Jenkins", "hudson", "Hudson" } ), pvob ) );
Project project = workspace.act( new DetermineProject( Arrays.asList( new String[]{ "jenkins", "Jenkins", "hudson", "Hudson" } ), pvob ) );

/* Create baselines list */
List<Baseline> selectedBaselines = new ArrayList<Baseline>();
Expand Down

0 comments on commit 30d8e41

Please sign in to comment.