File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.projectodd.openwhisk</groupId >
77 <artifactId >openwhisk-client-java</artifactId >
8- <version >0.4-SNAPSHOT </version >
8+ <version >0.4</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.projectodd.openwhisk</groupId >
77 <artifactId >openwhisk-client-java</artifactId >
8- <version >0.4-SNAPSHOT </version >
8+ <version >0.4</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >org.projectodd.openwhisk</groupId >
76 <artifactId >openwhisk-client-java</artifactId >
8- <version >0.4-SNAPSHOT </version >
7+ <version >0.4</version >
98 <packaging >pom</packaging >
109
1110 <name >openwhisk-client-java</name >
1514 <connection >scm:git:git@github.com:projectodd/openwhisk-client-java.git</connection >
1615 <developerConnection >scm:git:git@github.com:projectodd/openwhisk-client-java.git</developerConnection >
1716 <url >git@github.com:projectodd/openwhisk-client-java.git</url >
18- </scm >
17+ <tag >openwhisk-client-java-0.4</tag >
18+ </scm >
1919
2020 <description >A Java client for invoking and managing Apache OpenWhisk actions</description >
2121
You can’t perform that action at this time.
0 commit comments