Revision 12631be4 shared/pom.xml

b/shared/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
    http://maven.apache.org/maven-v4_0_0.xsd">
1
<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">
5 2
  <modelVersion>4.0.0</modelVersion>
6 3

  
7 4
  <parent>
8 5
    <groupId>gr.grnet</groupId>
9 6
    <artifactId>aquarium</artifactId>
10
    <version>0.0.1-SNAPSHOT</version>
7
    <version>0.0.1</version>
11 8
  </parent>
12 9

  
13 10
  <groupId>gr.grnet.aquarium</groupId>
14 11
  <artifactId>shared</artifactId>
15
  <version>0.0.1-SNAPSHOT</version>
12
  <version>0.0.1</version>
16 13

  
17 14
  <packaging>pom</packaging>
18 15
  <name>Aquarium Shared Resources</name>

Also available in: Unified diff