|
41 | 41 | <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
|
42 | 42 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
|
43 | 43 | <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
|
44 |
| - <tag>HEAD</tag> |
45 |
| - </scm> |
| 44 | + <tag>HEAD</tag> |
| 45 | + </scm> |
46 | 46 |
|
47 | 47 | <properties>
|
48 | 48 | <!-- Export package versions are maintained in packageinfo files -->
|
49 |
| - <aries.osgi.export.pkg /> |
| 49 | + <aries.osgi.export.pkg/> |
50 | 50 | <aries.osgi.import.pkg>
|
51 |
| - org.apache.aries.blueprint;provide:=true;version="[1.0,2.0)", |
52 |
| - org.apache.aries.blueprint.ext;provide:=true;version="[1.0,2.0)", |
53 |
| - * |
| 51 | + org.apache.aries.blueprint;provide:=true;version="[1.0,2.0)", |
| 52 | + org.apache.aries.blueprint.ext;provide:=true;version="[1.0,2.0)", |
| 53 | + * |
54 | 54 | </aries.osgi.import.pkg>
|
55 | 55 | <aries.osgi.private.pkg>
|
56 | 56 | org.apache.aries.blueprint.compendium.cm
|
57 | 57 | </aries.osgi.private.pkg>
|
| 58 | + <lastReleaseVersion>1.1.0</lastReleaseVersion> |
58 | 59 |
|
59 | 60 | <blueprint.api.version>1.0.1</blueprint.api.version>
|
60 | 61 | <blueprint.core.version>1.10.3</blueprint.core.version>
|
61 | 62 | <blueprint.parser.version>1.6.0</blueprint.parser.version>
|
62 |
| - <lastReleaseVersion>1.1.0</lastReleaseVersion> |
| 63 | + <de.kalpatec.pojosr.framework.version>0.1.6</de.kalpatec.pojosr.framework.version> |
| 64 | + <jcl-over-slf4j.version>1.7.5</jcl-over-slf4j.version> |
| 65 | + <maven-release-plugin.version>2.5.2</maven-release-plugin.version> |
| 66 | + <org.apache.aries.blueprint.core.version>1.10.0</org.apache.aries.blueprint.core.version> |
| 67 | + <org.apache.aries.proxy.version>1.1.0</org.apache.aries.proxy.version> |
| 68 | + <org.apache.felix.configadmin.version>1.2.8</org.apache.felix.configadmin.version> |
| 69 | + <org.osgi.compendium.version>4.1.0</org.osgi.compendium.version> |
| 70 | + <pax-swissbox-tinybundles.version>1.3.1</pax-swissbox-tinybundles.version> |
| 71 | + <slf4j-log4j12.version>1.7.5</slf4j-log4j12.version> |
63 | 72 | </properties>
|
64 | 73 |
|
65 | 74 | <profiles>
|
|
89 | 98 | <dependency>
|
90 | 99 | <groupId>org.apache.aries.blueprint</groupId>
|
91 | 100 | <artifactId>blueprint-parser</artifactId>
|
92 |
| - <version>1.6.0</version> |
| 101 | + <version>${blueprint-parser.version}</version> |
93 | 102 | <scope>provided</scope>
|
94 | 103 | </dependency>
|
95 | 104 | <dependency>
|
96 | 105 | <groupId>org.apache.aries.blueprint</groupId>
|
97 | 106 | <artifactId>org.apache.aries.blueprint.core</artifactId>
|
98 |
| - <version>1.10.0</version> |
| 107 | + <version>${org.apache.aries.blueprint.core.version}</version> |
99 | 108 | <exclusions>
|
100 |
| - <exclusion> |
101 |
| - <groupId>org.apache.aries</groupId> |
102 |
| - <artifactId>org.apache.aries.util</artifactId> |
103 |
| - </exclusion> |
| 109 | + <exclusion> |
| 110 | + <groupId>org.apache.aries</groupId> |
| 111 | + <artifactId>org.apache.aries.util</artifactId> |
| 112 | + </exclusion> |
104 | 113 | </exclusions>
|
105 | 114 | </dependency>
|
106 | 115 | <dependency>
|
|
112 | 121 | <groupId>org.osgi</groupId>
|
113 | 122 | <artifactId>org.osgi.compendium</artifactId>
|
114 | 123 | <scope>provided</scope>
|
115 |
| - <version>4.1.0</version> |
| 124 | + <version>${org.osgi.compendium.version}</version> |
116 | 125 | </dependency>
|
117 | 126 | <dependency>
|
118 | 127 | <groupId>org.slf4j</groupId>
|
|
123 | 132 | <dependency>
|
124 | 133 | <groupId>com.googlecode.pojosr</groupId>
|
125 | 134 | <artifactId>de.kalpatec.pojosr.framework</artifactId>
|
126 |
| - <version>0.1.6</version> |
| 135 | + <version>${de.kalpatec.pojosr.framework.version}</version> |
127 | 136 | <scope>test</scope>
|
128 | 137 | </dependency>
|
129 | 138 | <dependency>
|
130 | 139 | <groupId>org.ops4j.pax.swissbox</groupId>
|
131 | 140 | <artifactId>pax-swissbox-tinybundles</artifactId>
|
132 |
| - <version>1.3.1</version> |
| 141 | + <version>${pax-swissbox-tinybundles.version}</version> |
133 | 142 | <scope>test</scope>
|
134 | 143 | </dependency>
|
135 | 144 | <dependency>
|
|
140 | 149 | <dependency>
|
141 | 150 | <groupId>org.slf4j</groupId>
|
142 | 151 | <artifactId>slf4j-log4j12</artifactId>
|
143 |
| - <version>1.7.5</version> |
| 152 | + <version>${slf4j-log4j12.version}</version> |
144 | 153 | <scope>test</scope>
|
145 | 154 | </dependency>
|
146 | 155 | <dependency>
|
147 | 156 | <groupId>org.slf4j</groupId>
|
148 | 157 | <artifactId>jcl-over-slf4j</artifactId>
|
149 |
| - <version>1.7.5</version> |
| 158 | + <version>${jcl-over-slf4j.version}</version> |
150 | 159 | <scope>test</scope>
|
151 | 160 | </dependency>
|
152 | 161 | <dependency>
|
153 | 162 | <groupId>org.apache.aries.proxy</groupId>
|
154 | 163 | <artifactId>org.apache.aries.proxy</artifactId>
|
155 |
| - <version>1.1.0</version> |
| 164 | + <version>${org.apache.aries.proxy.version}</version> |
156 | 165 | <scope>test</scope>
|
157 | 166 | </dependency>
|
158 | 167 | <dependency>
|
159 | 168 | <groupId>org.apache.felix</groupId>
|
160 | 169 | <artifactId>org.apache.felix.configadmin</artifactId>
|
161 |
| - <version>1.2.8</version> |
| 170 | + <version>${org.apache.felix.configadmin.version}</version> |
162 | 171 | <scope>test</scope>
|
163 | 172 | </dependency>
|
164 | 173 | </dependencies>
|
|
180 | 189 | </plugin>
|
181 | 190 | <plugin>
|
182 | 191 | <artifactId>maven-release-plugin</artifactId>
|
183 |
| - <version>2.5.2</version> |
| 192 | + <version>${maven-release-plugin.version}</version> |
184 | 193 | </plugin>
|
185 | 194 | </plugins>
|
186 | 195 | </build>
|
|
0 commit comments