Skip to content

Commit

Permalink
Change groupId to com.esotericsoftware.
Browse files Browse the repository at this point in the history
This has been discussed some times previously and now it seems to be
ok doing this. As a consequence the minor version will be changed
in another commit.

The clirr compatibility check is now temporarily disabled because
it would compare with kryo 1.04. With the next release it should
be enabled again.
  • Loading branch information
magro committed Jul 28, 2014
1 parent 4259143 commit d8e519a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion pom-main.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<parent>
<groupId>com.esotericsoftware.kryo</groupId>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>2.24.1-SNAPSHOT</version>
<relativePath>./pom.xml</relativePath>
Expand Down Expand Up @@ -77,6 +77,8 @@
</executions>
<!-- See http://mojo.codehaus.org/clirr-maven-plugin/check-mojo.html -->
<configuration>
<!-- Only for this release: Temporarily disable because otherwise it compares with 1.04 -->
<skip>true</skip>
<logResults>true</logResults>
<minSeverity>warning</minSeverity>
<!-- Configure ignored differences: http://mojo.codehaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
Expand Down
2 changes: 1 addition & 1 deletion pom-shaded.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<parent>
<groupId>com.esotericsoftware.kryo</groupId>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>2.24.1-SNAPSHOT</version>
<relativePath>./pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.esotericsoftware.kryo</groupId>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo-parent</artifactId>
<version>2.24.1-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit d8e519a

Please sign in to comment.