Skip to content

Commit

Permalink
Updated ocpsoft parent
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Feb 15, 2012
1 parent 0c52bc5 commit 421fc40
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ocpsoft</groupId>
<artifactId>ocpsoft-parent</artifactId>
<version>1</version>
<version>2</version>
</parent>

<artifactId>ocpsoft-pretty-time</artifactId>
Expand Down Expand Up @@ -59,13 +59,6 @@
</developer>
</developers>

<distributionManagement>
<repository>
<id>ocpsoft.ftp.public</id>
<url>ftp://ocpsoft.com/ocpsoft.com/repository</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>javax.faces</groupId>
Expand All @@ -81,10 +74,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<organization>
<name>OcpSoft</name>
<url>http://ocpsoft.com</url>
</organization>

<build>
<plugins>
Expand Down Expand Up @@ -112,13 +101,6 @@
</executions>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
<version>1.0-alpha-6</version>
</extension>
</extensions>
</build>

<reporting>
Expand Down

0 comments on commit 421fc40

Please sign in to comment.