Skip to content

Commit

Permalink
Setting version to 11.0.36-beta-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
autores-uk committed Oct 6, 2024
1 parent 73b7b79 commit fe08e25
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion code/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>annotations</artifactId>
<groupId>uk.autores</groupId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion code/examples/assert-resources-exist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>assert-resources-exist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/create-checked-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>create-checked-resource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/custom-handler/file-to-icon-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>custom-handler</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>file-to-icon-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/custom-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>custom-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/custom-handler/swing-app-with-icons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>custom-handler</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>swing-app-with-icons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/embed-resources-as-bytes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>embed-resources-as-bytes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/embed-resources-as-strings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>embed-resources-as-strings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>autores</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/transform-properties-to-constants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>transform-properties-to-constants</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/examples/transform-properties-to-messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.autores</groupId>
<artifactId>examples</artifactId>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>
</parent>

<artifactId>transform-properties-to-messages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>uk.autores</groupId>
<artifactId>autores</artifactId>
<packaging>pom</packaging>
<version>11.0.35-beta</version>
<version>11.0.36-beta-SNAPSHOT</version>

<modules>
<!-- aggregates -->
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions/minor.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35
36

0 comments on commit fe08e25

Please sign in to comment.