mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
Merge remote-tracking branch 'github/master' into open1515
This commit is contained in:
commit
fd927d4c03
@ -238,6 +238,9 @@ Commit messages should:
|
|||||||
* Contain a reference to a relevant issue number in the body of the commit.
|
* Contain a reference to a relevant issue number in the body of the commit.
|
||||||
* This is important for traceability; while branch names also provide this,
|
* This is important for traceability; while branch names also provide this,
|
||||||
you cannot tell from looking at a commit what branch it was authored on.
|
you cannot tell from looking at a commit what branch it was authored on.
|
||||||
|
* This may be omitted if the relevant issue is otherwise obvious from the
|
||||||
|
commit history (that is, if using `git log` from the relevant commit
|
||||||
|
directly leads to a similar issue reference) to minimize clutter.
|
||||||
* Describe the change that was made, and any useful rationale therefore.
|
* Describe the change that was made, and any useful rationale therefore.
|
||||||
* Comments in code should explain what things do, commit messages describe
|
* Comments in code should explain what things do, commit messages describe
|
||||||
how they came to be done that way.
|
how they came to be done that way.
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
<groupId>gov.nasa.arc.wtd</groupId>
|
<groupId>gov.nasa.arc.wtd</groupId>
|
||||||
<artifactId>open-mct-web</artifactId>
|
<artifactId>open-mct-web</artifactId>
|
||||||
<name>Open MCT Web</name>
|
<name>Open MCT Web</name>
|
||||||
<version>0.8.1-SNAPSHOT</version>
|
<version>0.8.2-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user