Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2025-01-12)

### Bug Fixes

* add back plugin info on features ([2425ec7](2425ec7))
* include dependency for logout icon ([542898e](542898e))
  • Loading branch information
semantic-release-bot committed Jan 12, 2025
1 parent 7e46b15 commit 18d8473
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Versioning Changelog

## [1.1.1](https://github.com/The-Nefarious-Developer/zjoule/compare/v1.1.0...v1.1.1) (2025-01-12)


### Bug Fixes

* add back plugin info on features ([2425ec7](https://github.com/The-Nefarious-Developer/zjoule/commit/2425ec7766a2d8ec82336bf76c925eb16be96092))
* include dependency for logout icon ([542898e](https://github.com/The-Nefarious-Developer/zjoule/commit/542898e8165297b8d0eb2f6cecfb9b0ef33b13b0))

# [1.1.0](https://github.com/The-Nefarious-Developer/zjoule/compare/v1.0.3...v1.1.0) (2025-01-12)


Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.developer.nefarious.zjoule"
label="zJoule - SAP AI Assistant"
version="1.1.0"
version="1.1.1"
provider-name="The Nefarious Developer">

<description>
Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>com.developer.nefarious.zjoule</artifactId>
<name>zjoule - feature</name>
<version>1.1.0</version>
<version>1.1.1</version>

<parent>
<groupId>com.developer.nefarious.zjoule</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: zjoule
Bundle-SymbolicName: com.developer.nefarious.zjoule.plugin;singleton:=true
Bundle-Version: 1.1.0
Bundle-Version: 1.1.1
Bundle-Activator: com.developer.nefarious.zjoule.plugin.core.Activator
Bundle-Vendor: The Nefarious Developer
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<artifactId>com.developer.nefarious.zjoule.plugin</artifactId>
<name>zjoule - plugin</name>
<version>1.1.0</version>
<version>1.1.1</version>

<parent>
<groupId>com.developer.nefarious.zjoule</groupId>
Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: zjoule Test Suite
Bundle-SymbolicName: com.developer.nefarious.zjoule.test
Bundle-Version: 1.1.0
Bundle-Version: 1.1.1
Import-Package: com.google.gson;version="2.11.0"
Require-Bundle:
com.developer.nefarious.zjoule.plugin;bundle-version="1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions com.developer.nefarious.zjoule.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<artifactId>com.developer.nefarious.zjoule.test</artifactId>
<name>zjoule - tests</name>
<version>1.1.0</version>
<version>1.1.1</version>

<parent>
<groupId>com.developer.nefarious.zjoule</groupId>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.developer.nefarious.zjoule</groupId>
<artifactId>com.developer.nefarious.zjoule.plugin</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.developer.nefarious.zjoule_1.1.0.jar" id="com.developer.nefarious.zjoule" version="1.1.0">
<feature url="features/com.developer.nefarious.zjoule_1.1.1.jar" id="com.developer.nefarious.zjoule" version="1.1.1">
<category name="com.developer.nefarious.zjoule.group"/>
</feature>
<category-def name="com.developer.nefarious.zjoule.group" label="The Nefarious Developer - zJoule">
Expand Down
2 changes: 1 addition & 1 deletion com.developer.nefarious.zjoule.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>com.developer.nefarious.zjoule.updatesite</artifactId>
<name>zjoule - updatesite</name>
<version>1.1.0</version>
<version>1.1.1</version>

<parent>
<groupId>com.developer.nefarious.zjoule</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.developer.nefarious</groupId>
<artifactId>zjoule</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>zjoule</name>
Expand Down

0 comments on commit 18d8473

Please sign in to comment.