Skip to content

Commit

Permalink
prepared to merge to the trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 1, 2011
1 parent 9e58472 commit 87ba0b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>token-macro</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/git/GitBranchTokenMacro.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*
* @author Kohsuke Kawaguchi
*/
@Extension
@Extension(optional=true)
public class GitBranchTokenMacro extends DataBoundTokenMacro {
/**
* If true, list up all the branches not just the first one.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*
* @author Kohsuke Kawaguchi
*/
@Extension
@Extension(optional=true)
public class GitRevisionTokenMacro extends DataBoundTokenMacro {
/**
* Number of chars to use
Expand Down

0 comments on commit 87ba0b5

Please sign in to comment.