Skip to content

Commit

Permalink
Point to the master branch on GitHub
Browse files Browse the repository at this point in the history
Change-Id: Icde4d064e06ce94b1eb1f44c6b29a42a89389778
  • Loading branch information
egonw committed Jul 29, 2012
1 parent f385e1c commit 56caf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/net/sf/cdk/tools/doclets/CDKGitTaglet.java
Expand Up @@ -39,7 +39,7 @@ public class CDKGitTaglet implements Taglet {

private static final String NAME = "cdk.githash";
private final static Pattern pathPattern = Pattern.compile("^(src/.*\\.java)");
private final String BRANCH = "cdk-1.4.x";
private final String BRANCH = "master";

public String getName() {
return NAME;
Expand Down

0 comments on commit 56caf17

Please sign in to comment.