add git push script to perl

This commit is contained in:
wing328
2016-03-11 16:25:45 +08:00
parent 3bebbada98
commit 2c5be10589
8 changed files with 268 additions and 7 deletions

View File

@@ -60,10 +60,10 @@ public class CodegenConfigurator {
private Map<String, String> additionalProperties = new HashMap<String, String>();
private Map<String, String> importMappings = new HashMap<String, String>();
private Set<String> languageSpecificPrimitives = new HashSet<String>();
private String gitUserId;
private String gitRepoId;
private String releaseNote;
private String releaseVersion;
private String gitUserId="YOUR_GIT_USR_ID";
private String gitRepoId="YOUR_GIT_REPO_ID";
private String releaseNote="Minor update";
private String releaseVersion="0.1.0";
private final Map<String, String> dynamicProperties = new HashMap<String, String>(); //the map that holds the JsonAnySetter/JsonAnyGetter values