diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-08 14:40:54 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-10 06:55:26 -0500 |
commit | 38f6f0ab60ef32af3af21aace397fe16a790dce7 (patch) | |
tree | b78a27fb109f528bf12640e303ff1bcbd64327cf /ms/blueprintsprocessor/functions/python-executor/pom.xml | |
parent | 9bb2c665dc8f603ab787c8d4470eb483b1fe0623 (diff) |
Prepare for release build
Prepare for release of early ODL-Oxygen based CCSDK Dublin
Change-Id: I63929ef52de41309905ee31e3fbcf49b64063059
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms/blueprintsprocessor/functions/python-executor/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/functions/python-executor/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ms/blueprintsprocessor/functions/python-executor/pom.xml b/ms/blueprintsprocessor/functions/python-executor/pom.xml index 4f9cc7458..ba97d22b3 100644 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/python-executor/pom.xml @@ -14,10 +14,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>functions</artifactId> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> @@ -38,4 +35,4 @@ </dependencies> -</project>
\ No newline at end of file +</project> |