diff options
-rwxr-xr-x | .gitignore | 2 | ||||
-rw-r--r-- | releases/2.0.0.yaml | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,8 @@ org.eclipse.core.resources.prefs .checkstyle maven-eclipse.xml workspace +.factorypath +.vscode ## Compilation Files ## *.class diff --git a/releases/2.0.0.yaml b/releases/2.0.0.yaml new file mode 100644 index 00000000..54a1b595 --- /dev/null +++ b/releases/2.0.0.yaml @@ -0,0 +1,5 @@ +--- +distribution_type: 'maven' +version: '2.0.0' +project: 'sdnc-northbound' +log_dir: 'sdnc-northbound-maven-stage-master/295/' |