Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ limitations under the License.
<version>2.2.2-SNAPSHOT</version>

<name>Plexus Velocity Component</name>
<description>A component which provides Apache Velocity templating engine integration</description>
<url>https://codehaus-plexus.github.io/plexus-velocity/</url>

<scm>
<connection>scm:git:https://github.com/codehaus-plexus/plexus-velocity.git</connection>
Expand Down
1 change: 0 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<!--item name="FAQ" href="faq.html"/-->
</menu>

<menu ref="parent"/>
<menu ref="reports"/>
</body>
</site>
4 changes: 2 additions & 2 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</properties>
<body>
<section name="Plexus Velocity Component">
<p>A component which provides <a href="http://velocity.apache.org/">Apache Velocity</a> templating engine
<p>A component which provides <a href="https://velocity.apache.org/">Apache Velocity</a> templating engine
integration.</p>

<subsection name="Typical use">
Expand All @@ -28,7 +28,7 @@ template.merge( context, writer );</source>
<code>VelocityComponentConfigurator</code> component implementation. Presence of this component is
optional.
</p>
<p>See <a href="https://velocity.apache.org/engine/2.3/configuration.html">Velocity Configuration</a>
<p>See <a href="https://velocity.apache.org/engine/2.4.1/configuration.html">Velocity Configuration</a>
reference documentation for details on available configurations.</p>
</subsection>
</section>
Expand Down