Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2017-06-02 00:32:19 +0000
committerRyan T. Baldwin2017-06-02 00:32:19 +0000
commita47d2c28c956f5e337fb7175d92501ab75e80a7e (patch)
tree78bafd59f2d095083e7854693baaa351bb48b83c /plugins/org.eclipse.osee.authentication.ldap
parentb4ac6fd64bf2e10fa5e2b0be0a93acff57ceba91 (diff)
downloadorg.eclipse.osee-a47d2c28c956f5e337fb7175d92501ab75e80a7e.tar.gz
org.eclipse.osee-a47d2c28c956f5e337fb7175d92501ab75e80a7e.tar.xz
org.eclipse.osee-a47d2c28c956f5e337fb7175d92501ab75e80a7e.zip
refactor: Update build numbers to 0.26.0
Diffstat (limited to 'plugins/org.eclipse.osee.authentication.ldap')
-rw-r--r--plugins/org.eclipse.osee.authentication.ldap/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.authentication.ldap/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.authentication.ldap/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.authentication.ldap/META-INF/MANIFEST.MF
index 689dbef91f7..d094330aa35 100644
--- a/plugins/org.eclipse.osee.authentication.ldap/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.authentication.ldap/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE LDAP Authentication Provider (Incubation)
Bundle-SymbolicName: org.eclipse.osee.authentication.ldap
-Bundle-Version: 0.25.4.qualifier
+Bundle-Version: 0.26.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Service-Component: OSGI-INF/*.xml
diff --git a/plugins/org.eclipse.osee.authentication.ldap/pom.xml b/plugins/org.eclipse.osee.authentication.ldap/pom.xml
index 151eb4535ad..fe198004fb1 100644
--- a/plugins/org.eclipse.osee.authentication.ldap/pom.xml
+++ b/plugins/org.eclipse.osee.authentication.ldap/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.osee</groupId>
<artifactId>org.eclipse.osee.x.core.parent</artifactId>
- <version>0.25.4-SNAPSHOT</version>
+ <version>0.26.0-SNAPSHOT</version>
<relativePath>../../plugins/org.eclipse.osee.x.core.parent</relativePath>
</parent>

Back to the top