Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mvvmFX-parent-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sialcasa committed Dec 23, 2013
1 parent f9a1e4a commit 32df869
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
7 changes: 3 additions & 4 deletions mvvmfx-parent/mvvmfx-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>mvvmFX-cdi</artifactId>
Expand All @@ -34,7 +33,7 @@
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down
7 changes: 3 additions & 4 deletions mvvmfx-parent/mvvmfx-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>mvvmFX-guice</artifactId>
Expand All @@ -37,7 +36,7 @@
<dependency>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down
5 changes: 2 additions & 3 deletions mvvmfx-parent/mvvmfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>mvvmFX</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions mvvmfx-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -26,7 +25,7 @@
<groupId>de.saxsys</groupId>
<artifactId>mvvmFX-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<name>mvvmFX parent</name>
<description>Application Framework for MVVM with JavaFX.</description>
<url>http://www.saxsys.de</url>
Expand Down

0 comments on commit 32df869

Please sign in to comment.