Skip to content

Commit

Permalink
Incorrect org.osgi Maven-dependencies in generated pom of o.e.osgi.ut…
Browse files Browse the repository at this point in the history
…il (#71)

Tracked in
#70
  • Loading branch information
sravanlakkimsetti committed Jun 15, 2022
1 parent 05016aa commit e1bc8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.util/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %osgiUtil
Bundle-SymbolicName: org.eclipse.osgi.util
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.100.qualifier
Bundle-Description: %osgiUtilDes
Bundle-Vendor: %eclipse.org
Bundle-Localization: plugin
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.osgi.util/forceQualifierUpdate.txt
@@ -1,2 +1,3 @@
# To force a version qualifier update add the bug here
Bug 403352 - Update all parent versions to match our build stream
Incorrect org.osgi Maven-dependencies in generated pom of o.e.osgi.util
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi.util/pom.xml
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.util</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
Expand Down

0 comments on commit e1bc8fc

Please sign in to comment.