File tree 5 files changed +13
-17
lines changed
5 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 13
13
specific language governing permissions and limitations
14
14
under the License.
15
15
-->
16
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
17
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
+ <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" >
18
17
<modelVersion >4.0.0</modelVersion >
19
18
20
19
<parent >
21
20
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
22
21
<groupId >org.eclipse.microprofile.metrics</groupId >
23
22
<artifactId >microprofile-metrics-parent</artifactId >
24
- <version >1.0-SNAPSHOT </version >
23
+ <version >1.0-RC3 </version >
25
24
</parent >
26
25
27
26
<artifactId >microprofile-metrics-api</artifactId >
28
- <version >1.0-SNAPSHOT </version >
27
+ <version >1.0-RC3 </version >
29
28
<name >MicroProfile Metrics API</name >
30
29
31
30
Original file line number Diff line number Diff line change 13
13
specific language governing permissions and limitations
14
14
under the License.
15
15
-->
16
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
17
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
+ <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" >
18
17
<modelVersion >4.0.0</modelVersion >
19
18
20
19
<groupId >org.eclipse.microprofile.metrics</groupId >
21
20
<artifactId >microprofile-metrics-parent</artifactId >
22
- <version >1.0-SNAPSHOT </version >
21
+ <version >1.0-RC3 </version >
23
22
<packaging >pom</packaging >
24
23
<name >MicroProfile Metrics</name >
25
24
<description >Eclipse MicroProfile Metrics Feature - Parent POM</description >
50
49
<url >https://github.com/eclipse/microprofile-metrics</url >
51
50
<connection >scm:git:https://github.com/eclipse/microprofile-metrics.git</connection >
52
51
<developerConnection >scm:git:https://github.com/eclipse/microprofile-metrics.git</developerConnection >
53
- <tag >HEAD </tag >
52
+ <tag >1.0-RC3 </tag >
54
53
</scm >
55
54
56
55
<issueManagement >
Original file line number Diff line number Diff line change 20
20
<artifactId >microprofile-metrics-spec</artifactId >
21
21
<packaging >pom</packaging >
22
22
<name >MicroProfile Metrics Specification</name >
23
- <version >1.0-SNAPSHOT </version >
23
+ <version >1.0-RC3 </version >
24
24
25
25
<properties >
26
26
<asciidoctor-maven .version>1.5.5</asciidoctor-maven .version>
Original file line number Diff line number Diff line change 6
6
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
7
7
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
8
8
the specific language governing permissions and limitations under the License. -->
9
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
9
+ <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" >
11
10
<modelVersion >4.0.0</modelVersion >
12
11
13
12
<groupId >org.eclipse.microprofile.metrics</groupId >
14
13
<artifactId >microprofile-metrics-api-tck</artifactId >
15
- <version >1.0-SNAPSHOT </version >
14
+ <version >1.0-RC3 </version >
16
15
<name >MicroProfile Metrics API-TCK</name >
17
16
18
17
<build >
49
48
<dependency >
50
49
<groupId >org.eclipse.microprofile.metrics</groupId >
51
50
<artifactId >microprofile-metrics-api</artifactId >
52
- <version >1.0-SNAPSHOT </version >
51
+ <version >1.0-RC3 </version >
53
52
<scope >provided</scope >
54
53
</dependency >
55
54
<dependency >
Original file line number Diff line number Diff line change 13
13
specific language governing permissions and limitations
14
14
under the License.
15
15
-->
16
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
17
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
+ <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" >
18
17
<modelVersion >4.0.0</modelVersion >
19
18
20
19
<groupId >org.eclipse.microprofile.metrics</groupId >
21
20
<artifactId >microprofile-metrics-rest-tck</artifactId >
22
- <version >1.0-SNAPSHOT </version >
21
+ <version >1.0-RC3 </version >
23
22
<name >MicroProfile Metrics REST-TCK</name >
24
23
25
24
<properties >
@@ -83,7 +82,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
83
82
<dependency >
84
83
<groupId >org.eclipse.microprofile.metrics</groupId >
85
84
<artifactId >microprofile-metrics-api</artifactId >
86
- <version >1.0-SNAPSHOT </version >
85
+ <version >1.0-RC3 </version >
87
86
<scope >provided</scope >
88
87
</dependency >
89
88
You can’t perform that action at this time.
0 commit comments