Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngallagher committed Mar 19, 2017
1 parent a2d6e59 commit 6892849
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 372 deletions.
635 changes: 276 additions & 359 deletions .idea/workspace.xml

Large diffs are not rendered by default.

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</artifactId>
<version>1.0.2</version>
<version>1.1</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion snap-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.snapscript</groupId>
<artifactId>snap-common</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.1</version>
<url>http://www.snapscript.org</url>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions snap-compile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
<groupId>org.snapscript</groupId>
<artifactId>snap-compile</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.1</version>
<url>http://www.snapscript.org</url>
<dependencies>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-tree</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-core</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-parse</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions snap-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<groupId>org.snapscript</groupId>
<artifactId>snap-core</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.1</version>
<url>http://www.snapscript.org</url>
<dependencies>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-common</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions snap-parse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<groupId>org.snapscript</groupId>
<artifactId>snap-parse</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.1</version>
<url>http://www.snapscript.org</url>
<dependencies>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-common</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions snap-tree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<groupId>org.snapscript</groupId>
<artifactId>snap-tree</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.1</version>
<url>http://www.snapscript.org</url>
<dependencies>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-core</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.snapscript</groupId>
<artifactId>snap-parse</artifactId>
<version>1.0.2</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 6892849

Please sign in to comment.