Skip to content

Commit

Permalink
#217 changed groupid of examples to de.saxsys.mvvmfx
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jul 2, 2015
1 parent ee8953e commit 2e99e45
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 33 deletions.
4 changes: 2 additions & 2 deletions examples/mvvmfx-books-example/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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions examples/mvvmfx-cdi-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</description>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>

Expand All @@ -37,7 +37,7 @@
<artifactId>mvvmfx-cdi</artifactId>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-complex</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-complex-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<name>Complex Example</name>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-contacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>mvvmfx-contacts</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-fx-root-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<name>Example with fx:root</name>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions examples/mvvmfx-guice-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@


<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down Expand Up @@ -51,7 +51,7 @@
<artifactId>mvvmfx-guice</artifactId>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-complex</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-helloworld-without-fxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<name>HelloWorld Example without FXML</name>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<artifactId>mvvmfx-helloworld</artifactId>
<name>HelloWorld Example</name>
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-synchronizefx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<artifactId>mvvmfx-synchronizefx</artifactId>
<name>SynchronizeFX example</name>
<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/mvvmfx-todomvc/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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
23 changes: 12 additions & 11 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<version>1.4.0-SNAPSHOT</version>
</parent>

<artifactId>mvvmfx-examples</artifactId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>examples</artifactId>
<packaging>pom</packaging>


Expand All @@ -29,52 +30,52 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-complex</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-guice-example</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-cdi-example</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-fx-root-example</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-helloworld</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-helloworld-without-fxml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-synchronizefx</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-contacts</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-library-example</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.saxsys</groupId>
<groupId>de.saxsys.mvvmfx</groupId>
<artifactId>mvvmfx-todomvc</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 2e99e45

Please sign in to comment.