Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Fix issues with release
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 23, 2021
1 parent e487802 commit 2f4800d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.codehaus.plexus.metadata.MetadataGenerationRequest;

/**
* Generates a Plexus <tt>components.xml</tt> component descriptor file from source (javadoc) or
* Generates a Plexus {@code components.xml} component descriptor file from source (javadoc) or
* class annotations and manually crafted descriptor files.
*
* @author Jason van Zyl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.codehaus.plexus.metadata.MetadataGenerationRequest;

/**
* Generates a Plexus <tt>components.xml</tt> component descriptor file from test source (javadoc)
* Generates a Plexus {@code components.xml} component descriptor file from test source (javadoc)
* or test class annotations and manually crafted descriptor files.
*
* @author Jason van Zyl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.codehaus.plexus.util.IOUtil;

/**
* A class component gleaner which inspects each type for <tt>org.codehaus.plexus.component.annotations.*</tt> annotations
* A class component gleaner which inspects each type for {@code org.codehaus.plexus.component.annotations.*} annotations
* and when found translates them into a {@link ComponentDescriptor}.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<scm>
<connection>scm:git:https://github.com/codehaus-plexus/plexus-containers.git</connection>
<developerConnection>scm:git:ssh://git@github.com/codehaus-plexus/plexus-containers.git</developerConnection>
<developerConnection>scm:git:https://github.com/codehaus-plexus/plexus-containers.git</developerConnection>
<url>https://github.com/codehaus-plexus/plexus-containers</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit 2f4800d

Please sign in to comment.