Skip to content

Commit d6a35c6

Browse files
committed
OSCAR-0
Prepping RC tag.
1 parent 7576267 commit d6a35c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

oscar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.caris</groupId>
88
<artifactId>oscar_framework</artifactId>
9-
<version>15.0-SNAPSHOT</version>
9+
<version>15.0.2-RC1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<dependencies>

oscar/src/main/javascript/oscar/lib/oscar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
/**
4444
* Constant: VERSION_NUMBER
4545
*/
46-
oscar.VERSION_NUMBER = "15.0-SNAPSHOT";
46+
oscar.VERSION_NUMBER = "15.0.2-RC1";

oscarexchange4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.caris</groupId>
99
<artifactId>oscar_framework</artifactId>
10-
<version>15.0-SNAPSHOT</version>
10+
<version>15.0.2-RC1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.caris</groupId>
55
<artifactId>oscar_framework</artifactId>
66
<name>Oscar Framework</name>
7-
<version>15.0-SNAPSHOT</version>
7+
<version>15.0.2-RC1</version>
88
<packaging>pom</packaging>
99
<description>This is the CARIS JavaScript map library. It currently
1010
extends the Openlayers library and uses YUI and jQuery UI to make

0 commit comments

Comments
 (0)