Skip to content

Commit

Permalink
make that thing build by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
akraievoy committed Apr 22, 2011
1 parent 21d4722 commit 3e92e93
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions pom.xml
@@ -1,26 +1,14 @@
<?xml version="1.0"?>
<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">
<parent>
<artifactId>holonet-root</artifactId>
<groupId>org.akraievoy</groupId>
<version>1.3</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.akraievoy</groupId>
<artifactId>base</artifactId>
<name>org.akraievoy :: base</name>
<version>1.3</version>
<name>org.akraievoy:base</name>
<version>1.3.1</version>

<repositories>
<repository>
<id>local</id>
<name>local</name>
<url>file://${project.basedir}/../ext/repo</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -99,5 +87,4 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 3e92e93

Please sign in to comment.