Skip to content

Commit

Permalink
made the pom use the snapshot sonatype repository, added spec executi…
Browse files Browse the repository at this point in the history
…on in the test phase
  • Loading branch information
mkristian committed Jun 15, 2010
1 parent f6243dd commit 89eb83c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 0.3.0 / 2010-06-15

* removed hoe use gemspec or maven instead, works only with datamapper version '~>1.0.0'

=== 0.2.5 / 2009-12-04 === 0.2.5 / 2009-12-04


* restful transaction does commit on status between 200 and 399 now * restful transaction does commit on status between 200 and 399 now
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -61,16 +61,28 @@
<url>http://gems.saumya.de/releases</url> <url>http://gems.saumya.de/releases</url>
</repository> </repository>
</repositories> </repositories>
<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</pluginRepository>
</pluginRepositories>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jruby.plugins.version>0.12.1-SNAPSHOT</jruby.plugins.version> <jruby.plugins.version>0.20.0-SNAPSHOT</jruby.plugins.version>
</properties> </properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>de.saumya.mojo</groupId> <groupId>de.saumya.mojo</groupId>
<artifactId>rspec-maven-plugin</artifactId> <artifactId>rspec-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version> <version>${jruby.plugins.version}</version>
<executions>
<execution>
<goals><goal>test</goal></goals>
</execution>
</executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>de.saumya.mojo</groupId> <groupId>de.saumya.mojo</groupId>
Expand Down

0 comments on commit 89eb83c

Please sign in to comment.