Skip to content
This repository has been archived by the owner on Aug 17, 2018. It is now read-only.

Commit

Permalink
Update scm/plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Vishal committed Aug 1, 2018
1 parent 13d7122 commit e41363f
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 38 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Prerequisites

Oracle JDK 1.7
54 changes: 40 additions & 14 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<parent>
<groupId>net.java</groupId>
<artifactId>jvnet-parent</artifactId>
<version>3</version>
<version>5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.2-b03-SNAPSHOT</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JavaServer Pages(TM) API</name>

Expand All @@ -76,33 +76,35 @@
</developer>
</developers>

<url>http://jsp.java.net</url>
<url>https://javaee.github.io/javaee-jsp-api</url>
<organization>
<name>GlassFish Community</name>
<url>http://glassfish.org</url>
<name>Oracle</name>
<url>http://www.oracle.com</url>
</organization>

<licenses>
<license>
<name>CDDL + GPLv2 with classpath exception</name>
<url>http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url>
<url>://oss.oracle.com/licenses/CDDL+GPL-1.1</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<issueManagement>
<system>jira</system>
<url>http://java.net/jira/browse/JSP</url>
</issueManagement>
<system>github</system>
<url>https://github.com/javaee/javaee-jsp-api/issues/</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>JSP Developer</name>
<archive>dev@jsp.java.net</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:https://svn.java.net/svn/jsp~svn/trunk/api</connection>
<developerConnection>scm:svn:https://svn.java.net/svn/jsp~svn/trunk/api</developerConnection>
<url>http://java.net/projects/jsp/sources/svn/show</url>
<connection>scm:git:https://github.com/javaee/javaee-jsp-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git</developerConnection>
<url>https://github.com/javaee/javaee-jsp-api</url>
<tag>HEAD</tag>
</scm>

<build>
Expand Down Expand Up @@ -133,6 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<!-- Use default to include version in jar file name -->
<!--finalName>${project.artifactId}</finalName-->
Expand Down Expand Up @@ -167,7 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version> 2.1 </version>
<version>2.1</version>
<configuration>
<includePom>true</includePom>
</configuration>
Expand Down Expand Up @@ -220,14 +223,37 @@
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<tagNameFormat>@{project.version}</tagNameFormat>
<arguments>${release.arguments}</arguments>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9.4</version>
</dependency>
</dependencies>
</plugin>
</plugins>
<resources>
Expand Down Expand Up @@ -263,7 +289,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>[3.0.0,)</version>
<version>[3.0.1-b06,)</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
29 changes: 16 additions & 13 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>net.java</groupId>
<artifactId>jvnet-parent</artifactId>
<version>1</version>
<version>5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.servlet.jsp</artifactId>
<version>2.3.3-b04-SNAPSHOT</version>
<version>2.3.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JSP implementation</name>

Expand All @@ -75,32 +75,35 @@
</developer>
</developers>

<url>http://jsp.java.net</url>
<url>https://javaee.github.io/javaee-jsp-api</url>
<organization>
<name>GlassFish Community</name>
<url>http://glassfish.org</url>
<name>Oracle</name>
<url>http://www.oracle.com</url>
</organization>

<licenses>
<license>
<name>CDDL + GPLv2 with classpath exception</name>
<url>http://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url> <distribution>repo</distribution>
<url>://oss.oracle.com/licenses/CDDL+GPL-1.1</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<issueManagement>
<system>jira</system>
<url>http://java.net/jira/browse/JSP</url>
</issueManagement>
<system>github</system>
<url>https://github.com/javaee/javaee-jsp-api/issues/</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>JSP Developer</name>
<archive>dev@jsp.java.net</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:https://svn.java.net/svn/jsp~svn/trunk/impl</connection>
<developerConnection>scm:svn:https://svn.java.net/svn/jsp~svn/trunk/impl</developerConnection>
<url>http://java.net/projects/jsp/sources/svn/show</url>
<connection>scm:git:https://github.com/javaee/javaee-jsp-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git</developerConnection>
<url>https://github.com/javaee/javaee-jsp-api</url>
<tag>HEAD</tag>
</scm>

<build>
Expand Down Expand Up @@ -291,7 +294,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>[3.0.1-b05,)</version>
<version>[3.0.1-b10,)</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
Expand Down
23 changes: 12 additions & 11 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<parent>
<groupId>net.java</groupId>
<artifactId>jvnet-parent</artifactId>
<version>1</version>
<version>5</version>
</parent>

<groupId>org.glassfish.web</groupId>
Expand All @@ -67,33 +67,34 @@
</developer>
</developers>

<url>http://java.net/projects/jsp</url>
<url>https://javaee.github.io/javaee-jsp-api</url>
<organization>
<name>GlassFish Community</name>
<url>http://glassfish.org</url>
<name>Oracle</name>
<url>http://www.oracle.com</url>
</organization>

<licenses>
<license>
<name>CDDL + GPLv2 with classpath exception</name>
<url>https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html</url>
<url>://oss.oracle.com/licenses/CDDL+GPL-1.1</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<issueManagement>
<system>bugzilla</system>
<url>http://java.net/jira/browse/JSP</url>
</issueManagement>
<system>github</system>
<url>https://github.com/javaee/javaee-jsp-api/issues/</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>JSP Developer</name>
<archive>dev@jsp.java.net</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.java.net/svn/jsp~svn</connection>
<developerConnection>scm:svn:http://svn.java.net/jsp~svn</developerConnection>
<url>http://java.net/projects/jsp/sources/svn/show</url>
<connection>scm:git:https://github.com/javaee/javaee-jsp-api.git</connection>
<developerConnection>scm:git:ssh://git@github.com/javaee/javaee-jsp-api.git</developerConnection>
<url>https://github.com/javaee/javaee-jsp-api</url>
</scm>

<properties>
Expand Down

0 comments on commit e41363f

Please sign in to comment.