Skip to content

Commit

Permalink
move version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrobakker committed Nov 5, 2014
1 parent 2ed8258 commit e06fc36
Showing 1 changed file with 3 additions and 59 deletions.
62 changes: 3 additions & 59 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>eu.icolumbo.cinch</groupId>
<artifactId>cinch</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<dependencies>
<dependency>
Expand All @@ -22,31 +22,16 @@
<artifactId>spring-context</artifactId>
<version>3.2.9.RELEASE</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<version>1.7.5</version>
</dependency>
</dependencies>

<properties>
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>1.7.5</slf4j.version>
</properties>

<build>
Expand All @@ -59,52 +44,11 @@
<target>${java.version}</target>
</configuration>
</plugin>

<!--plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.6.3.201306030806</version>
<executions>
<execution>
<id>jacoco-prepare</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>jacoco-report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>jacoco-check</id>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<rules>
<rule>
<element>BUNDLE</element>
<limits>
<limit>
<counter>CLASS</counter>
<value>MISSEDCOUNT</value>
<maximum>0</maximum>
</limit>
</limits>
</rule>
</rules>
</configuration>
</plugin-->
</plugins>
</build>

<name>Cinch</name>
<description>Spring support for Spark</description>
<description>Spring support for Apache Spark</description>
<url>http://github.com/internet-research-network/cinch</url>
<inceptionYear>2014</inceptionYear>

Expand Down

0 comments on commit e06fc36

Please sign in to comment.