Skip to content

Commit

Permalink
Merge pull request #2 from GATHONI-WANJIRA/master
Browse files Browse the repository at this point in the history
Version bump & code clean up.
  • Loading branch information
samuelowino committed Jan 29, 2022
2 parents 486a6bb + 343fd85 commit 92a3c76
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.apluscreators</groupId>
<artifactId>Google-Translate-Labs</artifactId>
<version>1.0-SNAPSHOT</version>
<version>2.0-BETA</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -20,7 +19,7 @@
<artifactId>google-cloud-translate</artifactId>
<version>1.82.0</version>
</dependency>
<!-- jaxb-api -->

<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand All @@ -33,22 +32,20 @@
<version>${jaxb.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/javax.activation/activation -->

<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.cloud/google-cloud-storage -->

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.113.1</version>
</dependency>



<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-appengine</artifactId>
Expand Down Expand Up @@ -94,4 +91,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 92a3c76

Please sign in to comment.