File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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
+ ## [ 1.1.2] ( https://github.com/The-Nefarious-Developer/zjoule/compare/v1.1.1...v1.1.2 ) (2025-01-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * refactor usage of the editor content in the chat test ([ 5dd1851] ( https://github.com/The-Nefarious-Developer/zjoule/commit/5dd1851f2879e88a5cc03344e5c0b36a06e783b1 ) )
9
+
3
10
## [ 1.1.1] ( https://github.com/The-Nefarious-Developer/zjoule/compare/v1.1.0...v1.1.1 ) (2025-01-12)
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 =" 1.1.1 "
5
+ version =" 1.1.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 >1.1.1 </version >
9
+ <version >1.1.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 : 1.1.1
5
+ Bundle-Version : 1.1.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 >1.1.1 </version >
11
+ <version >1.1.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 : 1.1.1
5
+ Bundle-Version : 1.1.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 >1.1.1 </version >
11
+ <version >1.1.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 >1.1.1 </version >
39
+ <version >1.1.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_1.1.1 .jar" id =" com.developer.nefarious.zjoule" version =" 1.1.1 " >
3
+ <feature url =" features/com.developer.nefarious.zjoule_1.1.2 .jar" id =" com.developer.nefarious.zjoule" version =" 1.1.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 >1.1.1 </version >
9
+ <version >1.1.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 >1.1.1 </version >
11
+ <version >1.1.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