Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/HenriquesLab/SReD
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendes committed Sep 13, 2024
2 parents 1357ae4 + b22a042 commit 3142e71
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
Binary file removed Docs/Logo/logo.png
Binary file not shown.
Binary file added Docs/Logo/logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://github.com/HenriquesLab/SReD/blob/main/Docs/Logo/logo.png" align="right" width="300"/>
<img src="https://github.com/HenriquesLab/SReD/blob/main/Docs/Logo/logo_small.png" align="right" width="200"/>

# SReD: Structural Repetition Detector Plugin for ImageJ and Fiji

Expand Down
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,4 @@
<url>https://maven.scijava.org/content/groups/public</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3142e71

Please sign in to comment.