Skip to content

Commit

Permalink
Updated version to 7.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jun 20, 2021
1 parent c1ce6fd commit 719b60f
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 27 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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-android</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-maven-plugin</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
<packaging>maven-plugin</packaging>
<name>codenameone-maven-plugin</name>

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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-core</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-designer</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-factory</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-ios</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>java-runtime</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
<packaging>jar</packaging>


Expand Down
8 changes: 4 additions & 4 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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-javase-svg</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -32,8 +32,8 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<src.dir>../../Ports/JavaSEWithSVGSupport/src</src.dir>

</properties>
Expand Down
5 changes: 3 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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-javase</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
<packaging>jar</packaging>

<dependencies>
Expand Down Expand Up @@ -50,6 +50,7 @@
<systemPath>${cn1.binaries}/javase/jcef.jar</systemPath>
<optional>true</optional>
</dependency>

</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>codenameone-parparvm</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone.tests</groupId>
<artifactId>mojo-tests</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</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>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone.tests</groupId>
<artifactId>codenameone-tests</artifactId>
<version>7.0.28-SNAPSHOT</version>
<version>7.0.28</version>
<packaging>pom</packaging>
<name>codenameone-tests</name>
<description>codenameone-tests</description>
Expand Down

0 comments on commit 719b60f

Please sign in to comment.