Skip to content

Commit

Permalink
Merge pull request #12189 from deannagarcia/poms
Browse files Browse the repository at this point in the history
Add $ back for osgi header
  • Loading branch information
deannagarcia committed Mar 9, 2023
2 parents be7f6b0 + d80c12d commit 080e306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/core/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Automatic-Module-Name>com.google.protobuf</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version={project.version}</Export-Package>
<Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
<Import-Package>sun.misc;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion java/lite/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Automatic-Module-Name>com.google.protobuf</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version={project.version}</Export-Package>
<Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
<Import-Package>sun.misc;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion java/util/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Automatic-Module-Name>com.google.protobuf.util</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName>
<Export-Package>com.google.protobuf.util;version={project.version}</Export-Package>
<Export-Package>com.google.protobuf.util;version=${project.version}</Export-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 080e306

Please sign in to comment.