1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
-
3
- <modelVersion >4.0.0</modelVersion >
4
-
5
- <groupId >org.st-js.bridge</groupId >
6
- <artifactId >jquery</artifactId >
7
- <version >1.9.1.bv1-SNAPSHOT </version >
8
- <packaging >jar</packaging >
9
- <name >Strongly-typed Javascript:JQuery Bridge Library</name >
10
-
11
- <parent >
12
- <groupId >org.st-js.bridge</groupId >
13
- <artifactId >parent-pom</artifactId >
14
- <version >1.0.1</version >
15
- </parent >
16
-
17
- <properties >
18
- </properties >
19
-
20
- <dependencies >
21
- <dependency >
22
- <groupId >org.st-js.bridge</groupId >
23
- <artifactId >html</artifactId >
24
- <version >5.0.bv1</version >
25
- </dependency >
26
- </dependencies >
27
-
28
- <scm >
29
- <connection >scm:git:https://github.com/st-js/jquery-bridge.git</connection >
30
- <developerConnection >scm:git:https://github.com/st-js/jquery-bridge.git</developerConnection >
31
- <url >scm:git:https://github.com/st-js/jquery-bridge</url >
32
- <tag >HEAD </tag >
33
- </scm >
34
-
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+
3
+ <modelVersion >4.0.0</modelVersion >
4
+
5
+ <groupId >org.st-js.bridge</groupId >
6
+ <artifactId >jquery</artifactId >
7
+ <version >1.9.1.bv1</version >
8
+ <packaging >jar</packaging >
9
+ <name >Strongly-typed Javascript:JQuery Bridge Library</name >
10
+
11
+ <parent >
12
+ <groupId >org.st-js.bridge</groupId >
13
+ <artifactId >parent-pom</artifactId >
14
+ <version >1.0.1</version >
15
+ </parent >
16
+
17
+ <properties >
18
+ </properties >
19
+
20
+ <dependencies >
21
+ <dependency >
22
+ <groupId >org.st-js.bridge</groupId >
23
+ <artifactId >html</artifactId >
24
+ <version >5.0.bv1</version >
25
+ </dependency >
26
+ </dependencies >
27
+
28
+ <scm >
29
+ <connection >scm:git:https://github.com/st-js/jquery-bridge.git</connection >
30
+ <developerConnection >scm:git:https://github.com/st-js/jquery-bridge.git</developerConnection >
31
+ <url >scm:git:https://github.com/st-js/jquery-bridge</url >
32
+ <tag >jquery-1.9.1.bv1 </tag >
33
+ </scm >
34
+
35
35
</project >
0 commit comments