Skip to content

Commit

Permalink
Update version to 0.8.
Browse files Browse the repository at this point in the history
Closes: #8, #11, #12
  • Loading branch information
pmar committed Mar 18, 2014
1 parent 646f302 commit 3b590ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions jlinda-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.jlinda</groupId>
<artifactId>jlinda</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<name>jLinda Core Libs</name>
<groupId>org.jlinda</groupId>
<artifactId>jlinda-core</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jlinda-core/src/main/resources/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifestVersion>1.0.0</manifestVersion>
<symbolicName>jlinda-core</symbolicName>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<name>jLinda Core Libs</name>
<description>jLinda Core Libs</description>

Expand Down
6 changes: 3 additions & 3 deletions jlinda-nest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>jlinda</artifactId>
<groupId>org.jlinda</groupId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</parent>

<name>jLinda NEST Support</name>
<groupId>org.jlinda</groupId>
<artifactId>jlinda-nest</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<!-- <version>${jlinda.version}</version> -->

<description>NEST utilities and operators</description>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.jlinda</groupId>
<artifactId>jlinda-core</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
</dependency>
<dependency>
<groupId>org.esa.beam</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jlinda-nest/src/main/resources/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifestVersion>1.0.0</manifestVersion>
<symbolicName>jlinda-nest</symbolicName>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<name>NEST InSAR Operators</name>
<description>NEST InSAR operators</description>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<name>jLinda</name>
<groupId>org.jlinda</groupId>
<artifactId>jlinda</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>

<description>Java Library for Interferometric Data Analysis (jLinda)</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jlinda.version>0.8-SNAPSHOT</jlinda.version>
<jlinda.version>0.8</jlinda.version>
<nest.version>5.1</nest.version>
<beam.version>5.0-4.10.4</beam.version>
<jblas.version>1.2.3</jblas.version>
Expand Down

0 comments on commit 3b590ed

Please sign in to comment.