Sorry. Was fiddling around with the maven release process. I’ll revert this.
-Rob > On Dec 16, 2017, at 9:52 AM, chtom...@apache.org wrote: > > Repository: commons-text > Updated Branches: > refs/heads/master f7f046535 -> 8b8adcaeb > > > [maven-release-plugin] prepare release commons-text-1.3 > > > Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo > Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8b8adcae > Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8b8adcae > Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/8b8adcae > > Branch: refs/heads/master > Commit: 8b8adcaeb4619d95406a4fd49ca4a47bc0466846 > Parents: f7f0465 > Author: Rob Tompkins <chtom...@apache.org> > Authored: Sat Dec 16 09:52:10 2017 -0500 > Committer: Rob Tompkins <chtom...@apache.org> > Committed: Sat Dec 16 09:52:10 2017 -0500 > > ---------------------------------------------------------------------- > pom.xml | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/commons-text/blob/8b8adcae/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 278fb2d..e8e8e1b 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -23,7 +23,7 @@ > <version>42</version> > </parent> > <artifactId>commons-text</artifactId> > - <version>1.3-SNAPSHOT</version> > + <version>1.3</version> > <name>Apache Commons Text</name> > <description>Apache Commons Text is a library focused on algorithms working > on strings.</description> > > @@ -333,6 +333,7 @@ > > <connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-text.git</connection> > > <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-text.git</developerConnection> > <url>https://git-wip-us.apache.org/repos/asf?p=commons-text.git</url> > + <tag>commons-text-1.3</tag> > </scm> > > <issueManagement> > @@ -371,18 +372,18 @@ > <configuration> > <tasks> > <exec executable="svn"> > - <arg line="checkout --depth immediates > ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/> > + <arg line="checkout --depth immediates > ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> > </exec> > > <exec executable="svn"> > - <arg line="update --set-depth exclude > ${commons.scmPubCheckoutDirectory}/javadocs"/> > + <arg line="update --set-depth exclude > ${commons.scmPubCheckoutDirectory}/javadocs" /> > </exec> > > <pathconvert pathsep=" " property="dirs"> > - <dirset dir="${commons.scmPubCheckoutDirectory}" > includes="*"/> > + <dirset dir="${commons.scmPubCheckoutDirectory}" > includes="*" /> > </pathconvert> > <exec executable="svn"> > - <arg line="update --set-depth infinity ${dirs}"/> > + <arg line="update --set-depth infinity ${dirs}" /> > </exec> > </tasks> > </configuration> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org