Skip to content

Commit 4af8380

Browse files
authored
Merge pull request #6 from codenameone/release-2-0-4
Updated version to 2.0.4
2 parents b5ab810 + ced5fad commit 4af8380

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-android</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212

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

common/pom.xml

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

ios/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-ios</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212

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

javascript/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-javascript</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212

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

javase/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-javase</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212

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

lib/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-lib</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212
<packaging>pom</packaging>
1313
<name>qrscanner-lib</name>
1414

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
<name>qrscanner</name>

tests/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner-tests</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-tests-common</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212
<packaging>jar</packaging>
1313

1414

tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<artifactId>qrscanner</artifactId>
66
<groupId>com.codenameone</groupId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99

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

1515
<name>qrscanner-tests-tests</name>

win/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.codenameone</groupId>
66
<artifactId>qrscanner</artifactId>
7-
<version>2.0.4-SNAPSHOT</version>
7+
<version>2.0.4</version>
88
</parent>
99
<groupId>com.codenameone</groupId>
1010
<artifactId>qrscanner-win</artifactId>
11-
<version>2.0.4-SNAPSHOT</version>
11+
<version>2.0.4</version>
1212

1313
<name>qrscanner-win</name>
1414
<build>

0 commit comments

Comments
 (0)