1.2.0_2.11-SNAPSHOT
This commit is contained in:
parent
eefa458484
commit
209862f569
3 changed files with 16 additions and 18 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
mvn clean jar:jar javadoc:jar source:jar gpg:sign deploy -Pcasser
|
||||
|
||||
mvn clean jar:jar javadoc:jar source:jar deploy -Prelease
|
||||
|
|
28
pom.xml
28
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.noorq.casser</groupId>
|
||||
<artifactId>casser-core</artifactId>
|
||||
<version>1.1.0_2.11</version>
|
||||
<version>1.2.0_2.11-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>casser</name>
|
||||
|
@ -58,18 +58,18 @@
|
|||
</properties>
|
||||
|
||||
<profiles>
|
||||
|
||||
|
||||
<profile>
|
||||
<id>release</id>
|
||||
|
||||
|
||||
<build>
|
||||
|
||||
|
||||
<plugins>
|
||||
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
|
@ -79,15 +79,15 @@
|
|||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
|
||||
|
||||
|
||||
</build>
|
||||
|
||||
|
||||
</profile>
|
||||
|
||||
|
||||
</profiles>
|
||||
|
||||
<dependencies>
|
||||
|
@ -97,7 +97,7 @@
|
|||
<artifactId>scala-library</artifactId>
|
||||
<version>2.11.6</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.datastax.cassandra</groupId>
|
||||
<artifactId>cassandra-driver-core</artifactId>
|
||||
|
@ -403,7 +403,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
3
sign.sh
3
sign.sh
|
@ -1,4 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
mvn clean jar:jar javadoc:jar source:jar gpg:sign install -Pcasser
|
||||
|
||||
mvn clean jar:jar javadoc:jar source:jar install -Prelease
|
||||
|
|
Loading…
Reference in a new issue