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
dabico committed May 15, 2023
1 parent 7bb2034 commit 32655fc
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
@@ -1,10 +1,9 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>ch.usi.si.seart</groupId>
<artifactId>src2abs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>${project.artifactId}: abstracting Java source code</description>
Expand Down Expand Up @@ -51,7 +50,7 @@
</developers>

<scm>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
<url>https://github.com/seart-group/src2abs/tree/master</url>
<connection>scm:git:https://github.com/seart-group/src2abs.git</connection>
<developerConnection>scm:git:[email protected]:seart-group/src2abs.git</developerConnection>
Expand Down

0 comments on commit 32655fc

Please sign in to comment.