Skip to content

Commit

Permalink
Merge pull request #46 from secure-software-engineering/master
Browse files Browse the repository at this point in the history
Update to master release 1.0.4
  • Loading branch information
schlichtig authored Sep 16, 2024
2 parents 212ae2d + 78676b5 commit 36c8c86
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
<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>de.fraunhofer.iem</groupId>
<artifactId>pathexpression</artifactId>
<version>1.0.3</version>
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>pathexpression</artifactId>
<version>1.0.4</version>

<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>
<licenses>
<license>
<name>Eclipse Public License - v2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:secure-software-engineering/PathExpression.git</connection>
<developerConnection>scm:git:ssh://github.com:secure-software-engineering/PathExpression.git</developerConnection>
<url>https://github.com/secure-software-engineering/PathExpression</url>
</scm>
<name>Tarjan's Path Expression Implementation for Java</name>
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>

<name>Tarjan's Path Expression Implementation for Java</name>
<description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
<url>https://github.com/secure-software-engineering/PathExpression</url>

<developers>
<developer>
<name>Boomerang development team</name>
Expand All @@ -32,6 +35,7 @@
<email>[email protected]</email>
</contributor>
</contributors>

<profiles>
<!-- This profile is used to avoid running the deployment in non-deployment
contexts because they require specific keys from the Github remote. Include
Expand Down

0 comments on commit 36c8c86

Please sign in to comment.