Skip to content

Commit

Permalink
Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Sep 3, 2024
1 parent 3616fca commit f0f3a10
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>sasquatch</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<properties>
<!-- Java 8+ config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-09-03T09:44:24Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-03T09:44:51Z</project.build.outputTimestamp>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

Expand Down
2 changes: 1 addition & 1 deletion sasquatch-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-biostatmatt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-biostatmatt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sasquatch-parent</artifactId>
<groupId>com.github.nbbrd.sasquatch</groupId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-desktop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-parso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-parso</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-ri</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-sassy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-sassy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sasquatch-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.nbbrd.sasquatch</groupId>
<artifactId>sasquatch-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>sasquatch-tck</artifactId>
Expand Down

0 comments on commit f0f3a10

Please sign in to comment.