Skip to content

Commit

Permalink
Change version from 0.2-SNAPSHOT (0.2.0.qualifier) to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Oct 5, 2014
1 parent 493ca64 commit e3a536e
Show file tree
Hide file tree
Showing 32 changed files with 37 additions and 45 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<name>TeaVM</name>
Expand Down
2 changes: 1 addition & 1 deletion teavm-chrome-rdp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-chrome-rdp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-chrome-rdp/src/main/js/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "TeaVM debugger agent",
"description": "TeaVM debugger agent, that sends RDP commands over WebSocket",
"version": "0.2",
"version": "0.2.0",

"permissions" : ["debugger", "activeTab", "tabs"],

Expand Down
2 changes: 1 addition & 1 deletion teavm-classlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-classlib</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-cli</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-dom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-dom</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-eclipse-core-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ 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.2-SNAPSHOT.jar,
lib/teavm-core-0.2-SNAPSHOT.jar,
lib/teavm-chrome-rdp-0.2.0.jar,
lib/teavm-core-0.2.0.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,
Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-eclipse-core-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ 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.2-SNAPSHOT.jar,\
lib/teavm-core-0.2-SNAPSHOT.jar,\
lib/teavm-chrome-rdp-0.2.0.jar,\
lib/teavm-core-0.2.0.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,\
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-eclipse-core-plugin/dep-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse-core-deps</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions teavm-eclipse/teavm-eclipse-core-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse-core-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<name>TeaVM core packages for Eclipse</name>
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="teavm-eclipse-feature"
label="TeaVM Eclipse support"
version="0.2.0.qualifier"
version="0.2.0"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">

<description url="http://www.example.com/description">
Expand Down
3 changes: 1 addition & 2 deletions teavm-eclipse/teavm-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse-feature</artifactId>
<version>0.2.0-SNAPSHOT</version>

<packaging>eclipse-feature</packaging>

Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-eclipse-m2e-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="teavm-eclipse-m2e-feature"
label="TeaVM maven configuration support"
version="0.2.0.qualifier"
version="0.2.0"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">

<description url="http://www.example.com/description">
Expand Down Expand Up @@ -230,7 +230,7 @@
</license>

<requires>
<import feature="teavm-eclipse-feature" version="0.2.0.qualifier"/>
<import feature="teavm-eclipse-feature" version="0.2.0"/>
</requires>

<plugin
Expand Down
3 changes: 1 addition & 2 deletions teavm-eclipse/teavm-eclipse-m2e-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse-m2e-feature</artifactId>
<version>0.2.0-SNAPSHOT</version>

<packaging>eclipse-feature</packaging>

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: TeaVM plugin for m2e
Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-Version: 0.2.0
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.2,0.3)",
Expand Down
3 changes: 1 addition & 2 deletions teavm-eclipse/teavm-eclipse-m2e-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse-m2e-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>

<packaging>eclipse-plugin</packaging>

Expand Down
3 changes: 1 addition & 2 deletions teavm-eclipse/teavm-eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse-plugin</artifactId>
<version>0.2.0-SNAPSHOT</version>

<packaging>eclipse-plugin</packaging>

Expand Down
6 changes: 2 additions & 4 deletions teavm-eclipse/teavm-eclipse-updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/teavm-eclipse-feature_0.2.0.qualifier.jar" id="teavm-eclipse-feature"
version="0.2.0.qualifier">
<feature url="features/teavm-eclipse-feature_0.2.0.jar" id="teavm-eclipse-feature" version="0.2.0">
<category name="teavm-category"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.2.0.qualifier.jar" id="teavm-eclipse-m2e-feature"
version="0.2.0.qualifier">
<feature url="features/teavm-eclipse-m2e-feature_0.2.0.jar" id="teavm-eclipse-m2e-feature" version="0.2.0">
<category name="teavm-category"/>
</feature>
<category-def name="teavm-category" label="TeaVM"/>
Expand Down
3 changes: 1 addition & 2 deletions teavm-eclipse/teavm-eclipse-updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-eclipse-updatesite</artifactId>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-eclipse-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description name="TeaVM update site">
TeaVM update site
</description>
<feature url="features/teavm-eclipse-feature_0.2.0.qualifier.jar" id="teavm-eclipse-feature" version="0.0.0">
<feature url="features/teavm-eclipse-feature_0.2.0.jar" id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.2.0.qualifier.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<feature url="features/teavm-eclipse-m2e-feature_0.2.0.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<category-def name="teavm-eclipse-caregory" label="TeaVM"/>
Expand Down
2 changes: 1 addition & 1 deletion teavm-html4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-html4j</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-jso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-jso</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-maven</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-maven/teavm-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teavm-maven/teavm-maven-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-maven-webapp</artifactId>
<name>TeaVM maven web application archetype</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<java.version>1.7</java.version>
<teavm.version>0.2-SNAPSHOT</teavm.version>
<teavm.version>0.2.0</teavm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion teavm-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-platform</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-samples</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-samples-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-samples-benchmark</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-samples-hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>teavm-samples-hello</artifactId>

Expand Down

0 comments on commit e3a536e

Please sign in to comment.