Skip to content

Commit

Permalink
Merge branch 'SEAMJMS-7' of https://github.com/jganoff/jms into jgano…
Browse files Browse the repository at this point in the history
…ff-SEAMJMS-7
  • Loading branch information
Jordan Ganoff committed Oct 22, 2010
2 parents e992178 + a33d368 commit 48488d6
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-parent</artifactId>
<version>2</version>
<version>3</version>
</parent>

<groupId>org.jboss.seam.jms</groupId>
Expand Down Expand Up @@ -118,6 +118,45 @@
</pluginManagement>
</build>
</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>
</profiles>

<developers>
Expand Down

0 comments on commit 48488d6

Please sign in to comment.