001
package org.kuali.common.util.service;
002
003
public enum ScmType {
004
005
SVN, GIT;
006
007
}