From 052e566119392b236f87e4b5c4bfe1558c9046d7 Mon Sep 17 00:00:00 2001 From: Hongxin Zhang Date: Fri, 17 Mar 2017 14:35:20 -0400 Subject: [PATCH 1/3] Publish CancerHotspot in GitHub as maven repository --- model/pom.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 83 insertions(+), 5 deletions(-) diff --git a/model/pom.xml b/model/pom.xml index a7a6272..1d04877 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -2,15 +2,93 @@ - - master - org.cmo.cancerhotspots - 0.1.0 - 4.0.0 Cancer Hotspots Model Cancer Hotspots Model Module + + org.cmo.cancerhotspots model + jar + 0.1.0 + + https://github.com/cBioPortal/cancerhotspots/tree/master + + + 1.7 + github + + + + model + + + + com.github.github + site-maven-plugin + 0.12 + + Creating site for ${project.version} + cancerhotspots + cBioPortal + true + **/* + true + refs/heads/mvn-repo + ${project.build.directory}/mvn-repo + github + + + + + site + + deploy + + + + + + maven-deploy-plugin + 2.8.1 + + internal.repo::default::file://${project.build.directory}/mvn-repo + + + + + maven-assembly-plugin + + + package + + single + + + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo + + From 49e662d3932fd28cf1753a0aebbd19203c9cc1dd Mon Sep 17 00:00:00 2001 From: Hongxin Zhang Date: Wed, 29 Mar 2017 16:44:59 -0400 Subject: [PATCH 2/3] Publish utils to github --- util/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 87 insertions(+), 3 deletions(-) diff --git a/util/pom.xml b/util/pom.xml index ef4583a..c042c96 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -3,14 +3,98 @@ 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"> - master - org.cmo.cancerhotspots - 0.1.0 + org.springframework.boot + spring-boot-starter-parent + 1.3.3.RELEASE + 4.0.0 Cancer Hotspots Util Cancer Hotspots Utility Module + + org.cmo.cancerhotspots util + jar + 0.1.0 + + https://github.com/cBioPortal/cancerhotspots/tree/master + + + 1.7 + github + + + + util + + + + com.github.github + site-maven-plugin + 0.12 + + Creating site for ${project.version} + cancerhotspots + cBioPortal + true + **/* + true + refs/heads/mvn-repo + ${project.build.directory}/mvn-repo + github + + + + + site + + deploy + + + + + + maven-deploy-plugin + 2.8.1 + + internal.repo::default::file://${project.build.directory}/mvn-repo + + + + + maven-assembly-plugin + + + package + + single + + + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + + + + + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo + + From 06274b878c67f5c3337b009b4ce38e8d9c343073 Mon Sep 17 00:00:00 2001 From: Hongxin Zhang Date: Wed, 29 Mar 2017 16:49:20 -0400 Subject: [PATCH 3/3] Upgrade version to 0.1.2 --- model/pom.xml | 4 ++-- persistence/pom.xml | 6 +++--- pipeline/pom.xml | 6 +++--- pom.xml | 2 +- service/pom.xml | 8 ++++---- util/pom.xml | 2 +- webapp/pom.xml | 8 ++++---- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/model/pom.xml b/model/pom.xml index 1d04877..5658ee2 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -9,7 +9,7 @@ org.cmo.cancerhotspots model jar - 0.1.0 + 0.1.2 https://github.com/cBioPortal/cancerhotspots/tree/master @@ -94,7 +94,7 @@ org.cmo.cancerhotspots util - 0.1.0 + 0.1.2 com.univocity diff --git a/persistence/pom.xml b/persistence/pom.xml index 3e73883..024051e 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -5,7 +5,7 @@ master org.cmo.cancerhotspots - 0.1.0 + 0.1.2 4.0.0 Cancer Hotspots Persistence @@ -16,7 +16,7 @@ org.cmo.cancerhotspots model - 0.1.0 + 0.1.2 com.univocity @@ -26,7 +26,7 @@ org.cmo.cancerhotspots util - 0.1.0 + 0.1.2 org.springframework.boot diff --git a/pipeline/pom.xml b/pipeline/pom.xml index eda82fb..1069be4 100644 --- a/pipeline/pom.xml +++ b/pipeline/pom.xml @@ -5,7 +5,7 @@ master org.cmo.cancerhotspots - 0.1.0 + 0.1.2 4.0.0 Cancer Hotspots Pipeline @@ -40,12 +40,12 @@ org.cmo.cancerhotspots model - 0.1.0 + 0.1.2 org.cmo.cancerhotspots service - 0.1.0 + 0.1.2 org.springframework.boot diff --git a/pom.xml b/pom.xml index 6a72edc..f8874ee 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ master pom Cancer Hotspots - 0.1.0 + 0.1.2 master maven module https://github.com/cBioPortal/cancerhotspots/ diff --git a/service/pom.xml b/service/pom.xml index c026c58..881cc88 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,7 +5,7 @@ master org.cmo.cancerhotspots - 0.1.0 + 0.1.2 4.0.0 Cancer Hotspots Service @@ -16,17 +16,17 @@ org.cmo.cancerhotspots model - 0.1.0 + 0.1.2 org.cmo.cancerhotspots util - 0.1.0 + 0.1.2 org.cmo.cancerhotspots persistence - 0.1.0 + 0.1.2 org.springframework.boot diff --git a/util/pom.xml b/util/pom.xml index c042c96..7df7d30 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -15,7 +15,7 @@ org.cmo.cancerhotspots util jar - 0.1.0 + 0.1.2 https://github.com/cBioPortal/cancerhotspots/tree/master diff --git a/webapp/pom.xml b/webapp/pom.xml index 9af53bb..0456341 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -4,14 +4,14 @@ Cancer Hotspots Web Cancer Hotspots Web Module webapp - 0.1.0 + 0.1.2 ${packaging.type} org.cmo.cancerhotspots master - 0.1.0 + 0.1.2 @@ -179,12 +179,12 @@ org.cmo.cancerhotspots model - 0.1.0 + 0.1.2 org.cmo.cancerhotspots service - 0.1.0 + 0.1.2 org.springframework.boot