Navigation Menu

Skip to content

Commit

Permalink
httpcore5-parent 5.0-alpha1 RC1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Dec 20, 2015
2 parents 5212d77 + 99c7bb8 commit 027c097
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 25 deletions.
17 changes: 2 additions & 15 deletions httpcore-ab/pom.xml
Expand Up @@ -40,8 +40,8 @@

<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand All @@ -60,19 +60,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-Name>Apache ${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.httpcore</Bundle-SymbolicName>
<_exportcontents>org.apache.hc.core5.http.*;version=${project.version}</_exportcontents>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions httpcore-osgi/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha1</version>
</parent>
<artifactId>httpcore5-osgi</artifactId>
<name>Apache HttpComponents Core OSGi bundle</name>
Expand All @@ -46,13 +46,13 @@
</properties>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
Expand Down Expand Up @@ -148,7 +148,7 @@
<configuration>
<instructions>
<Bundle-Name>Apache ${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.httpcore</Bundle-SymbolicName>
<Bundle-SymbolicName>${project.groupId}.httpcore5</Bundle-SymbolicName>
<_exportcontents>org.apache.hc.core5.*;version=${project.version}</_exportcontents>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
</instructions>
Expand Down
Expand Up @@ -80,8 +80,8 @@ public static Option[] config() {
bundle(String.format("file:%s/org.apache.httpcomponents.httpcore_%s.jar",
buildDir,
projectVersion)),
wrappedBundle(mavenBundle().groupId("org.apache.httpcomponents")
.artifactId("httpcore")
wrappedBundle(mavenBundle().groupId("org.apache.httpcomponents.core5")
.artifactId("httpcore5")
.version(projectVersion)
.classifier("tests"))
.exports("org.apache.hc.core5.http.integration")
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -66,9 +66,7 @@

<modules>
<module>httpcore</module>
<!--
<module>httpcore-osgi</module>
-->
<module>httpcore-ab</module>
</modules>

Expand Down

0 comments on commit 027c097

Please sign in to comment.