Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adibaba committed Feb 22, 2020
1 parent 7d7e4db commit 593e9f3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.adrianwilke</groupId>
<artifactId>java-yed</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>Java jEd</name>
<description>Generator of jEd files in GraphML</description>

Expand All @@ -27,5 +27,13 @@
</dependency>

</dependencies>


<distributionManagement>
<repository>
<id>github-adibaba-java-yed</id>
<name>GitHub adibaba java-yed Apache Maven Packages</name>
<url>https://maven.pkg.github.com/adibaba/java-yed</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 593e9f3

Please sign in to comment.