You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/16 19:36:19 UTC

commons-release-plugin git commit: Can't use > in Javadoc. Use a UTF-8 arrow instead.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 9283b7477 -> f4002b84e


Can't use > in Javadoc. Use a UTF-8 arrow instead.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/f4002b84
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/f4002b84
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/f4002b84

Branch: refs/heads/master
Commit: f4002b84e7f6c0f336e49141e1e221b1e9043adb
Parents: 9283b74
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed May 16 13:36:16 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed May 16 13:36:16 2018 -0600

----------------------------------------------------------------------
 .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/f4002b84/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
index ff8b785..d0f3149 100644
--- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
+++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
@@ -76,7 +76,7 @@ public class CommonsDistributionDetachmentMojo extends AbstractMojo {
     private List<Artifact> detachedArtifacts = new ArrayList<>();
 
     /**
-     * A {@link Properties} of {@link Artifact} -> {@link String} containing the sha1 signatures
+     * A {@link Properties} of {@link Artifact} → {@link String} containing the sha1 signatures
      * for the individual artifacts, where the {@link Artifact} is represented as:
      * <code>groupId:artifactId:version:type=sha1</code>.
      */


Re: commons-release-plugin git commit: Can't use > in Javadoc. Use a UTF-8 arrow instead.

Posted by Gary Gregory <ga...@gmail.com>.
It's all good :-)

On Wed, May 16, 2018 at 2:30 PM, Rob Tompkins <ch...@gmail.com> wrote:

> Doh. Html…pardon.
>
> > On May 16, 2018, at 3:36 PM, ggregory@apache.org wrote:
> >
> > Repository: commons-release-plugin
> > Updated Branches:
> >  refs/heads/master 9283b7477 -> f4002b84e
> >
> >
> > Can't use > in Javadoc. Use a UTF-8 arrow instead.
> >
> > Project: http://git-wip-us.apache.org/repos/asf/commons-release-
> plugin/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/commons-release-
> plugin/commit/f4002b84
> > Tree: http://git-wip-us.apache.org/repos/asf/commons-release-
> plugin/tree/f4002b84
> > Diff: http://git-wip-us.apache.org/repos/asf/commons-release-
> plugin/diff/f4002b84
> >
> > Branch: refs/heads/master
> > Commit: f4002b84e7f6c0f336e49141e1e221b1e9043adb
> > Parents: 9283b74
> > Author: Gary Gregory <ga...@gmail.com>
> > Authored: Wed May 16 13:36:16 2018 -0600
> > Committer: Gary Gregory <ga...@gmail.com>
> > Committed: Wed May 16 13:36:16 2018 -0600
> >
> > ----------------------------------------------------------------------
> > .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java    | 2
> +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/commons-release-
> plugin/blob/f4002b84/src/main/java/org/apache/commons/
> release/plugin/mojos/CommonsDistributionDetachmentMojo.java
> > ----------------------------------------------------------------------
> > diff --git a/src/main/java/org/apache/commons/release/plugin/mojos/
> CommonsDistributionDetachmentMojo.java b/src/main/java/org/apache/
> commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
> > index ff8b785..d0f3149 100644
> > --- a/src/main/java/org/apache/commons/release/plugin/mojos/
> CommonsDistributionDetachmentMojo.java
> > +++ b/src/main/java/org/apache/commons/release/plugin/mojos/
> CommonsDistributionDetachmentMojo.java
> > @@ -76,7 +76,7 @@ public class CommonsDistributionDetachmentMojo
> extends AbstractMojo {
> >     private List<Artifact> detachedArtifacts = new ArrayList<>();
> >
> >     /**
> > -     * A {@link Properties} of {@link Artifact} -> {@link String}
> containing the sha1 signatures
> > +     * A {@link Properties} of {@link Artifact} → {@link String}
> containing the sha1 signatures
> >      * for the individual artifacts, where the {@link Artifact} is
> represented as:
> >      * <code>groupId:artifactId:version:type=sha1</code>.
> >      */
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: commons-release-plugin git commit: Can't use > in Javadoc. Use a UTF-8 arrow instead.

Posted by Rob Tompkins <ch...@gmail.com>.
Doh. Html…pardon.

> On May 16, 2018, at 3:36 PM, ggregory@apache.org wrote:
> 
> Repository: commons-release-plugin
> Updated Branches:
>  refs/heads/master 9283b7477 -> f4002b84e
> 
> 
> Can't use > in Javadoc. Use a UTF-8 arrow instead.
> 
> Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
> Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/f4002b84
> Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/f4002b84
> Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/f4002b84
> 
> Branch: refs/heads/master
> Commit: f4002b84e7f6c0f336e49141e1e221b1e9043adb
> Parents: 9283b74
> Author: Gary Gregory <ga...@gmail.com>
> Authored: Wed May 16 13:36:16 2018 -0600
> Committer: Gary Gregory <ga...@gmail.com>
> Committed: Wed May 16 13:36:16 2018 -0600
> 
> ----------------------------------------------------------------------
> .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java    | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/f4002b84/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
> ----------------------------------------------------------------------
> diff --git a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
> index ff8b785..d0f3149 100644
> --- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
> +++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
> @@ -76,7 +76,7 @@ public class CommonsDistributionDetachmentMojo extends AbstractMojo {
>     private List<Artifact> detachedArtifacts = new ArrayList<>();
> 
>     /**
> -     * A {@link Properties} of {@link Artifact} -> {@link String} containing the sha1 signatures
> +     * A {@link Properties} of {@link Artifact} → {@link String} containing the sha1 signatures
>      * for the individual artifacts, where the {@link Artifact} is represented as:
>      * <code>groupId:artifactId:version:type=sha1</code>.
>      */
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org