Skip to content

Commit

Permalink
Updated version to 2.0.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 7, 2023
1 parent 6f10105 commit d7667d2
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-android</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>

<name>coderad-android</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-annotations</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>

<name>coderad-annotations</name>
<!-- FIXME change it to the project's website -->
Expand Down
4 changes: 2 additions & 2 deletions coderad-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>coderad</artifactId>
<groupId>com.codenameone</groupId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>coderad-annotation-processor</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
<name>coderad-annotation-processor</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
Expand Down
7 changes: 5 additions & 2 deletions common/coderad-common.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.codenameone:codenameone-core:8.0-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: com.codenameone:coderad-annotations:2.0.6-SNAPSHOT" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.codenameone:coderad-annotation-processor:2.0.6-SNAPSHOT" level="project" />
<orderEntry type="module" module-name="annotations" />
<orderEntry type="module" module-name="coderad-annotation-processor" scope="PROVIDED" />
<orderEntry type="library" scope="PROVIDED" name="Maven: com.squareup:javapoet:1.13.0" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.commons:commons-text:1.9" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.apache.commons:commons-lang3:3.11" level="project" />
</component>
</module>
8 changes: 4 additions & 4 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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.codenameone</groupId>
<artifactId>coderad-common</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -30,13 +30,13 @@
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-annotations</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.codenameone</groupId>
<artifactId>coderad-annotation-processor</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion docs/javadoc/javadoc.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/jre/../bin/javadoc @options @packages
/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home/bin/javadoc @options @packages
8 changes: 3 additions & 5 deletions docs/javadoc/options
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-classpath
'/Users/shannah/cn1_files/cn1libs/CodeRAD/coderad-annotation-processor/target/coderad-annotation-processor-2.0.5.jar:/Users/shannah/.m2/repository/org/apache/commons/commons-text/1.9/commons-text-1.9.jar:/Users/shannah/.m2/repository/com/codenameone/codenameone-core/8.0-SNAPSHOT/codenameone-core-8.0-SNAPSHOT.jar:/Users/shannah/cn1_files/cn1libs/CodeRAD/annotations/target/coderad-annotations-2.0.5.jar:/Users/shannah/.m2/repository/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar:/Users/shannah/.m2/repository/com/squareup/javapoet/1.13.0/javapoet-1.13.0.jar'
'/Users/shannah/cn1_files/cn1libs/CodeRAD/coderad-annotation-processor/target/coderad-annotation-processor-2.0.6.jar:/Users/shannah/.m2/repository/org/apache/commons/commons-text/1.9/commons-text-1.9.jar:/Users/shannah/.m2/repository/com/codenameone/codenameone-core/8.0-SNAPSHOT/codenameone-core-8.0-SNAPSHOT.jar:/Users/shannah/cn1_files/cn1libs/CodeRAD/annotations/target/coderad-annotations-2.0.6.jar:/Users/shannah/.m2/repository/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar:/Users/shannah/.m2/repository/com/squareup/javapoet/1.13.0/javapoet-1.13.0.jar'
-doclet
'org.asciidoctor.Asciidoclet'
-docletpath
Expand All @@ -24,9 +24,7 @@
-docencoding
'UTF-8'
-doctitle
'coderad-common 2.0.5 API'
-linkoffline
'https://docs.oracle.com/javase/8/docs/api' '/Users/shannah/cn1_files/cn1libs/CodeRAD/common/target/javadoc-bundle-options'
'coderad-common 2.0.6 API'
-linkoffline
'https://www.codenameone.com/javadoc' '/Users/shannah/cn1_files/cn1libs/CodeRAD/common/../javadoc-dependencies/com.codename1'
-linkoffline
Expand All @@ -36,4 +34,4 @@
-use
-version
-windowtitle
'coderad-common 2.0.5 API'
'coderad-common 2.0.6 API'
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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-ios</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-javascript</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-javase</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-lib</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-tests-common</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-tests-javase</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>

<groupId>com.codenameone</groupId>
<artifactId>coderad-tests</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</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>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<groupId>com.codenameone</groupId>
<artifactId>coderad-win</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>

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

0 comments on commit d7667d2

Please sign in to comment.