File tree 5 files changed +6
-5
lines changed
cobigen-eclipse-test/META-INF
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" com.devonfw.cobigen.eclipse.feature"
4
4
label =" CobiGen Eclipse Plug-in"
5
- version =" 2021.08.002.qualifier "
5
+ version =" 2021.08.002"
6
6
provider-name =" devonfw Team" >
7
7
8
8
<description >
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.devonfw.cobigen.eclipse.test;singleton:=true
5
- Bundle-Version : 2021.08.002.qualifier
5
+ Bundle-Version : 2021.08.002
6
6
Bundle-Vendor : devonfw
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
8
Bundle-ActivationPolicy : lazy
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.devonfw.cobigen.eclipse;singleton:=true
5
- Bundle-Version : 2021.08.002.qualifier
5
+ Bundle-Version : 2021.08.002
6
6
Bundle-Activator : com.devonfw.cobigen.eclipse.Activator
7
7
Bundle-Vendor : devonfw Team
8
8
Require-Bundle : org.eclipse.ui;bundle-version="3.104.0",
Original file line number Diff line number Diff line change 129
129
doAskQuestion " Should I cleanup?" # will exit if no
130
130
doRunCommand " git reset --hard HEAD"
131
131
doRunCommand " git clean -xf"
132
+ doRunCommand " git pull"
132
133
fi
133
134
cd " $SCRIPT_PATH "
134
135
else
Original file line number Diff line number Diff line change 10
10
<description >A Code-based incremental Generator</description >
11
11
12
12
<properties >
13
- <revision >2021.08.002-SNAPSHOT </revision >
13
+ <revision >2021.08.002</revision >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<github .project>devonfw/cobigen</github .project>
16
16
<flatten .mode>ossrh</flatten .mode>
638
638
</releases >
639
639
</repository >
640
640
</repositories >
641
- </project >
641
+ </project >
You can’t perform that action at this time.
0 commit comments