Skip to content

Commit

Permalink
Release v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 16, 2024
1 parent c1ce516 commit 430896b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Development Version 0.36
# Release Version 0.36

**Updates**
* Items in List editors now have a button to move them up in the list.
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-SNAPSHOT</version>
<version>0.36</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configurable is hosted on Maven Central:
<dependency>
<groupId>de.fraunhofer.iosb.ilt</groupId>
<artifactId>Configurable</artifactId>
<version>0.34</version>
<version>0.36</version>
</dependency>
</dependencies>
```
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-SNAPSHOT</version>
<version>0.36</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-SNAPSHOT</version>
<version>0.36</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-SNAPSHOT</version>
<version>0.36</version>
<packaging>pom</packaging>

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

<issueManagement>
Expand Down

0 comments on commit 430896b

Please sign in to comment.