[jboss-jira] [JBoss JIRA] (JASSIST-178) Binary on Maven Central requires Java 7
Donnchadh Ó Donnabháin (JIRA)
jira-events at lists.jboss.org
Thu Nov 15 12:41:21 EST 2012
[ https://issues.jboss.org/browse/JASSIST-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734675#comment-12734675 ]
Donnchadh Ó Donnabháin commented on JASSIST-178:
------------------------------------------------
Will something like the following do the trick?
{code:xml}
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<testSource>1.7</testSource>
<testTarget>1.7</testTarget>
</configuration>
</plugin>
{code}
> Binary on Maven Central requires Java 7
> ---------------------------------------
>
> Key: JASSIST-178
> URL: https://issues.jboss.org/browse/JASSIST-178
> Project: Javassist
> Issue Type: Bug
> Affects Versions: 3.17.0-GA
> Reporter: Dan Fabulich
> Assignee: Shigeru Chiba
>
> As discussed in https://issues.jboss.org/browse/JASSIST-163?focusedCommentId=12734189&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12734189
> The binary uploaded to Maven central http://repo2.maven.org/maven2/org/javassist/javassist/3.17.0-GA/ requires Java 7, breaking backward compatibility with Java 6 and lower.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list