11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
22 <modelVersion >4.0.0</modelVersion >
3- <groupId >com.googlecode .owasp-java-html-sanitizer</groupId >
3+ <groupId >lt.hrm .owasp-java-html-sanitizer</groupId >
44 <artifactId >parent</artifactId >
5- <version >20180219 .2-SNAPSHOT</version >
5+ <version >20180407 .2-SNAPSHOT</version >
66
77 <packaging >pom</packaging >
88
@@ -12,7 +12,7 @@ A fast and easy to configure HTML Sanitizer written in Java which
1212lets you include HTML authored by third-parties in your web
1313application while protecting against XSS.
1414 </description >
15- <url >https://github.com/OWASP /java-html-sanitizer</url >
15+ <url >https://github.com/danasjukna /java-html-sanitizer</url >
1616 <licenses >
1717 <license >
1818 <name >Apache License, Version 2.0</name >
@@ -22,71 +22,11 @@ application while protecting against XSS.
2222 </licenses >
2323
2424 <scm >
25- <connection >scm:git:git://github.com/OWASP /java-html-sanitizer.git</connection >
26- <developerConnection >scm:git:git://github.com/OWASP /java-html-sanitizer.git</developerConnection >
27- <url >https://github.com/OWASP /java-html-sanitizer</url >
25+ <connection >scm:git:git://github.com/danasjukna /java-html-sanitizer.git</connection >
26+ <developerConnection >scm:git:git://github.com/danasjukna /java-html-sanitizer.git</developerConnection >
27+ <url >https://github.com/danasjukna /java-html-sanitizer</url >
2828 </scm >
2929
30- <distributionManagement >
31- <snapshotRepository >
32- <id >ossrh</id >
33- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
34- </snapshotRepository >
35- <repository >
36- <id >ossrh</id >
37- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
38- </repository >
39- </distributionManagement >
40-
41- <issueManagement >
42- <system >GitHub</system >
43- <url >https://github.com/OWASP/java-html-sanitizer/issues</url >
44- </issueManagement >
45-
46- <organization >
47- <name >OWASP</name >
48- <url >https://owasp.org</url >
49- </organization >
50-
51- <developers >
52- <developer >
53- <id >mikesamuel</id >
54- <name >Mike Samuel</name >
55- <email >mikesamuel@gmail.com</email >
56- </developer >
57- </developers >
58-
59- <mailingLists >
60- <mailingList >
61- <name >User Support List</name >
62- <subscribe >owasp-java-html-sanitizer-support+subscribe@googlegroups.com</subscribe >
63- <unsubscribe >owasp-java-html-sanitizer-support+unsubscribe@googlegroups.com</unsubscribe >
64- <archive >https://groups.google.com/forum/#!forum/owasp-java-html-sanitizer-support</archive >
65- </mailingList >
66- </mailingLists >
67-
68- <reporting >
69- <plugins >
70- <!-- `mvn compile site` will generate target/site/findbugs.html -->
71- <!-- http://gleclaire.github.io/findbugs-maven-plugin/dependency-info.html -->
72- <plugin >
73- <groupId >org.codehaus.mojo</groupId >
74- <artifactId >findbugs-maven-plugin</artifactId >
75- <version >3.0.2</version >
76- <configuration >
77- <!--
78- Enables analysis which takes more memory but finds more bugs.
79- If you run out of memory, changes the value of the effort element
80- to 'Low'.
81- -->
82- <effort >Max</effort >
83- <!-- Reports all bugs (other values are medium and max) -->
84- <threshold >Low</threshold >
85- </configuration >
86- </plugin >
87- </plugins >
88- </reporting >
89-
9030 <properties >
9131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9232 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
@@ -95,45 +35,7 @@ application while protecting against XSS.
9535 <build >
9636 <pluginManagement >
9737 <plugins >
98- <plugin >
99- <groupId >external.atlassian.jgitflow</groupId >
100- <artifactId >jgitflow-maven-plugin</artifactId >
101- <version >1.0-m5.1</version >
102- <configuration >
103- <pushReleases >true</pushReleases >
104- <enableSshAgent >true</enableSshAgent >
105- <autoVersionSubmodules >true</autoVersionSubmodules >
106- <updateDependencies >true</updateDependencies >
107- </configuration >
108- </plugin >
109- <plugin >
110- <groupId >org.sonatype.plugins</groupId >
111- <artifactId >nexus-staging-maven-plugin</artifactId >
112- <version >1.6.3</version >
113- <extensions >true</extensions >
114- <configuration >
115- <serverId >ossrh</serverId >
116- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
117- <autoReleaseAfterClose >true</autoReleaseAfterClose >
118- <!-- This staging profile ID gleaned by logging in to
119- oss.sonatype.org, clicking "Staging Profiles" on the left,
120- selecting "com.googlecode.owasp-java-html-sanitizer",
121- and extracting the most hexy looking bit from the URL which
122- looks like
123- https://oss.sonatype.org/#stagingProfiles;5fd62edf6679f6
124- -->
125- <stagingProfileId >199eb0ec1ec380</stagingProfileId >
126- <executions >
127- <execution >
128- <id >default-deploy</id >
129- <phase >deploy</phase >
130- <goals >
131- <goal >deploy</goal >
132- </goals >
133- </execution >
134- </executions >
135- </configuration >
136- </plugin >
38+
13739 <!-- For building the source jar. -->
13840 <plugin >
13941 <groupId >org.apache.maven.plugins</groupId >
0 commit comments