Skip to content

Commit

Permalink
Fixed distribution repository URL.
Browse files Browse the repository at this point in the history
Version 0.9.7.
  • Loading branch information
hendriks73 committed Mar 4, 2014
1 parent 4e7d4c9 commit 661531c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion casampledsp-i386/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.tagtraum</groupId>
<artifactId>casampledsp-parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>casampledsp-i386</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion casampledsp-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.tagtraum</groupId>
<artifactId>casampledsp-parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>casampledsp-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion casampledsp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.tagtraum</groupId>
<artifactId>casampledsp-parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>casampledsp-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion casampledsp-x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.tagtraum</groupId>
<artifactId>casampledsp-parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>casampledsp-x86_64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion casampledsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.tagtraum</groupId>
<artifactId>casampledsp-parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>casampledsp</artifactId>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<maven>3.0.5</maven>
</prerequisites>
<groupId>com.tagtraum</groupId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
<artifactId>casampledsp-parent</artifactId>
<packaging>pom</packaging>
<name>CASampledSP Parent</name>
Expand Down Expand Up @@ -130,12 +130,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<version>2.16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.5.1</version>
<version>2.8</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -145,17 +145,17 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<version>1.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<version>2.9.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -165,7 +165,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2</version>
<version>2.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -176,13 +176,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<version>2.8.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -266,7 +266,7 @@
<uniqueVersion>false</uniqueVersion>
<id>beatunes-repository</id>
<name>beaTunes Repository</name>
<url>sftp://www.beatunes.com/var/www/vhosts/beatunes.com/httpdocs/repo/maven2</url>
<url>sftp://www.beatunes.com/var/www/html/repo/maven2</url>
</repository>
<downloadUrl>http://www.beatunes.com/repo/maven2</downloadUrl>
<site>
Expand Down Expand Up @@ -297,7 +297,7 @@
<!-- override with -D on commandline to pass additional flags, like -DDEBUG via the cflags property -->
<cflags />
<!-- Custom JDK: -->
<!-- <darwin.headers.jni>/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/include/</darwin.headers.jni> -->
<!-- <darwin.headers.jni>/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/include/</darwin.headers.jni> -->
<!-- Apple JDK: -->
<darwin.headers.jni>/System/Library/Frameworks/JavaVM.framework/Headers</darwin.headers.jni>
<!-- add -DDEBUG to enable standard out debug messages -->
Expand Down

0 comments on commit 661531c

Please sign in to comment.