Skip to content

Commit

Permalink
release of version 3.11.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Nov 5, 2020
1 parent 9a63b9c commit 12c7502
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 23 deletions.
4 changes: 2 additions & 2 deletions builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.stratio.cassandra</groupId>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.11.8.0</version>
<version>3.11.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<parent>
<artifactId>cassandra-lucene-index-parent</artifactId>
<groupId>com.stratio.cassandra</groupId>
<version>3.11.8.0</version>
<groupId>com.instaclustr</groupId>
<version>3.11.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,7 +21,7 @@
<id>package</id>
<dependencies>
<dependency>
<groupId>com.stratio.cassandra</groupId>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-lucene-index-plugin</artifactId>
<version>${project.parent.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.stratio.cassandra</groupId>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.11.8.0</version>
<version>3.11.8.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
-->
<configuration scan="false">

<logger level="DEBUG" name="com.stratio"/>
<logger level="DEBUG" name="com.instaclustr"/>

</configuration>
76 changes: 65 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,14 @@
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.stratio</groupId>
<artifactId>parent</artifactId>
<version>0.9.0</version>
</parent>

<inceptionYear>2014</inceptionYear>
<packaging>pom</packaging>
<groupId>com.stratio.cassandra</groupId>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.11.8.0</version>
<version>3.11.8.1</version>
<name>Cassandra Lucene index</name>
<description>Cassandra Lucene index</description>
<url>https://github.com/instaclustr/cassandra-lucene-index</url>

<modules>
<module>builder</module>
Expand All @@ -51,9 +46,9 @@
</licenses>

<scm>
<url>https://github.com/Stratio/cassandra-lucene-index</url>
<connection>scm:git:git:@github.com:Stratio/cassandra-lucene-index.git</connection>
<developerConnection>scm:git:git@github.com:Stratio/cassandra-lucene-index.git</developerConnection>
<url>https://github.com/instaclustr/cassandra-lucene-index</url>
<connection>scm:git:git:@github.com:instaclustr/cassandra-lucene-index.git</connection>
<developerConnection>scm:git:git@github.com:instaclustr/cassandra-lucene-index.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand All @@ -75,6 +70,22 @@
</developer>
</developers>

<organization>
<name>Instaclustr</name>
<url>https://instaclustr.com</url>
</organization>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<properties>
<cassandra.version>3.11.8</cassandra.version>

Expand All @@ -98,6 +109,9 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>
<maven.javadoc.plugin.version>2.9.1</maven.javadoc.plugin.version>

<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down Expand Up @@ -156,4 +170,44 @@
</plugin>
</plugins>
</build>

<profiles>
<!-- Use this profile when releasing. For example: "mvn clean deploy -P release" -->
<profile>
<id>release</id>
<properties>
<javadoc.skip>false</javadoc.skip>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven.gpg.plugin.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus.staging.maven.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<!--Use "mvn nexus-staging:release -P release" to push from the OSSRH staging repo to Maven Central-->
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
6 changes: 3 additions & 3 deletions testsAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,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>com.stratio.cassandra</groupId>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-lucene-index-tests</artifactId>
<version>3.11.8.0</version>
<version>3.11.8.1</version>

<packaging>jar</packaging>
<name>Cassandra Lucene Index acceptance tests</name>
Expand All @@ -52,7 +52,7 @@

<dependencies>
<dependency>
<groupId>com.stratio.cassandra</groupId>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-lucene-index-builder</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion testsAT/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<appender-ref ref="STDOUT" />
</root>

<logger level="DEBUG" name="com.stratio.cassandra"/>
<logger level="DEBUG" name="com.instaclustr"/>
<logger level="OFF" name="org.apache.cassandra"/>
<logger level="ERROR" name="com.datastax.driver"/>
<logger level="DEBUG" name="TEST"/>
Expand Down

0 comments on commit 12c7502

Please sign in to comment.