[jboss-jira] [JBoss JIRA] Created: (JBXB-91) Need a valid maven repo release
Scott M Stark (JIRA)
jira-events at jboss.com
Tue Nov 28 12:15:56 EST 2006
Need a valid maven repo release
-------------------------------
Key: JBXB-91
URL: http://jira.jboss.com/jira/browse/JBXB-91
Project: JBoss XML Binding (JBossXB)
Issue Type: Task
Reporter: Scott M Stark
Fix For: JBossXB-1.0
The current jbossxb-1.0.1.TEST in the maven repository:
http://repository.jboss.com/maven2/jboss/jbossxb/jbossxb/1.0.1.TEST/jbossxb-1.0.1.TEST.pom
is invalid due to its dependency on invalid jboss common artifacts:
<dependency>
<groupId>jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
<version>1.0.1.TEST</version>
</dependency>
<dependency>
<groupId>jboss.common.core</groupId>
<artifactId>jboss-common-core</artifactId>
<version>1.0.1.TEST</version>
<scope>compile</scope>
</dependency>
The current release of the common core is:
http://repository.jboss.com/maven2/jboss/jboss-common-core/2.0.2.GA/
The current release of the logging spi is:
http://repository.jboss.com/maven2/jboss/jboss-logging-spi/2.0.2.GA/
We need a valid maven repo release of jbossxb.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list