Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 20, 2015
1 parent 1c36852 commit 2f2fa33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -108,12 +108,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scm-api</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3-beta-1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.11-beta-1</version>
</dependency>
<!-- jenkins dependencies -->
<!-- test dependencies -->
Expand Down
Expand Up @@ -41,7 +41,7 @@

/**
* Creates {@link MultiBranchProject}s for repositories where recognized.
* @since FIXME
* @since 0.2-beta-5
*/
public abstract class MultiBranchProjectFactory extends AbstractDescribableImpl<MultiBranchProjectFactory> implements ExtensionPoint {

Expand Down
Expand Up @@ -29,7 +29,7 @@

/**
* A kind of {@link MultiBranchProjectFactory}.
* @since FIXME
* @since 0.2-beta-5
*/
public abstract class MultiBranchProjectFactoryDescriptor extends Descriptor<MultiBranchProjectFactory> {

Expand Down

0 comments on commit 2f2fa33

Please sign in to comment.