X Tutup
Skip to content

Commit 96bbe6a

Browse files
committed
Created 1.1.0.M2
git-svn-id: https://src.springframework.org/svn/se-springpython-py/tags/springpython-1.1.0.M2@773 ce8fead1-4192-4296-8608-a705134b927f
1 parent 09ba088 commit 96bbe6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

springpython.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ natural.name=se-springpython-py
55
project.key=EXTPY
66

77
# release, milestone or snapshot. Trunk is always snapshot for CI build
8-
release.type=snapshot
8+
#release.type=snapshot
99

1010
# This property is only un-commented and set for official tagged releases.
1111
#release.type=release
1212
#build.stamp=RC2
1313

1414
# This property is uncommented for milestone releases.
15-
#release.type=milestone
16-
#build.stamp=M1
15+
release.type=milestone
16+
build.stamp=M2
1717

1818
# docbook reference documentation
1919
doc.ref.dir=docs/reference

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
description='Spring Python',
2828
long_description='Spring Python is an offshoot of the Java-based SpringFramework, targeted for Python. Spring provides many useful features, and I wanted those same features available when working with Python.',
2929
author='Greg L. Turnquist',
30-
author_email='gregturn at mindspring dot com',
30+
author_email='greg.turnquist at springsource dot com',
3131
url='http://springpython.webfactional.com',
3232
platforms = ["Python >= 2.4"],
3333
license='Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)',

0 commit comments

Comments
 (0)
X Tutup