diff --git a/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties b/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties index 29aaabff104f773e029a8acb49fb770474395df7..d1bb6ddb6ed1841d367a9b0bdd23ffc23e607c46 100644 --- a/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties +++ b/plugins/org.jkiss.dbeaver.ext.snowflake.core/OSGI-INF/l10n/bundle.properties @@ -1,2 +1,2 @@ -Bundle-Vendor = Rider Soft +Bundle-Vendor = JKISS Bundle-Name = DBeaver Snowflake Extension core \ No newline at end of file diff --git a/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF b/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF index 4a4b9f3055f6f1d27213f64e68355fdd36ad150a..a8ded0a33ce38f401c7f386fabc73e6168e2aabf 100644 --- a/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF +++ b/plugins/org.jkiss.dbeaver.ext.snowflake.ui/META-INF/MANIFEST.MF @@ -15,5 +15,5 @@ Require-Bundle: org.eclipse.ui, org.jkiss.dbeaver.ext.snowflake.core Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Bundle-Vendor: Rider Soft +Bundle-Vendor: JKISS Bundle-Localization: plugin diff --git a/pom.xml b/pom.xml index 803c1425e9438aa128016d477d083e4e2185a827..48427cc74a1d99b9ee84b50825a0d4e8930e0f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -146,28 +146,39 @@ 1.8 - - - - + + + + sign-code + + false + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 1.2 + + ${key.storage.path}/jar-sign.keystore + dbeaver + dbeaver + dbeaver + + + + sign + + sign + + + + + + + + +