Skip to content

Commit

Permalink
bump to version 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Jun 15, 2023
1 parent 557c5f7 commit ff3625e
Show file tree
Hide file tree
Showing 22 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion jacoco-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<plugins.version.runtime>3.5.300-SNAPSHOT</plugins.version.runtime>
<plugins.version.stacks>1.4.200-SNAPSHOT</plugins.version.stacks>
<plugins.version.tests>3.7.103-SNAPSHOT</plugins.version.tests>
<plugins.version.usage>2.2.500-SNAPSHOT</plugins.version.usage>
<plugins.version.usage>2.3.0-SNAPSHOT</plugins.version.usage>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion usage/features/org.jboss.tools.usage.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.usage.feature"
label="%featureName"
version="2.2.500.qualifier"
version="2.3.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.usage"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
2 changes: 1 addition & 1 deletion usage/features/org.jboss.tools.usage.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>features</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage.features</groupId>
<artifactId>org.jboss.tools.usage.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.usage.test.feature"
label="%featureName"
version="2.2.500.qualifier"
version="2.3.0.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion usage/features/org.jboss.tools.usage.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>features</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage.features</groupId>
<artifactId>org.jboss.tools.usage.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion usage/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>usage</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>features</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion usage/plugins/org.jboss.tools.usage/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/analytics-core-2.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry exported="true" kind="lib" path="lib/analytics-2.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/analytics-core-2.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-4.9.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.10.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/kotlin-stdlib-1.8.22.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okio-jvm-3.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/retrofit-1.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/backo-1.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion usage/plugins/org.jboss.tools.usage/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle-name
Bundle-SymbolicName: org.jboss.tools.usage;singleton:=true
Bundle-Version: 2.2.500.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.jboss.tools.usage.branding,
org.jboss.tools.usage.event,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion usage/plugins/org.jboss.tools.usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>plugins</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage.plugins</groupId>
<artifactId>org.jboss.tools.usage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion usage/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>usage</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>usage</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<name>usage.all</name>
<packaging>pom</packaging>
<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %BundleName
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Bundle-SymbolicName: org.jboss.tools.usage.test
Bundle-Version: 2.2.500.qualifier
Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.jboss.tools.usage;bundle-version="1.0.0",
org.eclipse.osgi;bundle-version="3.5.2",
Expand Down
2 changes: 1 addition & 1 deletion usage/tests/org.jboss.tools.usage.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>tests</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage.tests</groupId>
<artifactId>org.jboss.tools.usage.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion usage/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>usage</artifactId>
<version>2.2.500-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.usage</groupId>
<artifactId>tests</artifactId>
Expand Down

0 comments on commit ff3625e

Please sign in to comment.