Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Jun 26, 2014
1 parent 026ef33 commit 7d6cdf5
Show file tree
Hide file tree
Showing 25 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-base/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-base/weasis-base-explorer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-base-parent</artifactId>
<groupId>org.weasis.base</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-base-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions weasis-base/weasis-base-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,13 +15,13 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-ui</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion weasis-base/weasis-base-ui/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-base-parent</artifactId>
<groupId>org.weasis.base</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-base-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-base/weasis-base-viewer2d/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-base-parent</artifactId>
<groupId>org.weasis.base</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-base-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-core/weasis-core-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-core-parent</artifactId>
<groupId>org.weasis.core</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-core-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-core/weasis-core-parent/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../weasis-parent/pom.xml</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions weasis-core/weasis-core-ui/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-core-parent</artifactId>
<groupId>org.weasis.core</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-core-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion weasis-dicom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions weasis-dicom/weasis-dicom-codec/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-dicom-parent</artifactId>
<groupId>org.weasis.dicom</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-dicom-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.weasis.imageio</groupId>
<artifactId>weasis-imageio-codec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions weasis-dicom/weasis-dicom-explorer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-dicom-parent</artifactId>
<groupId>org.weasis.dicom</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-dicom-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -36,13 +36,13 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-ui</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.dicom</groupId>
<artifactId>weasis-dicom-codec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions weasis-dicom/weasis-dicom-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions weasis-dicom/weasis-dicom-sr/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-dicom-parent</artifactId>
<groupId>org.weasis.dicom</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-dicom-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -36,19 +36,19 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-ui</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.dicom</groupId>
<artifactId>weasis-dicom-codec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.dicom</groupId>
<artifactId>weasis-dicom-explorer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions weasis-dicom/weasis-dicom-viewer2d/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-dicom-parent</artifactId>
<groupId>org.weasis.dicom</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-dicom-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -36,25 +36,25 @@
<dependency>
<groupId>org.weasis.dicom</groupId>
<artifactId>weasis-dicom-explorer</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-ui</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.dicom</groupId>
<artifactId>weasis-dicom-codec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.weasis.imageio</groupId>
<artifactId>weasis-imageio-codec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion weasis-imageio/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-imageio/weasis-imageio-codec-linux-x86-64/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-imageio-parent</artifactId>
<groupId>org.weasis.imageio</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-imageio-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-imageio/weasis-imageio-codec-linux-x86/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-imageio-parent</artifactId>
<groupId>org.weasis.imageio</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-imageio-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-imageio/weasis-imageio-codec-windows-x86/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>weasis-imageio-parent</artifactId>
<groupId>org.weasis.imageio</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-imageio-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-imageio/weasis-imageio-codec/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-imageio-parent</artifactId>
<groupId>org.weasis.imageio</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-imageio-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions weasis-imageio/weasis-imageio-parent/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.weasis.core</groupId>
<artifactId>weasis-core-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion weasis-launcher/conf/config.properties
Expand Up @@ -195,7 +195,7 @@ obr.repository.url=http://felix.apache.org/obr/releases.xml file:///${maven.loca
##### Application main user interface bundle. Mandatory with the default launcher.
weasis.main.ui=weasis-base-ui
##### Application version. This property is mandatory, do not remove it.
weasis.version=2.0.0-beta
weasis.version=2.0.0
##### Application name
weasis.name=Weasis
##### Applicatation resources (logo, presets, LUTs, dicom annotations configuration...)
Expand Down
2 changes: 1 addition & 1 deletion weasis-launcher/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>weasis-parent</artifactId>
<groupId>org.weasis</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../weasis-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion weasis-parent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<!-- Shared parent. Define the settings common to all projects using Weasis -->
<groupId>org.weasis</groupId>
<artifactId>weasis-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<prerequisites>
Expand Down

0 comments on commit 7d6cdf5

Please sign in to comment.