Skip to content

Commit b150d16

Browse files
committed
Made JsFunction a version 1.0 to tag
1 parent 5a6cc0c commit b150d16

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ _Then we invoke the JavaScript from GWT:_
5252
}-*/;
5353

5454

55-
Also review the [test cases](https://github.com/richkadel/jsfunction-gwt/blob/master/jsfunction-gwt-test/src/main/java/jsfunction/jsfunctiontest/JsFunctionTest.java).
55+
*For more examples,* review the JsFunctionTest class in the
56+
[jsfunction.jsfunctiontest](https://github.com/richkadel/jsfunction-gwt/tree/master/jsfunction-gwt-test/src/main/java/jsfunction/jsfunctiontest)
57+
test case package.

jsfunction-gwt-main/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<parent>
44
<groupId>jsfunction</groupId>
55
<artifactId>jsfunction-gwt</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<!--
7+
<version>1.0.1-SNAPSHOT</version>
8+
-->
9+
<version>1.0</version>
710
</parent>
811

912
<modelVersion>4.0.0</modelVersion>

jsfunction-gwt-test/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<parent>
33
<groupId>jsfunction</groupId>
44
<artifactId>jsfunction-gwt</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
5+
<!--
6+
<version>1.0.1-SNAPSHOT</version>
7+
-->
8+
<version>1.0</version>
69
</parent>
710

811
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
<gwtVersion>2.6.1</gwtVersion>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
<!--
10-
<jsFunctionGwtVersion>0.0.1</jsFunctionGwtVersion>
10+
<jsFunctionGwtVersion>1.0.1-SNAPSHOT</jsFunctionGwtVersion>
1111
-->
12-
<jsFunctionGwtVersion>0.0.1-SNAPSHOT</jsFunctionGwtVersion>
12+
<jsFunctionGwtVersion>1.0</jsFunctionGwtVersion>
1313
</properties>
1414

1515
<modelVersion>4.0.0</modelVersion>
1616
<groupId>jsfunction</groupId>
1717
<artifactId>jsfunction-gwt</artifactId>
18-
<version>0.0.1-SNAPSHOT</version>
18+
<!--
19+
<version>1.0.1-SNAPSHOT</version>
20+
-->
21+
<version>1.0</version>
1922
<packaging>pom</packaging>
2023

2124
<modules>

0 commit comments

Comments
 (0)