[seam-issues] [JBoss JIRA] Updated: (SEAMJMS-7) Seam-Parent version is outdated
Jordan Ganoff (JIRA)
jira-events at lists.jboss.org
Thu Oct 21 18:19:54 EDT 2010
[ https://jira.jboss.org/browse/SEAMJMS-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jordan Ganoff updated SEAMJMS-7:
--------------------------------
Description:
Seam JMS Parent project should reference Seam Parent version 3 and include the JBoss repository profile:
<profile>
<id>jboss-public-repository</id>
<activation>
<property>
<name>jboss-public-repository</name>
<value>!false</value>
</property>
</activation>
<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
was:Seam JMS Parent project should reference Seam Parent version 3
> Seam-Parent version is outdated
> -------------------------------
>
> Key: SEAMJMS-7
> URL: https://jira.jboss.org/browse/SEAMJMS-7
> Project: Seam JMS
> Issue Type: Feature Request
> Reporter: Jordan Ganoff
>
> Seam JMS Parent project should reference Seam Parent version 3 and include the JBoss repository profile:
> <profile>
> <id>jboss-public-repository</id>
> <activation>
> <property>
> <name>jboss-public-repository</name>
> <value>!false</value>
> </property>
> </activation>
> <repositories>
> <repository>
> <id>jboss-public-repository-group</id>
> <name>JBoss Public Maven Repository Group</name>
> <url>http://repository.jboss.org/nexus/content/groups/public</url>
> <releases>
> <enabled>true</enabled>
> <updatePolicy>never</updatePolicy>
> </releases>
> <snapshots>
> <enabled>false</enabled>
> <updatePolicy>never</updatePolicy>
> </snapshots>
> </repository>
> </repositories>
> <pluginRepositories>
> <pluginRepository>
> <id>jboss-public-repository-group</id>
> <name>JBoss Public Maven Repository Group</name>
> <url>http://repository.jboss.org/nexus/content/groups/public</url>
> <releases>
> <enabled>true</enabled>
> <updatePolicy>never</updatePolicy>
> </releases>
> <snapshots>
> <enabled>false</enabled>
> <updatePolicy>never</updatePolicy>
> </snapshots>
> </pluginRepository>
> </pluginRepositories>
> </profile>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list