Skip to content

Commit

Permalink
HEADAHZ
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed May 28, 2020
1 parent 54db0f2 commit 6c1160d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
#
# Copyright 2019-present Sonatype Inc.
# Copyright 2019-Present Sonatype Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//

@Library(['private-pipeline-library', 'jenkins-shared']) _

dockerizedBuildPipeline(
Expand Down
16 changes: 16 additions & 0 deletions README.md
@@ -1,3 +1,19 @@
<!--
Copyright 2019-Present Sonatype Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<p align="center">
<img src="https://github.com/sonatype-nexus-community/jake/blob/master/docs/images/jake.png" width="350"/>
</p>
Expand Down
1 change: 1 addition & 0 deletions jake/_version.py
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

"""Sets version for the application"""

__version__ = '0.2.9'
1 change: 1 addition & 0 deletions jake/iq/iq.py
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

"""iq.py handles requests to IQ Server"""
# pylint: disable=too-many-instance-attributes
import json
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

from setuptools import setup, find_packages

from jake._version import __version__
Expand Down

0 comments on commit 6c1160d

Please sign in to comment.