Skip to content

Commit

Permalink
OSGI data fix. Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 19, 2023
1 parent eb1cb81 commit 72123d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>12.64.1-SNAPSHOT</version>
<version>12.64.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Burningwave Core</name>
Expand Down Expand Up @@ -278,6 +278,7 @@
</executions>
<configuration>
<manifestLocation>${project.build.outputDirectory}/META-INF/</manifestLocation>
<exportScr>true</exportScr>
<instructions>
<Bundle-Category>Framework</Bundle-Category>
<built-by>${organization.name}</built-by>
Expand Down

0 comments on commit 72123d8

Please sign in to comment.