Skip to content

Commit

Permalink
cleanup pom
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeboard committed Nov 19, 2012
1 parent b52455d commit 1fed526
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 27 deletions.
3 changes: 2 additions & 1 deletion org.kevoree.extra.fota/org.kevoree.fota.api/pom.xml
Expand Up @@ -4,7 +4,8 @@
<parent>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.kevoree.extra</groupId>
Expand Down
7 changes: 4 additions & 3 deletions org.kevoree.extra.fota/org.kevoree.fota.native/nix32/pom.xml
Expand Up @@ -4,12 +4,13 @@
<parent>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native.nix32</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>

<name>native NIX32</name>

Expand All @@ -19,7 +20,7 @@
<dependency>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
</dependency>
</dependencies>

Expand Down
7 changes: 4 additions & 3 deletions org.kevoree.extra.fota/org.kevoree.fota.native/nix64/pom.xml
Expand Up @@ -4,13 +4,14 @@
<parent>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>


<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native.nix64</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>

<name>native NIX64</name>

Expand All @@ -20,7 +21,7 @@
<dependency>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
</dependency>
</dependencies>

Expand Down
17 changes: 7 additions & 10 deletions org.kevoree.extra.fota/org.kevoree.fota.native/osx/pom.xml
Expand Up @@ -4,12 +4,13 @@
<parent>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native.osx</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>

<name>native OSX</name>

Expand All @@ -28,7 +29,7 @@
<dependency>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -96,9 +97,8 @@
</goals>
</execution>
</executions>


<plugin>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
Expand All @@ -116,10 +116,7 @@
</goals>
</execution>
</executions>
</plugin>

</plugin>

</plugin>
</plugins>
</build>
</project>
13 changes: 4 additions & 9 deletions org.kevoree.extra.fota/org.kevoree.fota.native/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota.native</artifactId>
<version>1.1-SNAPSHOT</version>

<version>1.2</version>

<name>native ROOT</name>
<packaging>pom</packaging>
Expand All @@ -29,8 +29,7 @@
<modules>
<module>win32</module>
</modules>
</profile> -->

</profile> -->
<profile>
<id>nix32</id>
<activation>
Expand All @@ -44,7 +43,6 @@
<module>nix32</module>
</modules>
</profile>

<profile>
<id>nix64</id>
<activation>
Expand All @@ -65,13 +63,10 @@
<family>mac</family>
</os>
</activation>


<modules>
<module>osx</module>
</modules>
</profile>

</profiles>

</project>
2 changes: 1 addition & 1 deletion org.kevoree.extra.fota/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kevoree.extra</groupId>
<artifactId>org.kevoree.extra.fota</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.2</version>
<name>Fota root</name>

<parent>
Expand Down

0 comments on commit 1fed526

Please sign in to comment.