Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Oct 21, 2018
1 parent aac85c5 commit ed9b508
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
maven.home=C:\\Work\\tools\\maven\\apache-maven-3.5.4
ant.home=C:\\Work\\tools\\ant\\apache-ant-1.10.5
java.home=C:\\Program Files\\Java\\jdk1.8.0_60
build.version=1.4
build.version=1.4.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions snap-studio-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-agent</artifactId>
<packaging>jar</packaging>
<version>1.4</version>
<version>1.4.1</version>
<url>http://www.snapscript.org</url>
<dependencies>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-platform</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions snap-studio-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</parent>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-common</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.google.javascript</groupId>
Expand Down
8 changes: 4 additions & 4 deletions snap-studio-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -17,17 +17,17 @@
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-compile</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-tree</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-agent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.simpleframework</groupId>
Expand Down
8 changes: 4 additions & 4 deletions snap-studio-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
<parent>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</parent>
<dependencies>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-compile</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-tree</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-common</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
8 changes: 4 additions & 4 deletions snap-studio-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</parent>
<dependencies>
<dependency>
Expand Down Expand Up @@ -62,17 +62,17 @@
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-compile</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-tree</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-index</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
10 changes: 5 additions & 5 deletions snap-studio-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</parent>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand All @@ -17,22 +17,22 @@
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-platform</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-ui</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-agent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-project</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
6 changes: 3 additions & 3 deletions snap-studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-parent</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</parent>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-build</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-studio-service</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
3 changes: 2 additions & 1 deletion snap-studio/work/demo/games/src/mario/MarioGame.snap
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import static lang.Integer.*; // static import

import mario.core.GameFrame;
import mario.core.GamePanel;

func start(scale) {
var g = new GameFrame(scale);
const g = new GameFrame(scale);

try {
g.start();
Expand Down
2 changes: 1 addition & 1 deletion snap-studio/work/demo/misc/src/ray_tracer.snap
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,5 @@ function start(path) {
}

var start = System.currentTimeMillis();
start("c:\\temp\\raytrace.png");
start("c:\\Work\\temp\\raytrace.png");
println(System.currentTimeMillis()-start);
2 changes: 1 addition & 1 deletion snap-studio/work/games/mario/src/mario/core/GamePanel.snap
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class GamePanel extends JPanel with Runnable {
renderer.setBackground(ImageManipulator.loadImage("/mario/backgrounds/background2.png"));
//renderer.setBackground(ImageManipulator.loadImage("/mario/backgrounds/Icy_Background.png"));
//renderer.setBackground(ImageManipulator.loadImage("/mario/backgrounds/swamp_background.png"));
map = manager.loadMap("/mario/maps/map4.txt", SM_22050_Hz); // use the ResourceManager to load the game map
map = manager.loadMap("/mario/maps/map3.txt", SM_22050_Hz); // use the ResourceManager to load the game map
//backgroundMap = manager.loadOtherMaps("backgroundMap.txt");
//foregroundMap = manager.loadOtherMaps("foregroundMap.txt");
map.setPlayer(mario); // set the games main player to mario
Expand Down

0 comments on commit ed9b508

Please sign in to comment.