Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Use mvnsh and gshell releases. Disable snapshot repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jan 27, 2010
1 parent bd66a44 commit 18c7ab7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions pmaven-clojure/pom.xml
Expand Up @@ -79,4 +79,5 @@
</plugin>
</plugins>
</build>

</project>
22 changes: 9 additions & 13 deletions pmaven-commands/pom.xml
Expand Up @@ -20,19 +20,15 @@
<artifactId>pmaven-commands</artifactId>
<name>Polyglot Maven :: Commands</name>

<repositories>
<repository>
<id>maven2.java.net</id>
<url>http://download.java.net/maven/2</url>
</repository>
<repository>
<id>sonatype-public-grid</id>
<url>http://repository.sonatype.org/content/groups/sonatype-public-grid/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<!--<repositories>-->
<!--<repository>-->
<!--<id>sonatype-public-grid</id>-->
<!--<url>http://repository.sonatype.org/content/groups/sonatype-public-grid/</url>-->
<!--<snapshots>-->
<!--<enabled>true</enabled>-->
<!--</snapshots>-->
<!--</repository>-->
<!--</repositories>-->

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -147,14 +147,14 @@
<dependency>
<groupId>org.sonatype.maven.shell</groupId>
<artifactId>mvnsh-maven</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
</dependency>

<dependency>
<groupId>org.sonatype.gshell</groupId>
<artifactId>gshell-core</artifactId>
<classifier>tests</classifier>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</dependency>

<!-- INTERNAL -->
Expand Down

0 comments on commit 18c7ab7

Please sign in to comment.