Skip to content

Commit 6892849

Browse files
committed
Update version
1 parent a2d6e59 commit 6892849

File tree

7 files changed

+289
-372
lines changed

7 files changed

+289
-372
lines changed

.idea/workspace.xml

Lines changed: 276 additions & 359 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.snapscript</groupId>
44
<artifactId>snap</artifactId>
5-
<version>1.0.2</version>
5+
<version>1.1</version>
66
<packaging>pom</packaging>
77

88
<properties>

snap-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.snapscript</groupId>
44
<artifactId>snap-common</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.2</version>
6+
<version>1.1</version>
77
<url>http://www.snapscript.org</url>
88
<dependencies>
99
<dependency>

snap-compile/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<groupId>org.snapscript</groupId>
44
<artifactId>snap-compile</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.2</version>
6+
<version>1.1</version>
77
<url>http://www.snapscript.org</url>
88
<dependencies>
99
<dependency>
1010
<groupId>org.snapscript</groupId>
1111
<artifactId>snap-tree</artifactId>
12-
<version>1.0.2</version>
12+
<version>1.1</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>org.snapscript</groupId>
1616
<artifactId>snap-core</artifactId>
17-
<version>1.0.2</version>
17+
<version>1.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.snapscript</groupId>
2121
<artifactId>snap-parse</artifactId>
22-
<version>1.0.2</version>
22+
<version>1.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>junit</groupId>

snap-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<groupId>org.snapscript</groupId>
44
<artifactId>snap-core</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.2</version>
6+
<version>1.1</version>
77
<url>http://www.snapscript.org</url>
88
<dependencies>
99
<dependency>
1010
<groupId>org.snapscript</groupId>
1111
<artifactId>snap-common</artifactId>
12-
<version>1.0.2</version>
12+
<version>1.1</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>junit</groupId>

snap-parse/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<groupId>org.snapscript</groupId>
44
<artifactId>snap-parse</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.2</version>
6+
<version>1.1</version>
77
<url>http://www.snapscript.org</url>
88
<dependencies>
99
<dependency>
1010
<groupId>org.snapscript</groupId>
1111
<artifactId>snap-common</artifactId>
12-
<version>1.0.2</version>
12+
<version>1.1</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>junit</groupId>

snap-tree/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<groupId>org.snapscript</groupId>
44
<artifactId>snap-tree</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.2</version>
6+
<version>1.1</version>
77
<url>http://www.snapscript.org</url>
88
<dependencies>
99
<dependency>
1010
<groupId>org.snapscript</groupId>
1111
<artifactId>snap-core</artifactId>
12-
<version>1.0.2</version>
12+
<version>1.1</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>org.snapscript</groupId>
1616
<artifactId>snap-parse</artifactId>
17-
<version>1.0.2</version>
17+
<version>1.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>junit</groupId>

0 commit comments

Comments
 (0)