This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 105
105
<nonFinal >${non.final} </nonFinal >
106
106
<jarType >api</jarType >
107
107
<specVersion >${spec_version} </specVersion >
108
- <specImplVersion >${spec_impl_version} </specImplVersion >
108
+ <specImplVersion >${project.version} </specImplVersion >
109
+ <newSpecVersion >${new_spec_version} </newSpecVersion >
109
110
<apiPackage >${api_package} </apiPackage >
110
111
</spec >
111
112
</configuration >
Original file line number Diff line number Diff line change 113
113
<nonFinal >${non.final} </nonFinal >
114
114
<jarType >impl</jarType >
115
115
<specVersion >${spec_version} </specVersion >
116
- <specImplVersion >${spec_impl_version} </specImplVersion >
116
+ <newSpecVersion >${new_spec_version} </newSpecVersion >
117
+ <specImplVersion >${project.version} </specImplVersion >
117
118
<implVersion >${impl_version} </implVersion >
119
+ <newImplVersion >${project.version} </newImplVersion >
118
120
<apiPackage >javax.json</apiPackage >
119
121
<implNamespace >org.glassfish</implNamespace >
120
122
</spec >
Original file line number Diff line number Diff line change 98
98
<properties >
99
99
<api_package >javax.json</api_package >
100
100
<impl_namespace >org.glassfish</impl_namespace >
101
- <spec_version >1.1 </spec_version >
102
- <spec_impl_version >1.1.0-SNAPSHOT</ spec_impl_version >
103
- <impl_version >1.1.0-SNAPSHOT </impl_version >
101
+ <spec_version >1.0 </spec_version >
102
+ <new_spec_version >1.1</ new_spec_version >
103
+ <impl_version >1.0.4 </impl_version >
104
104
<packages .private>org.glassfish.*</packages .private>
105
105
<packages .export>javax.json.*</packages .export>
106
106
<non .final>false</non .final>
275
275
<dependency >
276
276
<groupId >javax.json</groupId >
277
277
<artifactId >javax.json-api</artifactId >
278
- <version >${spec_impl_version } </version >
278
+ <version >${project.version } </version >
279
279
</dependency >
280
280
<dependency >
281
281
<groupId >org.glassfish</groupId >
282
282
<artifactId >javax.json</artifactId >
283
- <version >${impl_version } </version >
283
+ <version >${project.version } </version >
284
284
</dependency >
285
285
<dependency >
286
286
<groupId >javax.ws.rs</groupId >
You can’t perform that action at this time.
0 commit comments