Skip to content

Commit

Permalink
reset to v.1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
adelolmo committed Jul 4, 2016
1 parent 20338a6 commit bc1a9da
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.ado</groupId>
<artifactId>psplib</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -128,26 +128,6 @@
</archive>
</configuration>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<outputDirectory>${release.directory}</outputDirectory>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>-->
</plugins>
</build>

Expand All @@ -165,7 +145,6 @@
<directory>${release.directory}</directory>
<includes>
<include>*.deb</include>
<!--<include>*.tar.gz</include>-->
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit bc1a9da

Please sign in to comment.