I think I've seen some projects, although I don't recall where, that use
.SNAPSHOT because then you get legal osgi bundle versions in require-bundle
instructions in the maven-bundle-plugin. Presumably this could be fixed in the
maven-bundle-plugin since it already converts -SNAPSHOT to .SNAPSHO
Hi,
as part of MNG-4893 [0] an inconsistency in the way a version string is
treated as a snapshot or release was detected. In short, the issue is
about what suffix exactly marks a snapshot version.
The current intention is to revise the logic such that the suffix
"-SNAPSHOT" (note the leadin
+1
Emmanuel
On Tue, Dec 7, 2010 at 1:10 PM, Vincent Siveton wrote:
> Hi,
>
> We solved 14 issues:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142&version=16664
>
> There are still a couple of issues left in JIRA:
>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset
I just followed Jena doc :) I will remove it. Tx!
Vincent
2010/12/10 Benjamin Bentmann :
> Hi Vincent,
>
>> Author: vsiveton
>> Date: Fri Dec 10 10:32:41 2010
>> New Revision: 1044272
>>
>> URL: http://svn.apache.org/viewvc?rev=1044272&view=rev
>> Log:
>> MDOAP-27: Generated files aren't useable
Hi Vincent,
Author: vsiveton
Date: Fri Dec 10 10:32:41 2010
New Revision: 1044272
URL: http://svn.apache.org/viewvc?rev=1044272&view=rev
Log:
MDOAP-27: Generated files aren't useable with Jena
o added validate parameter
[...]
Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL:
http:/