Skip to content

Commit f5b001b

Browse files
committed
Updated version to 1.0
1 parent 8ed48bc commit f5b001b

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

android/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-android</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212

1313
<name>coderad-android</name>
1414
<build>

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.codenameone</groupId>
1111
<artifactId>coderad-common</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1313
<packaging>jar</packaging>
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

ios/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-ios</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212

1313
<name>coderad-ios</name>
1414
<build>

javascript/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-javascript</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212

1313
<name>coderad-javascript</name>
1414
<build>

javase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-javase</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212

1313
<name>coderad-javase</name>
1414

lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-lib</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212
<packaging>pom</packaging>
1313
<name>coderad-lib</name>
1414

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>coderad</name>

tests/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad-tests</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-tests-common</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212
<packaging>jar</packaging>
1313

1414

tests/javase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>coderad-tests</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>coderad-tests-javase</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212

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

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>coderad</artifactId>
66
<groupId>com.codenameone</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99

1010
<groupId>com.codenameone</groupId>
1111
<artifactId>coderad-tests</artifactId>
12-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>coderad-tests-tests</name>

0 commit comments

Comments
 (0)