Skip to content

Commit

Permalink
manualy adjust versions to fix latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 28, 2024
1 parent 6c43f19 commit a41ee56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openai-assistant/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: Axon Ivy OpenAI assistant
Bundle-SymbolicName: openai-assistant;singleton:=true
Bundle-Version: 10.0.17.qualifier
Bundle-Version: 12.0.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.commands,
org.eclipse.core.resources,
Expand All @@ -16,5 +16,5 @@ Require-Bundle: org.eclipse.core.runtime,
ch.ivyteam.ivy.jersey.client,
javax.ws.rs,
ch.ivyteam.ivy.rest.client.exec;resolution:=optional
Bundle-ClassPath: lib/commonmark-0.22.0.jar, .
Bundle-ClassPath: lib/commonmark.jar, .
Bundle-ActivationPolicy: lazy
3 changes: 2 additions & 1 deletion openai-assistant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
</goals>
<configuration>
<outputDirectory>${project.basedir}/lib</outputDirectory>
<includeGroupIds>org.commonmark</includeGroupIds>
<includeGroupIds>org.commonmark</includeGroupIds>
<stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a41ee56

Please sign in to comment.