-
Notifications
You must be signed in to change notification settings - Fork 17
/
increase_version.diff
289 lines (287 loc) · 12.4 KB
/
increase_version.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
diff --git a/features/com.cisco.yangide.m2e.yang.feature/feature.xml b/features/com.cisco.yangide.m2e.yang.feature/feature.xml
index 7f8e7ab..db5d738 100644
--- a/features/com.cisco.yangide.m2e.yang.feature/feature.xml
+++ b/features/com.cisco.yangide.m2e.yang.feature/feature.xml
@@ -21,7 +21,7 @@
<requires>
<import feature="org.eclipse.m2e.feature" version="1.5.0.20140606-0033"/>
- <import feature="com.cisco.yangide.feature" version="1.1.0.qualifier"/>
+ <import feature="com.cisco.yangide.feature" version="1.1.1.qualifier"/>
</requires>
<plugin
diff --git a/increase_version.diff b/increase_version.diff
index 1766fc4..e69de29 100644
--- a/increase_version.diff
+++ b/increase_version.diff
@@ -1,271 +0,0 @@
-diff --git a/features/com.cisco.yangide.feature/feature.xml b/features/com.cisco.yangide.feature/feature.xml
-index a7788c9..2a0a57e 100644
---- a/features/com.cisco.yangide.feature/feature.xml
-+++ b/features/com.cisco.yangide.feature/feature.xml
-@@ -9,7 +9,7 @@
- <feature
- id="com.cisco.yangide.feature"
- label="%featureName"
-- version="1.1.0.qualifier"
-+ version="1.1.1.qualifier"
- provider-name="%providerName"
- plugin="com.cisco.yangide.ui">
-
-diff --git a/features/com.cisco.yangide.feature/pom.xml b/features/com.cisco.yangide.feature/pom.xml
-index 9cbbab6..3c65244 100644
---- a/features/com.cisco.yangide.feature/pom.xml
-+++ b/features/com.cisco.yangide.feature/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/features/com.cisco.yangide.m2e.yang.feature/feature.xml b/features/com.cisco.yangide.m2e.yang.feature/feature.xml
-index 8f8d2ba..a11960c 100644
---- a/features/com.cisco.yangide.m2e.yang.feature/feature.xml
-+++ b/features/com.cisco.yangide.m2e.yang.feature/feature.xml
-@@ -9,7 +9,7 @@
- <feature
- id="com.cisco.yangide.m2e.yang.feature"
- label="%featureName"
-- version="1.1.0.qualifier"
-+ version="1.1.1.qualifier"
- provider-name="%providerName"
- plugin="com.cisco.yangide.m2e.yang">
-
-diff --git a/features/com.cisco.yangide.m2e.yang.feature/pom.xml b/features/com.cisco.yangide.m2e.yang.feature/pom.xml
-index eff45c0..4c265e2 100644
---- a/features/com.cisco.yangide.m2e.yang.feature/pom.xml
-+++ b/features/com.cisco.yangide.m2e.yang.feature/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/plugins/com.cisco.yangide.core.tests/META-INF/MANIFEST.MF b/plugins/com.cisco.yangide.core.tests/META-INF/MANIFEST.MF
-index 9dd6de0..a448aaf 100644
---- a/plugins/com.cisco.yangide.core.tests/META-INF/MANIFEST.MF
-+++ b/plugins/com.cisco.yangide.core.tests/META-INF/MANIFEST.MF
-@@ -2,7 +2,7 @@ Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: YANG IDE Core Tests Plug-in
- Bundle-SymbolicName: com.cisco.yangide.core.tests
--Bundle-Version: 1.1.0.qualifier
-+Bundle-Version: 1.1.1.qualifier
- Bundle-RequiredExecutionEnvironment: JavaSE-1.7
- Require-Bundle: org.eclipse.m2e.tests.common;bundle-version="1.4.0",
- org.junit;bundle-version="3.8.2",
-diff --git a/plugins/com.cisco.yangide.core.tests/pom.xml b/plugins/com.cisco.yangide.core.tests/pom.xml
-index e9217be..645f715 100644
---- a/plugins/com.cisco.yangide.core.tests/pom.xml
-+++ b/plugins/com.cisco.yangide.core.tests/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/plugins/com.cisco.yangide.core/META-INF/MANIFEST.MF b/plugins/com.cisco.yangide.core/META-INF/MANIFEST.MF
-index 7c6717a..5a4b232 100644
---- a/plugins/com.cisco.yangide.core/META-INF/MANIFEST.MF
-+++ b/plugins/com.cisco.yangide.core/META-INF/MANIFEST.MF
-@@ -2,7 +2,7 @@ Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: com.cisco.yangide.core
- Bundle-SymbolicName: com.cisco.yangide.core;singleton:=true
--Bundle-Version: 1.1.0.qualifier
-+Bundle-Version: 1.1.1.qualifier
- Bundle-Activator: com.cisco.yangide.core.YangCorePlugin
- Bundle-Vendor: Cisco Systems, Inc.
- Require-Bundle: org.eclipse.core.runtime,
-diff --git a/plugins/com.cisco.yangide.core/pom.xml b/plugins/com.cisco.yangide.core/pom.xml
-index eb3846d..5aa85f4 100644
---- a/plugins/com.cisco.yangide.core/pom.xml
-+++ b/plugins/com.cisco.yangide.core/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/plugins/com.cisco.yangide.editor/META-INF/MANIFEST.MF b/plugins/com.cisco.yangide.editor/META-INF/MANIFEST.MF
-index bb2fe7e..56e751f 100644
---- a/plugins/com.cisco.yangide.editor/META-INF/MANIFEST.MF
-+++ b/plugins/com.cisco.yangide.editor/META-INF/MANIFEST.MF
-@@ -2,7 +2,7 @@ Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: Editor
- Bundle-SymbolicName: com.cisco.yangide.editor;singleton:=true
--Bundle-Version: 1.1.0.qualifier
-+Bundle-Version: 1.1.1.qualifier
- Bundle-ClassPath: .
- Bundle-Activator: com.cisco.yangide.editor.YangEditorPlugin
- Bundle-Vendor: Cisco
-diff --git a/plugins/com.cisco.yangide.editor/pom.xml b/plugins/com.cisco.yangide.editor/pom.xml
-index ec51cc6..7b399d9 100644
---- a/plugins/com.cisco.yangide.editor/pom.xml
-+++ b/plugins/com.cisco.yangide.editor/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/plugins/com.cisco.yangide.m2e.yang.tests/META-INF/MANIFEST.MF b/plugins/com.cisco.yangide.m2e.yang.tests/META-INF/MANIFEST.MF
-index 172dbfc..4115a46 100644
---- a/plugins/com.cisco.yangide.m2e.yang.tests/META-INF/MANIFEST.MF
-+++ b/plugins/com.cisco.yangide.m2e.yang.tests/META-INF/MANIFEST.MF
-@@ -2,7 +2,7 @@ Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: Tests Plug-in
- Bundle-SymbolicName: com.cisco.yangide.m2e.yang.tests
--Bundle-Version: 1.1.0.qualifier
-+Bundle-Version: 1.1.1.qualifier
- Bundle-RequiredExecutionEnvironment: JavaSE-1.7
- Require-Bundle: org.eclipse.m2e.tests.common;bundle-version="1.4.0",
- org.junit,
-diff --git a/plugins/com.cisco.yangide.m2e.yang.tests/pom.xml b/plugins/com.cisco.yangide.m2e.yang.tests/pom.xml
-index 8542964..b2befbe 100644
---- a/plugins/com.cisco.yangide.m2e.yang.tests/pom.xml
-+++ b/plugins/com.cisco.yangide.m2e.yang.tests/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/plugins/com.cisco.yangide.m2e.yang/META-INF/MANIFEST.MF b/plugins/com.cisco.yangide.m2e.yang/META-INF/MANIFEST.MF
-index 06288ad..ab68dec 100644
---- a/plugins/com.cisco.yangide.m2e.yang/META-INF/MANIFEST.MF
-+++ b/plugins/com.cisco.yangide.m2e.yang/META-INF/MANIFEST.MF
-@@ -2,7 +2,7 @@ Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: com.cisco.yangide.m2e.yang
- Bundle-SymbolicName: com.cisco.yangide.m2e.yang;singleton:=true
--Bundle-Version: 1.1.0.qualifier
-+Bundle-Version: 1.1.1.qualifier
- Bundle-Vendor: Cisco Systems, Inc.
- Bundle-RequiredExecutionEnvironment: JavaSE-1.7
- Require-Bundle: org.eclipse.core.resources,
-diff --git a/plugins/com.cisco.yangide.m2e.yang/pom.xml b/plugins/com.cisco.yangide.m2e.yang/pom.xml
-index 767756b..5907127 100644
---- a/plugins/com.cisco.yangide.m2e.yang/pom.xml
-+++ b/plugins/com.cisco.yangide.m2e.yang/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/plugins/com.cisco.yangide.ui/META-INF/MANIFEST.MF b/plugins/com.cisco.yangide.ui/META-INF/MANIFEST.MF
-index bb72685..af757b5 100644
---- a/plugins/com.cisco.yangide.ui/META-INF/MANIFEST.MF
-+++ b/plugins/com.cisco.yangide.ui/META-INF/MANIFEST.MF
-@@ -2,7 +2,7 @@ Manifest-Version: 1.0
- Bundle-ManifestVersion: 2
- Bundle-Name: com.cisco.yangide.ui
- Bundle-SymbolicName: com.cisco.yangide.ui;singleton:=true
--Bundle-Version: 1.1.0.qualifier
-+Bundle-Version: 1.1.1.qualifier
- Bundle-Activator: com.cisco.yangide.ui.YangUIPlugin
- Bundle-Vendor: Cisco Systems, Inc.
- Bundle-Localization: plugin
-diff --git a/plugins/com.cisco.yangide.ui/pom.xml b/plugins/com.cisco.yangide.ui/pom.xml
-index c4449c9..63c0f99 100644
---- a/plugins/com.cisco.yangide.ui/pom.xml
-+++ b/plugins/com.cisco.yangide.ui/pom.xml
-@@ -12,7 +12,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/pom.xml b/pom.xml
-index 5af9809..1f78c05 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -11,7 +11,7 @@
-
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>YANG IDE Parent</name>
-
-diff --git a/product/target-platform/pom.xml b/product/target-platform/pom.xml
-index bf28ded..340b2a7 100644
---- a/product/target-platform/pom.xml
-+++ b/product/target-platform/pom.xml
-@@ -6,7 +6,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-
-diff --git a/product/update-site/category.xml b/product/update-site/category.xml
-index 686ae7f..974b25e 100644
---- a/product/update-site/category.xml
-+++ b/product/update-site/category.xml
-@@ -1,15 +1,15 @@
- <?xml version="1.0" encoding="UTF-8"?>
- <site>
-- <feature url="features/com.cisco.yangide.feature_1.1.0.qualifier.jar" id="com.cisco.yangide.feature" version="1.1.0.qualifier">
-+ <feature url="features/com.cisco.yangide.feature_1.1.1.qualifier.jar" id="com.cisco.yangide.feature" version="1.1.1.qualifier">
- <category name="yang-ide"/>
- </feature>
-- <feature url="features/com.cisco.yangide.m2e.yang.feature_1.1.0.qualifier.jar" id="com.cisco.yangide.m2e.yang.feature" version="1.1.0.qualifier">
-+ <feature url="features/com.cisco.yangide.m2e.yang.feature_1.1.1.qualifier.jar" id="com.cisco.yangide.m2e.yang.feature" version="1.1.1.qualifier">
- <category name="yang-ide"/>
- </feature>
-- <feature url="features/com.cisco.yangide.feature.source_1.1.0.qualifier.jar" id="com.cisco.yangide.feature.source" version="1.1.0.qualifier">
-+ <feature url="features/com.cisco.yangide.feature.source_1.1.1.qualifier.jar" id="com.cisco.yangide.feature.source" version="1.1.1.qualifier">
- <category name="yang-ide"/>
- </feature>
-- <feature url="features/com.cisco.yangide.m2e.yang.feature.source_1.1.0.qualifier.jar" id="com.cisco.yangide.m2e.yang.feature.source" version="1.1.0.qualifier">
-+ <feature url="features/com.cisco.yangide.m2e.yang.feature.source_1.1.1.qualifier.jar" id="com.cisco.yangide.m2e.yang.feature.source" version="1.1.1.qualifier">
- <category name="yang-ide"/>
- </feature>
- <category-def name="yang-ide" label="YANG IDE"/>
-diff --git a/product/update-site/pom.xml b/product/update-site/pom.xml
-index dc899b0..ab83199 100644
---- a/product/update-site/pom.xml
-+++ b/product/update-site/pom.xml
-@@ -5,7 +5,7 @@
- <parent>
- <groupId>com.cisco.yangide</groupId>
- <artifactId>com.cisco.yangide.parent</artifactId>
-- <version>1.1.0-SNAPSHOT</version>
-+ <version>1.1.1-SNAPSHOT</version>
- <relativePath>../..</relativePath>
- </parent>
-