Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 16, 2024
1 parent 430896b commit c01f2a0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Development Version 0.37

**Updates**


# Release Version 0.36

**Updates**
Expand Down
2 changes: 1 addition & 1 deletion Configurable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>ConfigurableParent</artifactId>
<version>0.36</version>
<version>0.37-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/AnnotationExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>ConfigurableParent</artifactId>
<version>0.36</version>
<version>0.37-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/ConfigurableExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>ConfigurableParent</artifactId>
<version>0.36</version>
<version>0.37-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
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>de.fraunhofer.iosb.ilt</groupId>
<artifactId>ConfigurableParent</artifactId>
<version>0.36</version>
<version>0.37-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ConfigurableParent</name>
Expand Down Expand Up @@ -65,7 +65,7 @@
<url>https:/FraunhoferIOSB/Configurable</url>
<connection>scm:git:[email protected]:FraunhoferIOSB/Configurable.git</connection>
<developerConnection>scm:git:[email protected]:FraunhoferIOSB/Configurable.git</developerConnection>
<tag>v0.36</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit c01f2a0

Please sign in to comment.