Skip to content

Commit

Permalink
Incremented version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jun 17, 2021
1 parent 23f196b commit d6c2059
Show file tree
Hide file tree
Showing 77 changed files with 83 additions and 83 deletions.
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: Xtext Domainmodel Example - Generic IDE
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xtext.example.domainmodel.ide</artifactId>
Expand Down
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: org.eclipse.xtext.example.domainmodel.test
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.example.domainmodel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xtext.example.domainmodel.tests</artifactId>
Expand Down
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: Xtext Domainmodel Example - Eclipse UI Tests
Bundle-Vendor: Eclipse Xtext
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ui.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../jbase.tests.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.tests.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xtext.example.domainmodel.ui.tests</artifactId>
Expand Down
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: Xtext Domainmodel Example UI
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.example.domainmodel,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xtext.example.domainmodel.ui</artifactId>
Expand Down
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: Xtext Domainmodel Example
Bundle-Vendor: Eclipse Modeling Project
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion domainmodel/org.eclipse.xtext.example.domainmodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.xtext.example.domainmodel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.doc/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: jbase.doc
Bundle-SymbolicName: jbase.doc;singleton:=true
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: Lorenzo Bettini
Require-Bundle: org.eclipse.help
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2 changes: 1 addition & 1 deletion jbase.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.doc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.client.maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.example.client.maven</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.ide/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: jbase.example.jbasescript.ide
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.jbasescript.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.jbasescript,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.jbasescript.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.tests/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: jbase.example.jbasescript.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.jbasescript.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.jbasescript,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.jbasescript.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.ui.tests/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: jbase.example.jbasescript.ui.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.jbasescript.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.jbasescript.ui,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.jbasescript.ui.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.ui/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: jbase.example.jbasescript.ui
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.jbasescript.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.jbasescript;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.jbasescript.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript/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: jbase.example.jbasescript
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.jbasescript; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.jbasescript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.jbasescript</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: jbase.example.purejbase.ide
Bundle-ManifestVersion: 2
Bundle-Name: jbase.example.purejbase.ide
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.purejbase.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.purejbase,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.purejbase.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.tests/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: jbase.example.purejbase.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.purejbase.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.purejbase;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.purejbase.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: jbase.example.purejbase.ui.tests
Bundle-ManifestVersion: 2
Bundle-Name: jbase.example.purejbase.ui.tests
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.purejbase.ui.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.purejbase.ui,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.purejbase.ui.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.ui/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: jbase.example.purejbase.ui
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.purejbase.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase.example.purejbase;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.purejbase.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase/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: jbase.example.purejbase
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.example.purejbase; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion jbase.example.purejbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.example.purejbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.ide/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: jbase.ide
Bundle-Vendor: Lorenzo Bettini
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-SymbolicName: jbase.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: jbase,
Expand Down
2 changes: 1 addition & 1 deletion jbase.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.ide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.lib.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="jbase.lib.feature"
label="Jbase Library Feature"
version="0.10.0.qualifier"
version="0.11.0.qualifier"
provider-name="Lorenzo Bettini">

<description>
Expand Down
2 changes: 1 addition & 1 deletion jbase.lib.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.lib.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.lib/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: Jbase Runtime Library
Bundle-SymbolicName: jbase.lib
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.xtext.xbase.lib;visibility:=reexport
Expand Down
2 changes: 1 addition & 1 deletion jbase.lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.maven.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.maven.releng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.mwe2/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: Jbase Custom Mwe2
Bundle-SymbolicName: jbase.mwe2
Bundle-Version: 0.10.0.qualifier
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: Lorenzo Bettini
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.emf.mwe2.lib,
Expand Down
2 changes: 1 addition & 1 deletion jbase.mwe2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../jbase.parent/pom.xml</relativePath>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
</parent>

<artifactId>jbase.mwe2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbase.parent/ant/increment_versions.ant
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<!--Set these properties manually when increasing versions -->
<property name="version.major" value="0" />
<property name="version.minor" value="10" />
<property name="version.minor" value="11" />
<property name="version.patch" value="0" />

<!-- Compute the version properties -->
Expand Down
Loading

0 comments on commit d6c2059

Please sign in to comment.