Skip to content

Commit

Permalink
moving image
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Aug 19, 2021
1 parent 9bf3d06 commit daa60de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "com.moowork.node" version "1.3.1"
}

version = '0.5.0'
version = '0.5.1'
description = 'Management of the Integration Team\'s Black Duck VM\'s'

ext {
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion src/main/webapp/js/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Main extends Component {
<div id="page" className="container-fluid">
<header id="header" className="row align-items-end">
<div id="logo">
<img src="../images/logo.png" />
<img src="images/logo.png" />
</div>
<div id="header-content" className="col-lg-8">
<a href="https://github.com/blackducksoftware">Github</a> | <a href="https://eng-jenkins-dev01.dc1.lan/job/integration-builds-v2/">Jenkins</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void testArtifactory() throws IntegrationException {
}

@Test
@Disabled
public void testCreatingProperty() throws IntegrationException {
ChitstopApplication chitstopApplication = new ChitstopApplication();

Expand Down

0 comments on commit daa60de

Please sign in to comment.