From 9cc229a7f9b3ccf57da8059e8188b348c578a2ee Mon Sep 17 00:00:00 2001 From: Sebastian Bensusan Date: Tue, 1 Mar 2016 19:16:22 +0100 Subject: [PATCH 1/3] Change version to release fork --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20f5efa271..5957ae105a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 commons-text - 0.1-SNAPSHOT + 0.1-SNAPSHOT-BENSU-0 Apache Commons Text 2014 From 3088e06e9fccd6013907ba768c39c689f3a77e04 Mon Sep 17 00:00:00 2001 From: Sebastian Bensusan Date: Wed, 2 Mar 2016 11:31:40 +0100 Subject: [PATCH 2/3] Add clojars as distribution --- .gitignore | 3 +-- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c8130e7fb1..4d0e425ea2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# Include only files generated during build, and avoid IDE specific files +# Include only files generated during build, and avoid IDE specific files target/ site-content - diff --git a/pom.xml b/pom.xml index 5957ae105a..0032a466ac 100644 --- a/pom.xml +++ b/pom.xml @@ -94,11 +94,11 @@ - - apache.website - Apache Commons Site - scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-text/ - + + clojars + Clojars repository + https://clojars.org/repo + From 9cdef9ada887e8072314b4e8352b0704e04f2c90 Mon Sep 17 00:00:00 2001 From: Sebastian Bensusan Date: Wed, 2 Mar 2016 12:15:19 +0100 Subject: [PATCH 3/3] Change group id to push to Clojars --- pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0032a466ac..6ebd168ec2 100644 --- a/pom.xml +++ b/pom.xml @@ -19,14 +19,10 @@ 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/maven-v4_0_0.xsd"> - - org.apache.commons - commons-parent - 39 - 4.0.0 + org.clojars.bensu commons-text - 0.1-SNAPSHOT-BENSU-0 + 0.1-SNAPSHOT-0 Apache Commons Text 2014 @@ -98,6 +94,12 @@ clojars Clojars repository https://clojars.org/repo + + true + + + true +