]
Ondrej Skutka updated SEAM-114:
-------------------------------
Fix Version/s: 3.1.0.Final
Affects Version/s: 3.1.0.CR1
In Seam 3.1.0.CR1 the following links point to a potentially wrong document:
The seam reference manual documentation should clearly state it's
version
-------------------------------------------------------------------------
Key: SEAM-114
URL:
https://issues.jboss.org/browse/SEAM-114
Project: Seam 3 Distribution
Issue Type: Task
Components: Build Infrastructure
Affects Versions: 3.1.0.CR1
Reporter: Geoffrey De Smet
Priority: Minor
Fix For: 3.1.0.Final
When I go here
http://docs.jboss.org/seam/3/latest/reference/en-US/html_single
I can't figure out what version it's talking about easily.
It's pretty easy to automate this so it's automatically correct:
https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/pom....
{code}
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>2.3.6</version>
<extensions>true</extensions>
<dependencies>
<dependency>
<groupId>org.jboss.pressgang</groupId>
<artifactId>pressgang-xslt-ns</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.jboss.pressgang</groupId>
<artifactId>pressgang-jdocbook-style</artifactId>
<type>jdocbook-style</type>
<version>2.0.1</version>
</dependency>
</dependencies>
<configuration>
...
<injections>
<injection>
<name>project.version</name>
<value>${project.version}</value>
</injection>
</injections>
...
</configuration>
</plugin>
{code}
https://github.com/droolsjbpm/drools-planner/blob/master/drools-planner-d...
{code}
<info>
<title>Drools Planner User Guide</title>
<releaseinfo>Version &project.version;</releaseinfo>
...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: