Skip to content

Commit d40d455

Browse files
Prepare for next development iteration 1.3.2-SNAPSHOT (#1163)
1 parent ef65bbe commit d40d455

113 files changed

Lines changed: 118 additions & 144 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.sandbox</groupId>
77
<artifactId>central</artifactId>
88
<name>Sandbox central</name>
9-
<version>1.3.1</version>
9+
<version>1.3.2-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<!-- Upgraded to Tycho 5.0.0 – resolves CodeQL autobuild

release.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-updated by release workflow - do not edit manually
2-
next.release.version=1.3.1
2+
next.release.version=1.3.2

release_notes.md

Lines changed: 2 additions & 28 deletions

sandbox-ast-api-jdt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.sandbox</groupId>
99
<artifactId>central</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.3.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

sandbox-ast-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.sandbox</groupId>
99
<artifactId>central</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.3.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

sandbox-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.sandbox</groupId>
99
<artifactId>central</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.3.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

sandbox-functional-converter-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.sandbox</groupId>
99
<artifactId>central</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.3.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

sandbox-jgit-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.sandbox</groupId>
99
<artifactId>central</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.3.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

sandbox-jgit-storage-hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.sandbox</groupId>
99
<artifactId>central</artifactId>
10-
<version>1.3.1</version>
10+
<version>1.3.2-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

sandbox-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sandbox</groupId>
88
<artifactId>sandbox-maven-plugin</artifactId>
9-
<version>1.3.1</version>
9+
<version>1.3.2-SNAPSHOT</version>
1010
<packaging>maven-plugin</packaging>
1111
<name>Sandbox Cleanup Maven Plugin</name>
1212
<description>

0 commit comments

Comments
 (0)