Skip to content

Commit

Permalink
Change versions to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Tattersall committed Feb 21, 2014
1 parent bc235cb commit 0b9abda
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>PIPE</artifactId>
<groupId>uk.ac.imperial</groupId>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pipe-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>uk.ac.imperial</groupId>
<artifactId>PIPE</artifactId>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>PIPE-gui</artifactId>
<version>4.3.2</version>
<version>4.3.2-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@
<artifactId>PIPE</artifactId>

<packaging>pom</packaging>
<version>1.0</version>
<version>1.0-SNAPSHOT</version>
<name>PIPE Parent Project</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>


<scm>
<developerConnection>scm:git:[email protected]:sarahtattersall/PIPE.git</developerConnection>
</scm>

<modules>
<module>pipe-gui</module>
<module>pipe-core</module>
Expand All @@ -32,6 +37,12 @@
<target>1.7</target>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
10 changes: 10 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#release configuration
#Fri Feb 21 15:58:13 GMT 2014
preparationGoals=clean verify
pushChanges=true
exec.snapshotReleasePluginAllowed=false
scm.commentPrefix=[maven-release-plugin]
remoteTagging=true
completedPhase=check-poms
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:[email protected]\:sarahtattersall/PIPE.git

0 comments on commit 0b9abda

Please sign in to comment.