Skip to content

Commit

Permalink
Updated version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Mar 26, 2021
1 parent f5b001b commit 38d17a2
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-android</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>coderad-android</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>coderad-common</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-ios</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>coderad-ios</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-javascript</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>coderad-javascript</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-javase</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>coderad-javase</name>

Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-lib</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>coderad-lib</name>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>coderad</name>
Expand Down
4 changes: 2 additions & 2 deletions tests/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-tests</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-tests-common</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>


Expand Down
4 changes: 2 additions & 2 deletions tests/javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-tests</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-tests-javase</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>coderad-tests-javase</name>

Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>coderad</artifactId>
<groupId>com.codenameone</groupId>
<version>1.0</version>
<version>1.0.1</version>
</parent>

<groupId>com.codenameone</groupId>
<artifactId>coderad-tests</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>coderad-tests-tests</name>
Expand Down
4 changes: 2 additions & 2 deletions win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-win</artifactId>
<version>1.0</version>
<version>1.0.1</version>

<name>coderad-win</name>
<build>
Expand Down

0 comments on commit 38d17a2

Please sign in to comment.