Skip to content

Commit

Permalink
Move to non-snapshot for jboss-polyglot.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmcwhirter committed Dec 2, 2011
1 parent 350fa1e commit 37b5540
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pom.xml
Expand Up @@ -63,14 +63,28 @@
</properties>
</profile>
<profile>
<id>bees-staging</id>
<id>release-staging</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<jboss.releases.repo.url>dav:https://repository-projectodd.forge.cloudbees.com/staging</jboss.releases.repo.url>
<jboss.snapshots.repo.url>dav:https://repository-projectodd.forge.cloudbees.com/staging</jboss.snapshots.repo.url>
</properties>
<repositories>
<repository>
<id>projectodd-snapshot</id>
<name>projectodd staging</name>
<url>https://repository-projectodd.forge.cloudbees.com/staging</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
<profile>
<id>local</id>
Expand Down Expand Up @@ -404,7 +418,7 @@

<properties>
<ruby.compat.version>1.8</ruby.compat.version>
<version.polyglot>1.0.0-SNAPSHOT</version.polyglot>
<version.polyglot>1.0.0</version.polyglot>
<version.jruby-maven-plugins>0.28.4</version.jruby-maven-plugins>
<version.junit>4.7</version.junit>
<version.jmock>2.5.1</version.jmock>
Expand Down

0 comments on commit 37b5540

Please sign in to comment.