Skip to content

Commit 2f2cf72

Browse files
authored
Merge pull request #72 from NicholasBatesNZ/develop
Set version and release/snapshot repos
2 parents a46bbaf + b747954 commit 2f2cf72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
org.gradle.jvmargs=-Xmx1536m
22
groupId=org.terasology.gestalt
3-
version=7.8.10-SNAPSHOT
3+
version=7.0.1-SNAPSHOT
44
# Where to publish artifacts, if not to the default snapshot/release repos
55
# Publishing a snapshot to a release-only repo will get an intended but quirky HTTP 409 Conflict error as of Nov 2014
6-
snapshotPublishRepo=http://artifactory.terasology.org/artifactory/nanoware-snapshot-local
7-
releasePublishRepo=http://artifactory.terasology.org/artifactory/nanoware-snapshot-local
6+
snapshotPublishRepo=http://artifactory.terasology.org/artifactory/libs-snapshot-local
7+
releasePublishRepo=http://artifactory.terasology.org/artifactory/libs-release-local
88
# Override these values in ~/.gradle/gradle.properties
99
gestaltMavenRepoUsername=
1010
gestaltMavenRepoPassword=

0 commit comments

Comments
 (0)