[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[tm-cvs-commit] moberhuber org.eclipse.tm.rse/features/org.eclipse.rse.local-feature feature.xml pom.xml
|
- From: Eclipse CVS Genie <genie@xxxxxxxxxxx>
- Date: Sun, 06 May 2012 21:33:55 +0000
- Delivered-to: tm-cvs-commit@eclipse.org
Update of /cvsroot/tools/org.eclipse.tm.rse/features/org.eclipse.rse.local-feature
In directory dev1:/tmp/cvs-serv17350
Modified Files:
feature.xml pom.xml
Log Message:
[releng] Fix feature versions for Juno / Tycho build
Index: feature.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.tm.rse/features/org.eclipse.rse.local-feature/feature.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** feature.xml 6 May 2012 19:55:13 -0000 1.33
--- feature.xml 6 May 2012 21:33:53 -0000 1.34
***************
*** 13,17 ****
id="org.eclipse.rse.local"
label="%featureName"
! version="2.1.300.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.local">
--- 13,17 ----
id="org.eclipse.rse.local"
label="%featureName"
! version="2.1.400.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.local">
Index: pom.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.tm.rse/features/org.eclipse.rse.local-feature/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pom.xml 13 Feb 2012 03:42:13 -0000 1.2
--- pom.xml 6 May 2012 21:33:53 -0000 1.3
***************
*** 11,15 ****
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.local</artifactId>
! <version>2.1.300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
--- 11,15 ----
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.local</artifactId>
! <version>2.1.400-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>