Skip to content

Commit

Permalink
Move to rocks.coffeenet
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed May 25, 2020
1 parent c30e13d commit c3bea65
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

/**
* @author Tobias Schneider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

import org.kohsuke.github.GitHubBuilder;
import org.springframework.context.annotation.Bean;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

import org.hibernate.validator.constraints.NotEmpty;
import org.springframework.boot.context.properties.ConfigurationProperties;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

/**
* @author Tobias Schneider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

/**
* @author Tobias Schneider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

/**
* @author Tobias Schneider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

import coffee.synyx.frontpage.plugin.management.PluginConfigurationProperties.Resource;
import rocks.coffeenet.frontpage.plugin.management.PluginConfigurationProperties.Resource;
import org.kohsuke.github.GHRelease;
import org.kohsuke.github.GitHub;
import org.kohsuke.github.GitHubBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package coffee.synyx.frontpage.plugin.management;
package rocks.coffeenet.frontpage.plugin.management;


import org.junit.After;
Expand Down

0 comments on commit c3bea65

Please sign in to comment.