Skip to content

Commit

Permalink
ont-api: change version (1.4.3-SNAPSHOT -> 2.0.0-SNAPSHOT) and rename…
Browse files Browse the repository at this point in the history
… maven group (ru.avicomp -> com.github.owlcs) -- issue #1
  • Loading branch information
sszuev committed Oct 21, 2019
1 parent 75d6a7d commit 82af94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
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>ru.avicomp</groupId>
<groupId>com.github.owlcs</groupId>
<artifactId>ontapi</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 82af94f

Please # to comment.