Updating pom's to use new artifactId's

This commit is contained in:
Jeremy Grelle
2008-05-06 15:38:24 +00:00
parent 50e37ecba4
commit cced57059e
4 changed files with 13 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<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>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<artifactId>org.springframework.binding</artifactId>
<packaging>jar</packaging>
<name>Spring Binding</name>
<version>2.0.0.RELEASE</version>

View File

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<artifactId>org.springframework.faces</artifactId>
<packaging>jar</packaging>
<name>Spring Faces</name>
<version>2.0.0.RELEASE</version>
@@ -61,17 +61,17 @@
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<artifactId>org.springframework.binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<artifactId>org.springframework.js</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<artifactId>org.springframework.webflow</artifactId>
<version>${project.version}</version>
</dependency>

View File

@@ -2,7 +2,7 @@
<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>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<artifactId>org.springframework.js</artifactId>
<packaging>jar</packaging>
<name>Spring JavaScript</name>
<version>2.0.0.RELEASE</version>

View File

@@ -2,7 +2,7 @@
<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>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<artifactId>org.springframework.webflow</artifactId>
<packaging>jar</packaging>
<name>Spring Web Flow</name>
<version>2.0.0.RELEASE</version>
@@ -58,7 +58,12 @@
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<artifactId>org.springframework.binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>${project.version}</version>
</dependency>
<!-- build time only dependencies -->