Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-09-12 00:06:01 +0000
committerJan Bartel2013-09-12 00:06:01 +0000
commitbe2ecca5995af99bd990abb796fa70c0ac9966b8 (patch)
tree68929df88bbb377afe2ed68347e5a9719e3fc1e4 /pom.xml
parent9910db17cb499994fc5d625f3788e670b5369e6e (diff)
downloadorg.eclipse.jetty.project-be2ecca5995af99bd990abb796fa70c0ac9966b8.tar.gz
org.eclipse.jetty.project-be2ecca5995af99bd990abb796fa70c0ac9966b8.tar.xz
org.eclipse.jetty.project-be2ecca5995af99bd990abb796fa70c0ac9966b8.zip
Move npn profiles to parent pom so that npn.version is available to other modules (eg osgi)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml109
1 files changed, 109 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d89dea3102..b59c7d599e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,7 @@
<build-support-version>1.1</build-support-version>
<slf4j-version>1.6.1</slf4j-version>
<jetty-test-policy-version>1.2</jetty-test-policy-version>
+ <npn.api.version>1.1.0.v20120525</npn.api.version>
</properties>
<scm>
<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git</connection>
@@ -740,6 +741,114 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>7u9</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_9</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.3.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u10</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_10</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.3.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u11</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_11</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.3.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u13</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_13</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.4.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u15</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_15</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.5.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u17</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_17</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.5.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u21</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_21</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.5.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u25</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_25</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.5.v20130313</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u40</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_40</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.6.v20130911</npn.version>
+ </properties>
+ </profile>
</profiles>
</project>

Back to the top