This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 8362486 Use secure connection to npmjs.org (#958)
8362486 is described below
commit 836248609300b878d572c7c63a1fcb883500105e
Author: Olaf Flebbe <[email protected]>
AuthorDate: Mon Mar 19 02:29:16 2018 +0100
Use secure connection to npmjs.org (#958)
---
apm-webapp/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml
index d858144..e311000 100644
--- a/apm-webapp/pom.xml
+++ b/apm-webapp/pom.xml
@@ -14,6 +14,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
+
~
-->
@@ -125,7 +126,7 @@
<goal>npm</goal>
</goals>
<configuration>
- <arguments>install
--registry=http://registry.npmjs.org/</arguments>
+ <arguments>install
--registry=https://registry.npmjs.org/</arguments>
</configuration>
</execution>
<execution>
@@ -171,4 +172,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
--
To stop receiving notification emails like this one, please contact
[email protected].