Skip to content

Commit

Permalink
Updated version to 7.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 8, 2021
1 parent 09ab1d2 commit 4820352
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions maven/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-android</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

<name>Codename One Android Port</name>
Expand Down
4 changes: 2 additions & 2 deletions maven/codenameone-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-maven-plugin</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>maven-plugin</packaging>
<name>codenameone-maven-plugin</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public boolean build(File sourceZip, BuildRequest request) throws BuildException
// We must now go through and extract this tar file into a separate directory so that we can copy them
// into the project folder after ByteCodeTranslator has created the Xcode project.

// Look for frameworks
// Look for frameworks and localized strings
Set<String> variantGroups = new HashSet<String>();
for (File child : resDir.listFiles()) {
if (child.getName().endsWith(".lproj.zip")) {
Expand Down
4 changes: 2 additions & 2 deletions maven/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-core</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/designer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-designer</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-factory</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions maven/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-ios</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

<name>Codename One iOS Port</name>
Expand Down
4 changes: 2 additions & 2 deletions maven/java-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>java-runtime</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>


Expand Down
4 changes: 2 additions & 2 deletions maven/javase-svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-javase-svg</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/javase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-javase</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions maven/parparvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-parparvm</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>

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

<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions maven/tests/mojo-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone.tests</groupId>
<artifactId>codenameone-tests</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone.tests</groupId>
<artifactId>mojo-tests</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>jar</packaging>
<name>Mojo Tests</name>
<description>Mojo Tests</description>
Expand Down
4 changes: 2 additions & 2 deletions maven/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone.tests</groupId>
<artifactId>codenameone-tests</artifactId>
<version>8.0-SNAPSHOT</version>
<version>7.0.43</version>
<packaging>pom</packaging>
<name>codenameone-tests</name>
<description>codenameone-tests</description>
Expand Down

0 comments on commit 4820352

Please sign in to comment.