Skip to content

Commit e22ffc6

Browse files
Merge pull request grpc#20349 from stanley-cheung/php-update-package-xml
PHP: update package.xml template
2 parents a9533e7 + 3b3d919 commit e22ffc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2018-01-19</date>
13+
<date>2019-09-24</date>
1414
<time>16:06:07</time>
1515
<version>
1616
<release>1.25.0dev</release>
@@ -22,7 +22,7 @@
2222
</stability>
2323
<license>Apache 2.0</license>
2424
<notes>
25-
- TBD
25+
- gRPC Core 1.25.0 update
2626
</notes>
2727
<contents>
2828
<dir baseinstalldir="/" name="/">

templates/package.xml.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<email>[email protected]</email>
1313
<active>yes</active>
1414
</lead>
15-
<date>2018-01-19</date>
15+
<date>2019-09-24</date>
1616
<time>16:06:07</time>
1717
<version>
1818
<release>${settings.php_version.php()}</release>
@@ -24,7 +24,7 @@
2424
</stability>
2525
<license>Apache 2.0</license>
2626
<notes>
27-
- TBD
27+
- gRPC Core ${settings.php_version.php_composer()} update
2828
</notes>
2929
<contents>
3030
<dir baseinstalldir="/" name="/">

0 commit comments

Comments
 (0)