From 2746e749680d9eac280d172ebb48e8338ec39f32 Mon Sep 17 00:00:00 2001 From: Anja Kleebaum Date: Fri, 10 Jul 2020 13:51:42 +0200 Subject: [PATCH] Update version to 2.2.6 --- .travis.yml | 10 +- pom.xml | 728 ++++++++++++++++++++++++++-------------------------- 2 files changed, 368 insertions(+), 370 deletions(-) diff --git a/.travis.yml b/.travis.yml index 252524835e..eeea8a9147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,12 +20,10 @@ notifications: email: false deploy: provider: releases - api_key: - secure: B6srH3vvYCWX4zEbDGfR2T/6SW8/PGtRH6MHYNwkl1KD3a0xEO58LrSHC0mjiZC18rPYOoj8ZaAtGoghxw8zj0SVVevmanXNo9YC9DTapIzeKVO+6Wx/eKulreEgjDkBctBagIU6WfHLQ+JjxgEhGikEln3BJ7hA/JjKaFJBnBI9N5YovSYl6lGAGBWeI2XqSGE/NXb1Qgd/uIxeZPLxBWIxZxK/kpHTCRTfTTIGGuuOPqoq1nLUzA83hKXlzmM6HxVdi2yJuQyCUfmX7DzwKcnKI0Wa/Vv5FpRjxSxqHyZYhMzxdGVf50WdUmJIQ9JoWMLrb2GugcG1ki1WqBrqx5DgyN/GwyrGLoaX7fWSYwDlUMFGkjbuLA9HMJ622FdwiR4UX4529tmAzJFuYVT7VON/4ZBv/oobtrKFVB2U8y1BzhV2lSai5zmQfFlJliUo89LUaRrLcXbxzd2Y8RCd0XuplEVsvQRhdlA+5kVDfee041oONGF72dU/18LJE+8vY8ldk/3vNkTnvuEakDbqkieKu2SdONZ4w7xhUbb/GCWXyJofJS2iR+jj1KsvsW0Py9U/cC0twr2fZNecss7pDWx+5Etw/tKI0jnPhg6KicgDvi3RbBkevLhpqMT9OvUU433V3Xz89qMJHy9llffSHThwONCMT73vYaAF2b4usUU= - file: target/cures-condec-jira.jar + github_token: 6c818e451f250990fc2349c14086a6f2267f59aa + file: $TRAVIS_BUILD_DIR/target/cures-condec-jira.jar skip_cleanup: true - on: - tags: true - repo: cures-hub/cures-condec-jira + on.tags: true + overwrite: true after_success: - bash <(curl -s https://codecov.io/bash) -f $TRAVIS_BUILD_DIR/target/site/jacoco/jacoco.xml \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4533cf7892..07feea2ec4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,377 +1,377 @@ - 4.0.0 - de.uhd.ifi.se.decision - management.jira - 2.2.5 - - Software Engineering Research Group, Heidelberg University - https://github.com/cures-hub - - Decision Documentation and Exploration - Enables developers to continuously document and explore decision knowledge. Decision knowledge covers + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + de.uhd.ifi.se.decision + management.jira + 2.2.6 + + Software Engineering Research Group, Heidelberg University + https://github.com/cures-hub + + Decision Documentation and Exploration + Enables developers to continuously document and explore decision knowledge. Decision knowledge covers knowledge about decisions, the problems they address, solution proposals, their context, and justifications (rationale). The documented decision knowledge can be linked to JIRA issues such as features, tasks to implement a feature, or bug reports. - - - - desombre - Philipp de Sombre - - - manders - Michael Anders - + + - cotchere - Colin Otchere - - - atlassian-plugin + cotchere + Colin Otchere + + + desombre + Philipp de Sombre + + + manders + Michael Anders + + + atlassian-plugin - - - atlassian-external - https://packages.atlassian.com/mvn/maven-external/ - - true - never - warn - - - true - warn - - - - atlassian-public - https://packages.atlassian.com/maven-public/ - - true - never - warn - - - true - warn - - - - atlassian-3party - https://packages.atlassian.com/maven-3rdparty/ - - true - never - warn - - - true - warn - - - - central - Central MVN Repo - https://repo1.maven.org/maven2 - - - spring-release - https://repo.spring.io/libs-release/ - - true - never - warn - - - true - warn - - - - - - atlassian-public - https://m2proxy.atlassian.com/repository/public/ - - true - - - true - - - + + + atlassian-external + https://packages.atlassian.com/mvn/maven-external/ + + true + never + warn + + + true + warn + + + + atlassian-public + https://packages.atlassian.com/maven-public/ + + true + never + warn + + + true + warn + + + + atlassian-3party + https://packages.atlassian.com/maven-3rdparty/ + + true + never + warn + + + true + warn + + + + central + Central MVN Repo + https://repo1.maven.org/maven2 + + + spring-release + https://repo.spring.io/libs-release/ + + true + never + warn + + + true + warn + + + + + + atlassian-public + https://m2proxy.atlassian.com/repository/public/ + + true + + + true + + + - - - - com.atlassian.jira - jira-core - 8.5.3 - provided - - - com.atlassian.jira - jira-api - 8.7.1 - provided - - - com.atlassian.plugins.rest - atlassian-rest-common - 6.1.3 - provided - - - - com.atlassian.templaterenderer - atlassian-template-renderer-api - 4.0.0 - provided - - - javax.servlet - servlet-api - 2.5 - provided - - - org.apache.httpcomponents - httpclient - 4.5.12 - provided - - - - com.atlassian.plugin - atlassian-spring-scanner-annotation - ${atlassian.spring.scanner.version} - provided - - - javax.inject - javax.inject - 1 - provided - - - - javax.ws.rs - jsr311-api - 1.1.1 - provided - - - javax.xml.bind - jaxb-api - 2.3.1 - provided - - - com.google.code.gson - gson - 2.2.2-atlassian-1 - - - - org.slf4j - slf4j-api - 1.7.25 - provided - - - - com.atlassian.activeobjects - activeobjects-plugin - ${ao.version} - provided - - - - com.google.collections - google-collections - 1.0 - provided - - - - com.atlassian.activeobjects - activeobjects-test - ${ao.version} - test - - - org.mockito - mockito-all - 1.10.19 - test - - - com.atlassian.jira - jira-tests - 8.6.1 - test - - - com.atlassian.jira - jira-func-tests - 8.5.2 - test - - - - nz.ac.waikato.cms.weka - weka-dev - 3.9.3 - - - net.sf.meka - meka - 1.9.2 - - - - org.eclipse.jgit - org.eclipse.jgit - 5.7.0.202003110725-r - - - - com.github.javaparser - javaparser-core - 3.15.18 - - - - commons-httpclient - commons-httpclient - 3.1 - - - - org.apache.opennlp - opennlp-tools - 1.9.1 - - - - com.github.haifengl - smile-core - 1.5.3 - - - - org.jgrapht - jgrapht-core - 1.4.0 - - - - cures-condec-jira - - - com.atlassian.maven.plugins - jira-maven-plugin - ${amps.version} - true - - false - false - - ${jira.version} - ${jira.version} - true - - ${atlassian.plugin.key} - org.springframework.osgi.*;resolution:="optional", - org.eclipse.gemini.blueprint.*;resolution:="optional", - *;resolution:=optional - - - * - - - - - com.atlassian.plugin - atlassian-spring-scanner-maven-plugin - ${atlassian.spring.scanner.version} - - - - atlassian-spring-scanner - - process-classes - - - - - - com.atlassian.plugin - atlassian-spring-scanner-external-jar - - - false - - - - + + + + com.atlassian.jira + jira-core + 8.5.3 + provided + + + com.atlassian.jira + jira-api + 8.7.1 + provided + + + com.atlassian.plugins.rest + atlassian-rest-common + 6.1.3 + provided + + + + com.atlassian.templaterenderer + atlassian-template-renderer-api + 4.0.0 + provided + + + javax.servlet + servlet-api + 2.5 + provided + + + org.apache.httpcomponents + httpclient + 4.5.12 + provided + + + + com.atlassian.plugin + atlassian-spring-scanner-annotation + ${atlassian.spring.scanner.version} + provided + + + javax.inject + javax.inject + 1 + provided + + + + javax.ws.rs + jsr311-api + 1.1.1 + provided + + + javax.xml.bind + jaxb-api + 2.3.1 + provided + + + com.google.code.gson + gson + 2.2.2-atlassian-1 + + + + org.slf4j + slf4j-api + 1.7.25 + provided + + + + com.atlassian.activeobjects + activeobjects-plugin + ${ao.version} + provided + + + + com.google.collections + google-collections + 1.0 + provided + + + + com.atlassian.activeobjects + activeobjects-test + ${ao.version} + test + + + org.mockito + mockito-all + 1.10.19 + test + + + com.atlassian.jira + jira-tests + 8.6.1 + test + + + com.atlassian.jira + jira-func-tests + 8.5.2 + test + + + + nz.ac.waikato.cms.weka + weka-dev + 3.9.3 + + + net.sf.meka + meka + 1.9.2 + + + + org.eclipse.jgit + org.eclipse.jgit + 5.7.0.202003110725-r + + + + com.github.javaparser + javaparser-core + 3.15.18 + + + + commons-httpclient + commons-httpclient + 3.1 + + + + org.apache.opennlp + opennlp-tools + 1.9.1 + + + + com.github.haifengl + smile-core + 1.5.3 + + + + org.jgrapht + jgrapht-core + 1.4.0 + + + + cures-condec-jira + + + com.atlassian.maven.plugins + jira-maven-plugin + ${amps.version} + true + + false + false + + ${jira.version} + ${jira.version} + true + + ${atlassian.plugin.key} + org.springframework.osgi.*;resolution:="optional", + org.eclipse.gemini.blueprint.*;resolution:="optional", + *;resolution:=optional + + + * + + + + + com.atlassian.plugin + atlassian-spring-scanner-maven-plugin + ${atlassian.spring.scanner.version} + + + + atlassian-spring-scanner + + process-classes + + + + + + com.atlassian.plugin + atlassian-spring-scanner-external-jar + + + false + + + + - - - - jacoco - - false - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-version} - - - - prepare-agent - - - - - report - test - - report - - - - - - **/persistence/tables/* - - - - - - - + + + + jacoco + + false + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco-version} + + + + prepare-agent + + + + + report + test + + report + + + + + + **/persistence/tables/* + + + + + + + - - 8.8.0 - 8.1.0 - 3.2.4 - 0.8.5 - 2.2.0 - - ${project.groupId}.${project.artifactId} - UTF-8 - 11 - 11 - - https://github.com/cures-hub/cures-condec-jira + + 8.8.0 + 8.1.0 + 3.2.4 + 0.8.5 + 2.2.0 + + ${project.groupId}.${project.artifactId} + UTF-8 + 11 + 11 + + https://github.com/cures-hub/cures-condec-jira \ No newline at end of file