Skip to content

Commit

Permalink
Updates POMs to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Feb 12, 2015
1 parent 8a0c7e5 commit e636cc8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
30 changes: 15 additions & 15 deletions bundles/org.eclipse.emf.emfstore.common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>emfstore-bundles-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.emf.emfstore.releng.bundles</relativePath>
</parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>org.eclipse.emf.emfstore.common</artifactId>
<version>1.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>emfstore-bundles-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.emf.emfstore.releng.bundles</relativePath>
</parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>org.eclipse.emf.emfstore.common</artifactId>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
30 changes: 15 additions & 15 deletions bundles/org.eclipse.emf.emfstore.server.model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>emfstore-bundles-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.emf.emfstore.releng.bundles</relativePath>
</parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>org.eclipse.emf.emfstore.server.model</artifactId>
<version>1.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>emfstore-bundles-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.emf.emfstore.releng.bundles</relativePath>
</parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>org.eclipse.emf.emfstore.server.model</artifactId>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
30 changes: 15 additions & 15 deletions bundles/org.eclipse.emf.emfstore.server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>emfstore-bundles-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.emf.emfstore.releng.bundles</relativePath>
</parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>org.eclipse.emf.emfstore.server</artifactId>
<version>1.4.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>emfstore-bundles-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<relativePath>../../releng/org.eclipse.emf.emfstore.releng.bundles</relativePath>
</parent>
<groupId>org.eclipse.emf.emfstore</groupId>
<artifactId>org.eclipse.emf.emfstore.server</artifactId>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit e636cc8

Please sign in to comment.