Skip to content

Commit

Permalink
preparing version to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richkadel committed Sep 17, 2014
1 parent f72c538 commit 08cf4b3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
18 changes: 17 additions & 1 deletion cesium-gwt-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<parent>
<groupId>org.cesiumjs</groupId>
<artifactId>cesium-gwt</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<!--
<version>0.2.0-SNAPSHOT</version>
-->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,6 +16,19 @@
<properties>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
</properties>

<distributionManagement>
<repository>
<id>nexus</id>
<name>Harmonia Release Repository</name>
<url>http://nexus.internal.harmonia.com:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>Harmonia Snapshot Repository</name>
<url>http://nexus.internal.harmonia.com:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<resources>
Expand Down
5 changes: 4 additions & 1 deletion cesium-gwt-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<parent>
<groupId>org.cesiumjs</groupId>
<artifactId>cesium-gwt</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<!--
<version>0.2.0-SNAPSHOT</version>
-->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.cesiumjs.cesium.Billboard;
import org.cesiumjs.cesium.BillboardCollection;
import org.cesiumjs.cesium.BoundingRectangle;
import org.cesiumjs.cesium.Camera;
import org.cesiumjs.cesium.Cartesian2;
import org.cesiumjs.cesium.Cartesian3;
import org.cesiumjs.cesium.CesiumConfiguration;
Expand All @@ -15,7 +14,6 @@
import org.cesiumjs.cesium.LabelCollection;
import org.cesiumjs.cesium.Scene;
import org.cesiumjs.cesium.VerticalOrigin;
import org.cesiumjs.js.JsFunctionCallback;

import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.Style.Unit;
Expand All @@ -27,7 +25,7 @@

public class ZoomToCesium extends DockLayoutPanel {

private static final String WHITE_SHAPES_IMAGE = "/Cesium-1.0/Apps/Sandcastle/images/whiteShapes.png";
private static final String WHITE_SHAPES_IMAGE = "Cesium-1.0/Apps/Sandcastle/images/whiteShapes.png";

private static final int[][] WHITE_SHAPES_BOUNDS = {
// JavaScript BoundingRectangle objects
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cesiumjs</groupId>
<artifactId>cesium-gwt</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<!--
<version>0.2.0-SNAPSHOT</version>
-->
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 08cf4b3

Please sign in to comment.