Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-22673 JBIDE-22757 bump up to 0.26.0-SNAPSHOT and... #57

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tycho-plugins/discovery-utils/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tycho-plugins</artifactId>
<version>0.25.1-SNAPSHOT</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
58 changes: 56 additions & 2 deletions tycho-plugins/pom.xml
Expand Up @@ -16,9 +16,9 @@
<artifactId>tycho-plugins</artifactId>
<packaging>pom</packaging>
<name>jbosstools-tycho-plugins-parent</name>
<version>0.25.1-SNAPSHOT</version>
<version>0.26.0-SNAPSHOT</version>
<properties>
<tychoVersion>0.25.0</tychoVersion>
<tychoVersion>0.26.0-SNAPSHOT</tychoVersion>
<!-- workaround for https://issues.jboss.org/browse/JBIDE-22248 and https://engineering.redhat.com/rt/Ticket/Display.html?id=401756 -->
<!-- <jbossNexus>repository.jboss.org</jbossNexus> -->
<jbossNexus>origin-repository.jboss.org</jbossNexus>
Expand Down Expand Up @@ -156,18 +156,72 @@
</dependencies>

<repositories>
<repository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</repository>
<repository>
<id>jboss-releases</id>
<name>JBoss Releases Maven Repository</name>
<url>https://${jbossNexus}/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://${jbossNexus}/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-staging-repository</id>
<name>JBoss Staging Repository</name>
<url>https://${jbossNexus}/nexus/content/groups/staging/</url>
</repository>
<repository>
<id>jboss-ga-repository</id>
<name>JBoss General Availability Maven Repository</name>
<url>http://maven.repository.redhat.com/ga/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
<pluginRepository>
<id>sonatype-public-grid</id>
<url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url>
</pluginRepository>
<pluginRepository>
<id>sonatype-public-repository</id>
<url>https://oss.sonatype.org/content/groups/public</url>
</pluginRepository>
<pluginRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://${jbossNexus}/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>jboss-releases</id>
<name>JBoss Releases Maven Repository</name>
<url>https://${jbossNexus}/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

<!-- To deploy to Nexus -->
<!-- Don't change "id" since it should match credentials entry in $M2_REPO/settings.xml -->
<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion tycho-plugins/repository-utils/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tycho-plugins</artifactId>
<version>0.25.1-SNAPSHOT</version>
<version>0.26.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Expand Up @@ -7,6 +7,7 @@
*
* Contributors:
* Mickael Istria (Red Hat Inc.) - initial API and implementation
* Nick Boldt (Red Hat Inc.) - fixes
******************************************************************************/
package org.jboss.tools.tycho.sitegenerator;

Expand Down
Expand Up @@ -7,6 +7,7 @@
*
* Contributor:
* Mickael Istria (Red Hat, Inc.) - initial API and implementation
* Nick Boldt (Red Hat Inc.) - fixes
******************************************************************************/
package org.jboss.tools.tycho.sitegenerator;

Expand Down
2 changes: 1 addition & 1 deletion tycho-plugins/target-platform-utils/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tycho-plugins</artifactId>
<version>0.25.1-SNAPSHOT</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>target-platform-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tycho-plugins/tycho-dependency-plugin/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>tycho-plugins</artifactId>
<version>0.25.1-SNAPSHOT</version>
<version>0.26.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>tycho-dependency-plugin</artifactId>
Expand Down