This repository has been archived by the owner on Mar 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Specmate version 0.2.14 (#398)
* small fixes in run config und web config * fix run cofnig * fix run config * Fix/connection without target or source (#389) * Remormatting and cleanup * Restructuring and refactoring * Fixing bug where connections are not deleted * Fix/connection without target or source (#389) * Remormatting and cleanup * Restructuring and refactoring * Fixing bug where connections are not deleted * change config * change config * fix nullpointer exception when no hostandport parameter is given * version bump to 0.2.14
- Loading branch information
Showing
6 changed files
with
93 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,13 +55,13 @@ search.maxResults = 100 | |
|
||
## Config for project jira | ||
|
||
project.projects = jira | ||
project.jira.connector.pid = com.specmate.connectors.jira.JiraConnector | ||
project.jira.connector.jira.url = https://qualicen.atlassian.net | ||
project.jira.connector.jira.project = SPEM | ||
project.jira.connector.jira.username = [email protected] | ||
project.jira.connector.jira.password = ***REMOVED*** | ||
project.jira.connector.connectorID = jira | ||
#project.projects = jira | ||
#project.jira.connector.pid = com.specmate.connectors.jira.JiraConnector | ||
#project.jira.connector.jira.url = | ||
#project.jira.connector.jira.project = SPEM | ||
#project.jira.connector.jira.username = | ||
#project.jira.connector.jira.password = | ||
#project.jira.connector.connectorID = jira | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.