Skip to content

Commit

Permalink
Sets version number 0.1 in pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Mar 19, 2014
1 parent 1057a23 commit d0cea07
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion teavm-classlib/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-classlib</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-dom/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-dom</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-html4j/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-html4j</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-jso/pom.xml
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.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-jso</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-maven-plugin/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-samples</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-scala-samples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>teavm-scala-samples</artifactId>

Expand Down

0 comments on commit d0cea07

Please sign in to comment.