Skip to content

Commit

Permalink
Update pom.xml for final 3.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Jul 11, 2018
1 parent a583b4a commit 3bcf611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004 - 2016 JEP AUTHORS.
Copyright (c) 2004 - 2018 JEP AUTHORS.

This file is licenced under the the zlib/libpng License.

Expand Down
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@

<groupId>black.ninia</groupId>
<artifactId>jep</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>3.8.0</version>
<packaging>jar</packaging>

<name>Java Embedded Python</name>
<description>Jep embeds CPython in Java through JNI.</description>
<url>https://github.com/ninia/jep</url>
<inceptionYear>2004</inceptionYear>

<licenses>
<license>
Expand All @@ -38,7 +39,12 @@
<scm>
<connection>scm:git:git://github.com/ninia/jep.git</connection>
<developerConnection>scm:git:ssh://github.com:ninia/jep.git</developerConnection>
<url>https://github.com/ninia/jep/tree/dev_3.8</url>
<url>https://github.com/ninia/jep/tree/v3.8.0</url>
</scm>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

</project>

0 comments on commit 3bcf611

Please sign in to comment.