File tree 8 files changed +10
-7
lines changed
cobigen-eclipse-updatesite
8 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" com.capgemini.cobigen.eclipse.feature"
4
4
label =" CobiGen Eclipse Plug-in"
5
- version =" 2.0.1.qualifier "
5
+ version =" 2.0.1"
6
6
provider-name =" Capgemini" >
7
7
8
8
<description >
Original file line number Diff line number Diff line change 5
5
<artifactId >com.capgemini.cobigen.eclipse.feature</artifactId >
6
6
<name >CobiGen - Eclipse Plug-In Feature</name >
7
7
<packaging >eclipse-feature</packaging >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0.1</version >
9
9
10
10
<parent >
11
11
<groupId >com.capgemini</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : CobiGen Eclipse Plug-In Tests
4
4
Bundle-SymbolicName : com.capgemini.cobigen.eclipse.test;singleton:=true
5
- Bundle-Version : 2.0.1.qualifier
5
+ Bundle-Version : 2.0.1
6
6
Bundle-Vendor : Capgemini
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.7
8
8
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 5
5
<artifactId >com.capgemini.cobigen.eclipse.test</artifactId >
6
6
<name >CobiGen - Eclipse Plug-In Tests</name >
7
7
<packaging >eclipse-test-plugin</packaging >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0.1</version >
9
9
10
10
<parent >
11
11
<groupId >com.capgemini</groupId >
Original file line number Diff line number Diff line change 5
5
<artifactId >com.capgemini.cobigen.eclipse.updatesite</artifactId >
6
6
<name >CobiGen - Eclipse Plug-In UpdateSite</name >
7
7
<packaging >eclipse-repository</packaging >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0.1</version >
9
9
10
10
<parent >
11
11
<groupId >com.capgemini</groupId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : CobiGen Eclipse Plug-In
4
4
Bundle-SymbolicName : com.capgemini.cobigen.eclipse;singleton:=true
5
- Bundle-Version : 2.0.1.qualifier
5
+ Bundle-Version : 2.0.1
6
6
Bundle-Activator : com.capgemini.cobigen.eclipse.Activator
7
7
Bundle-Vendor : Capgemini
8
8
Require-Bundle : org.eclipse.ui;bundle-version="3.104.0",
Original file line number Diff line number Diff line change 5
5
<artifactId >com.capgemini.cobigen.eclipse</artifactId >
6
6
<name >CobiGen - Eclipse Plug-In</name >
7
7
<packaging >eclipse-plugin</packaging >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0.1</version >
9
9
10
10
<parent >
11
11
<groupId >com.capgemini</groupId >
Original file line number Diff line number Diff line change 1
1
cd cobigen-eclipse
2
2
call mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=%1
3
3
cd ..
4
+ cd cobigen-eclipse-test
5
+ call mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=%1
6
+ cd ..
4
7
cd cobigen-eclipse-feature
5
8
call mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=%1
6
9
cd ..
You can’t perform that action at this time.
0 commit comments