Skip to content

Commit

Permalink
Updating URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Sergeev committed May 13, 2012
1 parent e9e424d commit b3b09a2
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions pom.xml
@@ -1,12 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.beethoven.code</groupId>
<artifactId>ranged-review</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ranged-review</name>
<url>http://maven.apache.org</url>

<url>https://github.com/sergeevalexey/ranged-review</url>

<build>
<plugins>
Expand All @@ -23,24 +25,6 @@
</archive>
</configuration>
</plugin>
<!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.6</version>
<configuration>
<excludes>
<exclude>junit:junit</exclude>
</excludes>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin-->
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
Expand Down

0 comments on commit b3b09a2

Please sign in to comment.