[sikuli] 117/385: direct upload to git does not work yet, so we have to use deploy-to-local -> commit -> push (problem to solve: get rid of older snapshots automatically)
Gilles Filippini
pini at moszumanska.debian.org
Sun Jun 29 19:25:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.
commit 93a98093e79032e5f4202aba8b54b6d1320986d9
Author: Raimund Hocke <rmhdevelop at me.com>
Date: Mon Jan 6 13:21:53 2014 +0100
direct upload to git does not work yet, so we have to use deploy-to-local -> commit -> push (problem to solve: get rid of older snapshots automatically)
---
pom.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3ad91cc..f44480a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -233,16 +233,18 @@
</build>
<distributionManagement>
- <!-- for now I use the repositories below.
- Instructions: https://github.com/iirekm/maven-repo
+ <!-- for now use this repositories below.
+ Must be a git repository, that you have access to!
-->
<repository>
- <id>iirekm.releases</id>
- <url>https://github.com/iirekm/maven-repo/raw/master/releases</url>
+ <id>sikulix.releases</id>
+ <!-- <url>https://github.com/RaiMan/SikuliX-Maven-Repo/raw/master/releases</url>-->
+ <url>file:/Users/rhocke/SikuliX/SikuliX-Maven-Repo/raw/master/releases</url>
</repository>
<snapshotRepository>
- <id>iirekm.shapshots</id>
- <url>https://github.com/iirekm/maven-repo/raw/master/snapshots</url>
+ <id>sikulix.shapshots</id>
+ <!-- <url>https://github.com/RaiMan/SikuliX-Maven-Repo/raw/master/snapshots</url>-->
+ <url>file:/Users/rhocke/SikuliX/SikuliX-Maven-Repo/raw/master/snapshots</url>
</snapshotRepository>
<!-- after getting access to https://oss.sonatype.org/ as described in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git
More information about the pkg-java-commits
mailing list