Skip to content

Commit

Permalink
Merge pull request #62 from oneteme/release_v3
Browse files Browse the repository at this point in the history
edit
  • Loading branch information
usfalami committed Jul 1, 2024
2 parents 5d835ba + eb20414 commit ae0664d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
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>io.github.oneteme.traceapi</groupId>
<artifactId>traceapi-core</artifactId>
<version>0.0.21</version>
<groupId>io.github.oneteme</groupId>
<artifactId>inspect-core</artifactId>
<version>0.0.1</version>
<packaging>jar</packaging>
<name>traceapi-core</name>
<description>traceapi-core</description>
<name>inspect-core</name>
<description>INtegrated System Performance Evaluation and Communication Tracking core libray</description>
<url>https://oneteme.github.io/</url>
<developers>
<developer>
Expand All @@ -19,12 +19,12 @@
</developer>
</developers>
<scm>
<url>https://github.com/oneteme/traceapi-core</url>
<url>https://github.com/oneteme/inspect-core</url>
</scm>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://github.com/oneteme/traceapi-core/blob/main/LICENSE</url>
<url>https://github.com/oneteme/inspect-core/blob/main/LICENSE</url>
</license>
</licenses>
<properties>
Expand Down

0 comments on commit ae0664d

Please sign in to comment.