Skip to content

Commit

Permalink
Merge pull request #17 from n-lagomarsini/JAIEXT-31
Browse files Browse the repository at this point in the history
[JAIEXT-31] Fix pom definitions
  • Loading branch information
n-lagomarsini committed Jun 24, 2014
2 parents b86e4a5 + 5ad846a commit c0eeb7a
Show file tree
Hide file tree
Showing 21 changed files with 44 additions and 44 deletions.
6 changes: 3 additions & 3 deletions concurrent-tile-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions-concurrent-tile-cache</groupId>
<groupId>it.geosolutions.jaiext.concurrent-tile-cache</groupId>
<artifactId>concurrent-tile-cache</artifactId>
<packaging>jar</packaging>
<name>New tile cache implementation supporting concurrency</name>
Expand Down
4 changes: 2 additions & 2 deletions jt-affine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.affine</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-algebra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.algebra</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-bandmerge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.bandmerge</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-border/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.border</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-buffer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jaiext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.buffer</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-crop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.crop</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-iterators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.iterators</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.lookup</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-mosaic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.mosaic</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-nullop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.nullop</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-rescale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.rescale</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-scale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.scale</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jaiext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.scheduler</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-stats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jaiext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.stats</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-translate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.translate</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.utilities</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-warp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.warp</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jt-zonal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions.jaiext.zonal</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<!-- ======================================================== -->
<!-- Project Description -->
<!-- ======================================================== -->
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>GeoSolutions JAI Extensions Library Root Project</name>
Expand Down
6 changes: 3 additions & 3 deletions squareroot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<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>
<parent>
<groupId>it.geosolutions.jai-ext</groupId>
<artifactId>jai-ext</artifactId>
<groupId>it.geosolutions.jaiext</groupId>
<artifactId>jaiext</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>it.geosolutions-jai-ext</groupId>
<groupId>it.geosolutions.jaiext.squareroot</groupId>
<artifactId>square-root</artifactId>
<packaging>jar</packaging>
<name>Square Root Contrast Enhancement jai operation</name>
Expand Down

0 comments on commit c0eeb7a

Please sign in to comment.