File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17
+ <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/xsd/maven-4.0.0.xsd" >
19
18
20
19
<parent >
21
20
<groupId >com.github.chrishantha.sample</groupId >
22
21
<artifactId >java-samples</artifactId >
23
- <version >0.0.1-SNAPSHOT </version >
22
+ <version >0.0.1</version >
24
23
<relativePath >../pom.xml</relativePath >
25
24
</parent >
26
25
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
-->
17
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
17
+ <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" >
19
18
<parent >
20
19
<groupId >org.apache</groupId >
21
20
<artifactId >apache</artifactId >
24
23
25
24
<groupId >com.github.chrishantha.sample</groupId >
26
25
<artifactId >java-samples</artifactId >
27
- <version >0.0.1-SNAPSHOT </version >
26
+ <version >0.0.1</version >
28
27
<modelVersion >4.0.0</modelVersion >
29
28
<packaging >pom</packaging >
30
29
<name >Java Samples</name >
47
46
<url >https://github.com/chrishantha/sample-java-programs.git</url >
48
47
<developerConnection >scm:git:https://github.com/chrishantha/sample-java-programs.git</developerConnection >
49
48
<connection >scm:git:https://github.com/chrishantha/sample-java-programs.git</connection >
50
- <tag >HEAD </tag >
49
+ <tag >v0.0.1 </tag >
51
50
</scm >
52
51
53
52
<modules >
You can’t perform that action at this time.
0 commit comments