[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[tm-cvs-commit] moberhuber org.eclipse.tm.core/wince/org.eclipse.tm.rapi pom.xml
|
- From: Eclipse CVS Genie <genie@xxxxxxxxxxx>
- Date: Sun, 06 May 2012 21:57:54 +0000
- Delivered-to: tm-cvs-commit@eclipse.org
Update of /cvsroot/tools/org.eclipse.tm.core/wince/org.eclipse.tm.rapi
In directory dev1:/tmp/cvs-serv32209
Added Files:
pom.xml
Log Message:
[releng] Fix bundle versions for Juno / Tycho build
--- NEW FILE: pom.xml ---
<?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>
<artifactId>tm-parent</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.tm.rapi</artifactId>
<version>0.2.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>