Skip to content

Commit

Permalink
Upgrading to Metashape 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jseinturier committed Jul 28, 2022
1 parent 99ca998 commit 70dee8c
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ To import the library just add the following dependency to your maven project:
<dependency>
<groupId>com.agisoft</groupId>
<artifactId>metashape</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
</dependency>
```

### Standalone
The library can be used as a standalone by downloading the [metashape-1.8.1.jar](https://github.com/jseinturier/metashape-java-maven/releases/download/v1.8.1/metashape-1.8.1.jar) jar and integrating it to the classpath.
The library can be used as a standalone by downloading the [metashape-1.8.2.jar](https://github.com/jseinturier/metashape-java-maven/releases/download/v1.8.2/metashape-1.8.2.jar) jar and integrating it to the classpath.

## Usage
The usage is strictly the same as the original distribution from Agisoft (underlying classes are not modified).
Expand Down
4 changes: 3 additions & 1 deletion _BUILD_INSTRUCTIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@

8. Upload to repository

9. Commit and push
9. Commit and push:

git.exe push --progress "origin" master:master

10. Publish a new release:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.agisoft</groupId>
<artifactId>metashape</artifactId>
<packaging>jar</packaging>
<version>1.8.1</version>
<version>1.8.2</version>
<name>Metashape-java</name>
<url>http://maven.apache.org</url>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/natives/linux/x64/libmetashape.so
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/main/resources/natives/macos/x64/libgmp.10.dylib
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/resources/natives/macos/x64/libmetashape.jnilib
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/main/resources/natives/macos/x64/libomp.dylib
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/main/resources/natives/win/x32/libopenblas.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/resources/natives/win/x32/metashape.dll
Git LFS file not shown
2 changes: 1 addition & 1 deletion src/main/resources/natives/win/x64/libopenblas.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/resources/natives/win/x64/metashape.dll
Git LFS file not shown

0 comments on commit 70dee8c

Please sign in to comment.