Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Dec 9, 2024
1 parent fac7182 commit e7a561d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>nl.knaw.dans</groupId>
Expand All @@ -26,12 +25,12 @@
</parent>
<artifactId>dd-dans-sword2-examples</artifactId>
<name>DD DANS SWORD2 Examples</name>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
<inceptionYear>2022</inceptionYear>

<scm>
<developerConnection>scm:git:ssh://github.com/DANS-KNAW/${project.artifactId}</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit e7a561d

Please sign in to comment.