Switch all versions to 1.0.0-SNAPSHOT. Prototyping version switch script

This commit is contained in:
Alexey Andreev 2015-12-24 21:26:29 +03:00
parent b61849ce80
commit 4c4d236653
43 changed files with 62 additions and 56 deletions

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-classlib</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-core</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-extras-slf4j</artifactId>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-html4j</artifactId>

View File

@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-jso-apis</artifactId>

View File

@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-jso</artifactId>

View File

@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-jso-impl</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-platform</artifactId>

View File

@ -20,7 +20,7 @@
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TeaVM</name>

View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples-async</artifactId>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples-benchmark</artifactId>
<packaging>war</packaging>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples-hello</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples-kotlin</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<packaging>war</packaging>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples-storage</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-samples-video</artifactId>

8
set-version.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
mvn versions:set -DnewVersion=$1 -DgenerateBackupPoms=false
pushd tools/eclipse
mvn tycho-versions:set-version -DnewVersion=$1
cd core-plugin
mvn -f dep-pom.xml versions:set -DnewVersion=$1 -DgenerateBackupPoms=false
popd

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-tests</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-chrome-rdp</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-cli</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-tooling</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for Eclipse
Bundle-SymbolicName: teavm-eclipse-core-plugin;singleton:=true
Bundle-Version: 0.4.1
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
@ -37,9 +37,9 @@ Bundle-ClassPath: .,
lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar,
lib/org.apache.aries.util-1.0.0.jar,
lib/slf4j-api-1.7.7.jar,
lib/teavm-chrome-rdp-0.4.1.jar,
lib/teavm-core-0.4.1.jar,
lib/teavm-tooling-0.4.1.jar,
lib/teavm-chrome-rdp-1.0.0-SNAPSHOT.jar,
lib/teavm-core-1.0.0-SNAPSHOT.jar,
lib/teavm-tooling-1.0.0-SNAPSHOT.jar,
lib/websocket-api-9.2.1.v20140609.jar,
lib/websocket-client-9.2.1.v20140609.jar,
lib/websocket-common-9.2.1.v20140609.jar,

View File

@ -34,9 +34,9 @@ bin.includes = META-INF/,\
lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar,\
lib/org.apache.aries.util-1.0.0.jar,\
lib/slf4j-api-1.7.7.jar,\
lib/teavm-chrome-rdp-0.4.1.jar,\
lib/teavm-core-0.4.1.jar,\
lib/teavm-tooling-0.4.1.jar,\
lib/teavm-chrome-rdp-1.0.0-SNAPSHOT.jar,\
lib/teavm-core-1.0.0-SNAPSHOT.jar,\
lib/teavm-tooling-1.0.0-SNAPSHOT.jar,\
lib/websocket-api-9.2.1.v20140609.jar,\
lib/websocket-client-9.2.1.v20140609.jar,\
lib/websocket-common-9.2.1.v20140609.jar,\

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse-core-deps</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-eclipse-core-plugin</artifactId>
<packaging>eclipse-plugin</packaging>

View File

@ -2,7 +2,7 @@
<feature
id="teavm-eclipse-feature"
label="TeaVM Eclipse support"
version="0.4.1"
version="1.0.0.qualifier"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">
<description url="http://www.example.com/description">
@ -233,14 +233,14 @@
id="teavm-eclipse-plugin"
download-size="0"
install-size="0"
version="0.4.1"
version="1.0.0.qualifier"
unpack="false"/>
<plugin
id="teavm-eclipse-core-plugin"
download-size="0"
install-size="0"
version="0.4.1"
version="1.0.0.qualifier"
unpack="false"/>
</feature>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-eclipse-feature</artifactId>

View File

@ -2,7 +2,7 @@
<feature
id="teavm-eclipse-m2e-feature"
label="TeaVM maven configuration support"
version="0.4.1"
version="1.0.0.qualifier"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">
<description url="http://www.example.com/description">
@ -230,7 +230,7 @@
</license>
<requires>
<import feature="teavm-eclipse-feature" version="0.4.1"/>
<import feature="teavm-eclipse-feature" version="1.0.0.qualifier"/>
</requires>
<plugin

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-eclipse-m2e-feature</artifactId>

View File

@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for m2e
Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true
Bundle-Version: 0.4.1
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.4.0,0.5.0)",
Require-Bundle: teavm-eclipse-plugin;bundle-version="0.0.0",
org.eclipse.m2e.core;bundle-version="[1.3,2)",
org.eclipse.core.runtime;bundle-version="[3.8,4.0)",
org.eclipse.m2e.maven.runtime;bundle-version="[1.3,2)",

View File

@ -5,7 +5,7 @@
<pluginExecutionFilter>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven-plugin</artifactId>
<versionRange>0.4.1</versionRange>
<versionRange>1.0.0.qualifier</versionRange>
<goals>
<goal>compile</goal>
</goals>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-eclipse-m2e-plugin</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for Eclipse
Bundle-SymbolicName: teavm-eclipse-plugin;singleton:=true
Bundle-Version: 0.4.1
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin
@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0)",
org.eclipse.core.variables;bundle-version="[3.2.600,4)",
org.eclipse.core.databinding.observable;bundle-version="[1.4.1,2)",
org.eclipse.jface.databinding;bundle-version="[1.6.0,2)",
teavm-eclipse-core-plugin;bundle-version="[0.4.0,0.5.0)"
teavm-eclipse-core-plugin;bundle-version="0.0.0"
Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse
Bundle-ActivationPolicy: lazy
Import-Package: org.teavm.cache,

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-eclipse-plugin</artifactId>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse</artifactId>

View File

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/teavm-eclipse-feature_0.4.1.jar" id="teavm-eclipse-feature"
version="0.4.1">
<feature id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-category"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.4.1.jar" id="teavm-eclipse-m2e-feature"
version="0.4.1">
<feature id="teavm-eclipse-m2e-feature" version="0.0.0">
<category name="teavm-category"/>
</feature>
<category-def name="teavm-category" label="TeaVM"/>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-eclipse-updatesite</artifactId>

View File

@ -3,10 +3,10 @@
<description name="TeaVM update site">
TeaVM update site
</description>
<feature url="features/teavm-eclipse-feature_0.4.1.jar" id="teavm-eclipse-feature" version="0.0.0">
<feature id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.4.1.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<feature id="teavm-eclipse-m2e-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<category-def name="teavm-eclipse-caregory" label="TeaVM"/>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-maven</artifactId>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId>
<version>0.4.1</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>teavm-maven-webapp</artifactId>
<name>TeaVM maven web application archetype</name>

View File

@ -9,7 +9,7 @@
<properties>
<java.version>1.8</java.version>
<teavm.version>0.4.1</teavm.version>
<teavm.version>${project.version}</teavm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>