File tree 10 files changed +17
-10
lines changed
com.developer.nefarious.zjoule.feature
com.developer.nefarious.zjoule.plugin
com.developer.nefarious.zjoule.test
com.developer.nefarious.zjoule.updatesite
10 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Semantic Versioning Changelog
2
2
3
+ ## [ 2.0.2] ( https://github.com/The-Nefarious-Developer/zjoule/compare/v2.0.1...v2.0.2 ) (2025-02-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * add label object to handle correct resource group response parsing ([ b9feeed] ( https://github.com/The-Nefarious-Developer/zjoule/commit/b9feeed43a692759bddaf2ca278e05172672041e ) )
9
+
3
10
## [ 2.0.1] ( https://github.com/The-Nefarious-Developer/zjoule/compare/v2.0.0...v2.0.1 ) (2025-01-21)
4
11
5
12
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" com.developer.nefarious.zjoule"
4
4
label =" zJoule - SAP AI Assistant"
5
- version =" 2.0.1 "
5
+ version =" 2.0.2 "
6
6
provider-name =" The Nefarious Developer" >
7
7
8
8
<description >
Original file line number Diff line number Diff line change 6
6
7
7
<artifactId >com.developer.nefarious.zjoule</artifactId >
8
8
<name >zjoule - feature</name >
9
- <version >2.0.1 </version >
9
+ <version >2.0.2 </version >
10
10
11
11
<parent >
12
12
<groupId >com.developer.nefarious.zjoule</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 : zjoule
4
4
Bundle-SymbolicName : com.developer.nefarious.zjoule.plugin;singleton:=true
5
- Bundle-Version : 2.0.1
5
+ Bundle-Version : 2.0.2
6
6
Bundle-Activator : com.developer.nefarious.zjoule.plugin.core.Activator
7
7
Bundle-Vendor : The Nefarious Developer
8
8
Require-Bundle :
Original file line number Diff line number Diff line change 8
8
9
9
<artifactId >com.developer.nefarious.zjoule.plugin</artifactId >
10
10
<name >zjoule - plugin</name >
11
- <version >2.0.1 </version >
11
+ <version >2.0.2 </version >
12
12
13
13
<parent >
14
14
<groupId >com.developer.nefarious.zjoule</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 : zjoule Test Suite
4
4
Bundle-SymbolicName : com.developer.nefarious.zjoule.test
5
- Bundle-Version : 2.0.1
5
+ Bundle-Version : 2.0.2
6
6
Import-Package : com.google.gson;version="2.11.0"
7
7
Require-Bundle :
8
8
com.developer.nefarious.zjoule.plugin;bundle-version="1.0.0",
Original file line number Diff line number Diff line change 8
8
9
9
<artifactId >com.developer.nefarious.zjoule.test</artifactId >
10
10
<name >zjoule - tests</name >
11
- <version >2.0.1 </version >
11
+ <version >2.0.2 </version >
12
12
13
13
<parent >
14
14
<groupId >com.developer.nefarious.zjoule</groupId >
36
36
<dependency >
37
37
<groupId >com.developer.nefarious.zjoule</groupId >
38
38
<artifactId >com.developer.nefarious.zjoule.plugin</artifactId >
39
- <version >2.0.1 </version >
39
+ <version >2.0.2 </version >
40
40
</dependency >
41
41
</dependencies >
42
42
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <feature url =" features/com.developer.nefarious.zjoule_2.0.1 .jar" id =" com.developer.nefarious.zjoule" version =" 2.0.1 " >
3
+ <feature url =" features/com.developer.nefarious.zjoule_2.0.2 .jar" id =" com.developer.nefarious.zjoule" version =" 2.0.2 " >
4
4
<category name =" com.developer.nefarious.zjoule.group" />
5
5
</feature >
6
6
<category-def name =" com.developer.nefarious.zjoule.group" label =" The Nefarious Developer - zJoule" >
Original file line number Diff line number Diff line change 6
6
7
7
<artifactId >com.developer.nefarious.zjoule.updatesite</artifactId >
8
8
<name >zjoule - updatesite</name >
9
- <version >2.0.1 </version >
9
+ <version >2.0.2 </version >
10
10
11
11
<parent >
12
12
<groupId >com.developer.nefarious.zjoule</groupId >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.developer.nefarious</groupId >
10
10
<artifactId >zjoule</artifactId >
11
- <version >2.0.1 </version >
11
+ <version >2.0.2 </version >
12
12
<packaging >pom</packaging >
13
13
14
14
<name >zjoule</name >
You can’t perform that action at this time.
0 commit comments