updates version number
This commit is contained in:
parent
3f0b3cb99e
commit
0a3389e6e8
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
||||||
<groupId>com.minres.coredsl</groupId>
|
<groupId>com.minres.coredsl</groupId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>com.minres.coredsl.json.standalone</artifactId>
|
<artifactId>com.minres.coredsl.json.standalone</artifactId>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.minres.coredsl</groupId>
|
<groupId>com.minres.coredsl</groupId>
|
||||||
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>com.minres.coredsl.json.target</artifactId>
|
<artifactId>com.minres.coredsl.json.target</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Automatic-Module-Name: com.minres.coredsl.json.dbt_rise.tests
|
Automatic-Module-Name: com.minres.coredsl.json.dbt_rise.tests
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Vendor: MINRES Technologies GmbH
|
Bundle-Vendor: MINRES Technologies GmbH
|
||||||
Bundle-Version: 2.0.0.qualifier
|
Bundle-Version: 2.0.1
|
||||||
Bundle-SymbolicName: com.minres.coredsl.json.tests;singleton:=true
|
Bundle-SymbolicName: com.minres.coredsl.json.tests;singleton:=true
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Require-Bundle: com.minres.coredsl.json;bundle-version="1.0.0",
|
Require-Bundle: com.minres.coredsl.json;bundle-version="1.0.0",
|
||||||
@ -12,5 +12,5 @@ Require-Bundle: com.minres.coredsl.json;bundle-version="1.0.0",
|
|||||||
org.eclipse.xtext.testing,
|
org.eclipse.xtext.testing,
|
||||||
org.eclipse.xtext.xbase.testing,
|
org.eclipse.xtext.xbase.testing,
|
||||||
org.json;bundle-version="1.0.0"
|
org.json;bundle-version="1.0.0"
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||||
Export-Package: com.minres.coredsl.json.tests;x-internal=true
|
Export-Package: com.minres.coredsl.json.tests;x-internal=true
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.minres.coredsl</groupId>
|
<groupId>com.minres.coredsl</groupId>
|
||||||
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>com.minres.coredsl.json.tests</artifactId>
|
<artifactId>com.minres.coredsl.json.tests</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Automatic-Module-Name: com.minres.coredsl.json
|
Automatic-Module-Name: com.minres.coredsl.json
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Vendor: MINRES Technologies GmbH
|
Bundle-Vendor: MINRES Technologies GmbH
|
||||||
Bundle-Version: 2.0.0.qualifier
|
Bundle-Version: 2.0.1
|
||||||
Bundle-SymbolicName: com.minres.coredsl.json;singleton:=true
|
Bundle-SymbolicName: com.minres.coredsl.json;singleton:=true
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Require-Bundle: com.minres.coredsl;bundle-version="2.0.0",
|
Require-Bundle: com.minres.coredsl;bundle-version="2.0.0",
|
||||||
@ -15,7 +15,7 @@ Require-Bundle: com.minres.coredsl;bundle-version="2.0.0",
|
|||||||
org.eclipse.emf.mwe.utils;bundle-version="1.6.2",
|
org.eclipse.emf.mwe.utils;bundle-version="1.6.2",
|
||||||
org.apache.commons.logging;bundle-version="1.2.0",
|
org.apache.commons.logging;bundle-version="1.2.0",
|
||||||
org.json;bundle-version="1.0.0"
|
org.json;bundle-version="1.0.0"
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
||||||
Export-Package: com.minres.coredsl.json,
|
Export-Package: com.minres.coredsl.json,
|
||||||
com.minres.coredsl.json.preferences,
|
com.minres.coredsl.json.preferences,
|
||||||
picocli
|
picocli
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.minres.coredsl</groupId>
|
<groupId>com.minres.coredsl</groupId>
|
||||||
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>com.minres.coredsl.json</artifactId>
|
<artifactId>com.minres.coredsl.json</artifactId>
|
||||||
|
4
pom.xml
4
pom.xml
@ -2,7 +2,7 @@
|
|||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.minres.coredsl</groupId>
|
<groupId>com.minres.coredsl</groupId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1</version>
|
||||||
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
<artifactId>com.minres.coredsl.json.parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
@ -95,7 +95,7 @@
|
|||||||
<artifact>
|
<artifact>
|
||||||
<groupId>com.minres.coredsl</groupId>
|
<groupId>com.minres.coredsl</groupId>
|
||||||
<artifactId>com.minres.coredsl.json.target</artifactId>
|
<artifactId>com.minres.coredsl.json.target</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.1</version>
|
||||||
</artifact>
|
</artifact>
|
||||||
</target>
|
</target>
|
||||||
<environments>
|
<environments>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user